#navbar{
top:0px;
position:relative;
float:left;
width:900px;  
height:23px; 
line-height:23px; 
font-size:0.7em;

background-color:#1D61B6; /*change for vsl*/

}
#navOuterDiv{
top:0px;
position:relative;
height:23px; 
line-height:23px; 
left:22px;
}
#nav, #nav ul { /* all lists */
	padding: 0 ;
	margin: 0;
	list-style: none;
}
#nav a {
	display: block;
	height:22px;
}
#nav li { /* all list items */
	float: left;
	width: 90px; /* width needed or else Opera goes nuts */
}
#nav li a{
	color : #ffffff;
	text-decoration : none;
	padding-right: 15px;
	padding-left: 15px;
 display: block;
position:relative
	}
	
#nav li a:hover {
color : #ffffff;
display: block;
height:18px;
position:relative;
background-color:#000000 ;
}
#nav li ul { /* second-level lists */
	position: absolute;
	background-color:#C0C1CC ;
	width: 150px;
	top:24px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li li { /* all list items */
	float: left;
height:22px;
top:3px;
	width: 150px; /* width needed or else Opera goes nuts */
}
#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}
#nav li ul li a {
		color : #000000;
		font-family :  Verdana, Arial, Geneva, Helvetica, sans-serif;
		text-decoration : none;
		padding : 0 0.5em;
		font-size : 0.6em;
		 display: block;
		 top:1px;
		 left:1px;
position:relative;
width:148px;
background-color:#D6D7E3 ;
	}

#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;
}
/* extra positioning rules for limited noscript keyboard accessibility */
#nav li a:focus + ul { margin-left: 0; }
#nav li li a:focus + ul { margin-left: 1010em; }
#nav li li a:focus { margin-left:1000em; width:200px;  }
#nav li li li a:focus {margin-left: 2010em; width: 200px; }
#nav li:hover a:focus, #nav li.sfhover a.sffocus { margin-left: 0; }
#nav li li:hover a:focus + ul, #nav li li.sfhover a.sffocus + ul { margin-left: 10em; }
