#navcontainer 
{
	padding: 2px 0 0 20px; 
	margin: 0; 
	height: 17px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	}
	
/*QS CAD*/

* html #nav, * html #nav ul {height: auto;}

#nav, #nav ul {
/*Navigation bar*/
	float: none;
	width: auto;
	height: 16px;
	list-style: none;
	line-height: 16px;
	padding: 0;	
	margin: 0;
	color: #000;
	background: none;
	text-align: left;
	font: 10px verdana, "Bitstream Vera Sans", geneva, arial, helvetica, helve, sans-serif;
}

#nav a {	
/*Navbar font*/
	display: block;
	font-size: 1em;
	font-weight: 700;
	color: #000;
	text-decoration: none;
	}

#nav a:hover {
/*Navbar hover behaviour*/
	color: #000; 
	background: none; 
	text-decoration: underline;	
}


#nav li {
/*Navbar horizontal alignment*/
	float: left;
	padding: 0.25em 1.0em 0 1.0em;
	margin: 0px;
	}

#nav li ul {
/*List*/
	text-align: left;
	position: absolute;
	left: -999em;
	height: auto;
	margin: -1px 0 0 -1px;
	padding-bottom: 0px;
	border:1px solid black;
	color: #000;
	background: #B6C3D3;
	}

#nav li li {
/*List background/hover*/
	padding: -2.75em 0 0 0 0em;
	background-color: #B6C3D3;
	width: 10.5em;
}

#nav li ul a {
/*List text block*/
	padding: 0.25em 0 0.25em 0.2em;
	background-color: #B6C3D3;
}


#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: #B6C3D3;
}

#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 {
/*List */
	left: auto;
	background: #B6C3D3;
	width: 12.5em;
}

#nav li li:hover ul, #nav li li li:hover ul,#nav li li.sfhover ul, #nav li li li.sfhover ul 
{
	float:left;
	left: auto;
	background: #B6C3D3;
	margin-left: 8em;
	margin-top: -2em;
	width: 12.5em;
}
/*#E5FBF9*/
/*#6a89ca*/

