#navvmenu, #navvmenu ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;	
	background-color: #008AE6;
}

#navvmenu li { /* all list items */
    position : relative;
	float : left;
    border: 0px solid #008AE6;
    z-index:100;
    padding-left: 0;
    margin-left: 0;
    background-color: #008AE6;
    color: White;
    font-family: arial;
    font-weight: bold;
    font-size:9pt;
}

#navvmenu li ul { /* second-level lists */
	position : absolute;
	left: -999em;
}

#navvmenu li ul ul { /* third-and-above-level lists */
	left: -999em;
	z-index:100;
	margin-left : 15em;
	margin-top : -2em;	
}

#navvmenu li a, span.nolink {
	background-color: #008AE6;color: White;text-decoration: none;
	width: 100%;
	w\idth : 100%; /* not a typo, browser hack */
	display : block;
	border : 1px solid white;
	padding : 5 1em;
}

#navvmenu li a:hover {
background-color: #008AE6;color: #93d0f4;
}

#navvmenu li:hover ul ul, #navvmenu li:hover ul ul ul, #navvmenu li.sfhover ul ul, #navvmenu li.sfhover ul ul ul {
	left: -999em;
	background: #007CC2;color: #fff;
}

#navvmenu li:hover ul, #navvmenu li li:hover ul, #navvmenu li li li:hover ul, #navvmenu li.sfhover ul, #navvmenu li li.sfhover ul, #navvmenu li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
.nav_child {
	width : 12em;
}