
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;

}

#nav a {
	display: block;
	}

#nav li { /* all list items */
	float: left;
	/* width needed or else Opera goes nuts */
}


#nav li ul a{ /* second-level lists */
	padding:8px;
	 /* using left instead of display to hide menus because display: none isn't read by screen readers */
}


#nav li ul { /* second-level lists */
	position: absolute;
	background:#ffffff;
	width: 10em;
	left: -999em;
	 /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
margin:0;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}



.MenuLInk a
{
	background:url(../Images/darkdotline.gif) repeat-x bottom;
	background-color:#A8ADB4;
	padding-left:10px;
	padding-right:10px;
	font-size:12px;
	text-decoration:none;
	color:#ffffff;
	text-align:left;
	}
.MenuLInk a:hover
{
	background:url(../Images/darkdotline.gif) repeat-x bottom;
	background-color:#616A74;
	padding-left:10px;
	padding-right:10px;
	font-size:12px;
	text-decoration:none;
	color:#ffffff;
	}
.MenuLInkTwo a
{
	background-color:#A8ADB4;
	padding-left:10px;
	padding-right:10px;
	font-size:12px;
	text-decoration:none;
	color:#ffffff;
	text-align:left;
	
	}
.MenuLInkTwo a:hover
{
	background-color:#616A74;
	padding-left:10px;
	padding-right:10px;
	font-size:12px;
	text-decoration:none;
	color:#ffffff;
	background-image:none;
}



/*------------------------------------------*/
