﻿#page_nav .SubMenu .title {
	width: 229px;
	height: 20px;
	font-family: Gill Sans MT, Arial, Verdana;
	font-size: 11px;
	text-align: right;
	text-transform: uppercase;
	color: #FFFFFF;
	
	padding: 7px 0px 0px 0px;
	
	background-color: #525252;
}

#page_nav .SubMenu .title img {
	margin: 0px 25px 0px 7px;
}




.SubMenuSelector {
	
}

.SubMenuSelector ul.AspNet-Menu {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 229px;
	/*Need to set width here to display the menu in IE 6.0*/
}

.SubMenuSelector li.AspNet-Menu-Leaf {
	
}

.SubMenuSelector li.AspNet-Menu-Leaf a {
	display: block;
	width: 174px;
	height: 11px !important;
	
	font-family: Verdana, Arial;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	
	padding: 11px 0px 0px 55px;
	margin: 0px 0px 0px 0px;
	
	background-image: url(Images/nav_dot_left.gif);
	background-repeat: no-repeat;
}

.SubMenuSelector li.AspNet-Menu-Leaf a:hover {
	color: #d00000;
	border-right: 2px solid #525252;
	width: 172px;
	height: 11px;
}

/* Filler --> Used to get the same formating in FF and IE. */
#page_nav .filler { font-size: 0.1px; }
