@charset "UTF-8";
/* CSS Document */


/* navigation style of mahan drive project 

created by: kristopher olds, QCAusa (http://www.qcausa.com)

created on: 07/13/09

*/


.menu{
	margin:0;
	padding:0 0 0 10px;
	height:35px;
	width:950px;
	background:#005470;
	}


#nav, #nav ul { /* all lists */
	margin:0;
	padding:0;
	list-style:none;
	line-height: 1;
	width:960px;
	}
	
#nav li { /* all list items */
	float: left;
}

#nav a, #nav a.parent {
	display:block;
	padding:10px;
	font-size:16px;
	line-height:15px;
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF; 
}

#nav a{
	background:none;
	}

#nav a.parent{
	padding-right:30px;
	background:url(http://www.mahandrive.com/delta/public/themes/MahanDrive/images/arrow-down.gif) no-repeat top right;
	}

#nav a.parent:hover{
	color:#9E150F;
	background:url(http://www.mahandrive.com/delta/public/themes/MahanDrive/images/arrow-down-hover.jpg) no-repeat top right;
	}

#nav a:hover{
	color:#9E150F;
	background:url(http://www.mahandrive.com/delta/public/themes/MahanDrive/images/menuHighlight.jpg) repeat-x top left;
	}



#nav li ul a.child {
	display:block;
	padding:3px 5px;
	margin:0 5px;
	line-height:18px;
	font-size:11px;
	text-decoration:none;
	color:#666;
	width:170px!important;
	width:160px;
}

#nav li ul a.child:hover{background:#9E150F; color:#FFF;}

#nav li ul { /* second-level lists */
	position: absolute;
	background:#F2F2F2;
	border: #CCCCCC 1px solid; 
	width:200!important;
	width:190px;
	line-height:14px;
	margin-left:0px!important;
	margin-left:0;
	padding:10px 0 5px 0;
	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: -1em 0 0 10em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
