#navcontainer 
{
	padding: 0 0 0 4px; 
	margin: 0; 
	height: auto;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	/*background: url(images/QSCheadbw.jpg) 0 -134px  no-repeat;*/
	}
	
/*QS CAD*/

* html #nav, * html #nav ul {height: auto;}

#nav, #nav ul {
	float: none;
	width: auto;
	height: 34px;
	list-style: none;
	line-height: 16px;
	padding: 0;	
	margin: 0;
	color: #FFF;
	background: none;
	text-align: left;
	font: 10px verdana, "Bitstream Vera Sans", geneva, arial, helvetica, helve, sans-serif;
}

#nav a {	
	display: block;
	font-weight: 700;
	color: #000;
	text-decoration: none;
	width: 12.5em;
	text-align: center;
	}

#nav a.daddy {
	}

#nav li {
	float: left;
	width: 12.5em;
	height: 17px;
	color: #FFF;
	padding: 0;
	margin: 0 0 0 0;
	}

#nav li ul 
{
	text-align:left;
	position: absolute;
	left: -999em;
	height: auto;
	width: 12.5em;
	w\idth: 12.5em;
	margin: 5px 0 0 0;
	padding: 0;
	border-right:1px solid black;
	border-bottom: 2px solid black;
	color: #FFF;
	background: #013893;
	}

#nav li ul a {	
	color: #FFF;
	}


#nav li li {
	
	padding: 0;
	margin: 5px 0 0 0;
	width: 12.5em;
	w\idth: 12.5em; 
	background-color: #013893;
}

#nav li ul a {
	
	padding: 0;
	width: 12.5em;
	w\idth: 12.5em;
	background-color: #013893;
}

#nav li ul a {
	background-color: #013893;
}

#nav li ul a:hover {
	background-color: #013893; 
	text-decoration: underline;
}

#nav li ul ul {
	margin: -1.8em 0 0 10.5em;
	background: #013893;
}


#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	background: #013893;
}

#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 {
	left: auto;
	background: #013893;
}


#nav li:hover, #nav li.sfhover {
	background: #013893;
}

#nav a:hover {
	color: #FFF; background: none; text-decoration: underline;	
}

