
/* -------------------------
   drop-menu styles
------------------------- */
#nav, #nav ul {
	float: left;
	margin-left: 5px;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 100%;
}

#nav a {
	display: block;
	width: 127px;
	height: 40px;
	background: url('../../templates/mhspedi/images/nav.gif') no-repeat 0 0;
	padding: 5px 5px 7px;
	text-align: center;
	color: white;
	font-weight: bold;
}

#nav li li a {
	height: auto;
	text-align: left;
	display: block;
	background: none;
	line-height: 14px;
	margin: 0;
	padding: 5px;
	width: 117px;
	font-size: 11px;
	color: #125b9e;
	border: none;
	text-transform: none !important;
}
	
#nav li li li a{
}

#nav li {
	list-style-type: none;
	position: relative;
	cursor: pointer;
	float: left;
	width: auto;
	margin-right: 8px;
	width: 137px;	
}

#nav li ul {	
	position: absolute;
	left: -999em;
	margin:0;
	z-index: 10000 !important;
	/*border-right:1px solid #003876;*/
}

#nav li ul ul { /* third-and-above-level lists */
	/*margin:0 0 0 125px;*/
	z-index: 20001 !important;
}

#nav li:hover, #nav li.sfhover {
	background-position: -137px 0;
	text-decoration: none;

}

#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: 125px;
	top:0;
}

#nav li li:hover, #nav li li li.sfhover {	
    background-color:transparent;
}

#nav li:hover {
	background-position: -137px 0;
	text-decoration: none;
}

#nav li:hover ul {
	left: 0px;
	top:52px
	background: #9de1de url('../../templates/mhspedi/images/nav-hover-top.gif') no-repeat top;
	width: 127px;
	margin: -6px 0 0 5px;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: 0px;
	top:52px;
	background: #9de1de url('../../templates/mhspedi/images/nav-hover-top.gif') no-repeat top;
	width: 127px;
	margin: -6px 0 0 5px;
}

#nav a:hover {
	background-color:#E8AE10;
	color:#ffffff;
	background-position: -137px 0;
	text-decoration: none;
}

#nav li li a:hover {
	text-decoration:none;
	background: none;
	background-color: #b9355d;
	color: white;
}

#nav li li li a:hover {
		text-decoration:none;
	background-color: #b9355d;
	color: white;
}


ul#topnav
{
	margin: 0;
	padding: 0;
}
