#mainMenu {
	width:260px;
	z-index: 98;
}
#vertnav {
	position: static;
	list-style: none;
	margin:0;
	padding:0;
	width: 260px;
	background-image: url(../img/bg_menu.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#vertnav ul { 
	position:absolute; 
	padding:0;
	margin:0;
	z-index:99;
	list-style: none;
	width:260px;
	overflow:visible;
}
#vertnav li { 
	position: relative;
	display:block;
	width: 260px;
	margin:0;
	border-bottom: 1px solid #FFF;
}
#vertnav ul li { background-color:#9CAECE;}
#vertnav li:last-child { border-bottom:1px solid #FFF;}
#vertnav a {
	text-decoration:none; 
	display:block;
	padding: 2px 0;
	margin:0; /*helps Opera with hover */
	width:260px; /*helps IE with hover */
	color: #00347B;
}
#vertnav li:hover, #vertnav a:hover{
	background-color:#212873; 
	color: #FFF;
}
#vertnav ul, #vertnav ul ul, #vertnav ul ul ul, #vertnav ul ul ul ul, #vertnav ul ul ul ul ul {
	display:none;
	position:absolute; 
	top:0; 
	right:260px;
}
#vertnav li:hover ul ul, #vertnav li:hover ul ul ul, #vertnav li:hover ul ul ul ul, #vertnav li:hover ul ul ul ul ul{
	display:none; 
}
#vertnav li:hover ul, #vertnav ul li:hover ul, #vertnav ul ul li:hover ul{
	display:block;
}
li>ul { 
	top: auto;
	left: auto;
}
ul.submenu, ul.submenu li {
	background-color: #CCC;
}
.menuitem {
	display: inline;
	margin: 0 5px;
}
.menuimg {
	margin-right: 5px;
}
/* Win IE only \*/
* html #vertnav li{float:left;} 
/* end holly hack */