/*---------------------------------- Vertical Menus -------------- */ul#navmenuvert{ /* all lists */	padding: 0;	margin: 0;	list-style: none;}li.navmenuvertli { /* all list items */	float: left;	position: relative;	z-index:1;}li.sepvert {	background-image: url(../images/header/separator.gif);	width: 1px;}ul#navmenuvert li a {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	color: #FFFFFF;	display: block;	text-decoration: none;	text-align:center;	font-weight: normal;	line-height: 23px;	}ul#navmenuvert li div {	line-height: 18px;	display: block;	background: #000066; /* IE6 Bug */	background-color: #000066; 	}/* Fix IE. Hide from IE Mac \*/* html ul#navmenuvert li { float: left; height: 1%; }* html ul#navmenuvert li a { height: 1%; }/* End */ul#navmenuvert li a:hover {	color: #FFCC00;	}	li>ul#navmenuvert	{ 	/* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */	top: auto;	left: auto;	}li ul#navmenuvert li a{ /* second-level lists */	background: #033498; 	border-top: 0;	font-weight: normal;	font-size: 11px;	line-height:13px;	padding: 2px 1px 2px 2px;	text-align: left;	border-right: 1px solid #FFFFFF;}li:hover ul#navmenuvert, li.oververt ul#navmenuvert{ /* lists nested under hovered list items */	display: block;}
