.vertnav{list-style: none; margin-left: 0px;}

.vertnav ul { 
	padding:0;
	list-style: none;
    width:13em;
   	z-index:99;
   	overflow:visible;
   	position:absolute; 
   	background-color:#000000;
	margin-left: 0px;
      
}

.vertnav li { 
	position: relative;
   	display:block;
   	height:2em;
   	margin:0;
}
.vertnav ul li{ background-color:#000000; width: 100%; margin-left: 0px;}

.vertnav a {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	display: block;
	width: auto;
	padding: 5px 0px 5px 10px;
	text-decoration: none;
}
.vertnav li:hover, .vertnav a:hover{
	background-color: #000000;
    color: #A00E0D;
	text-decoration: overline;
}

.vertnav ul, .vertnav ul ul, .vertnav ul ul ul{
    display:none; 
    position:absolute; 
    top:0; 
    left:9em;
}

.vertnav li:hover ul ul, .vertnav li:hover 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;
}

/* Win IE only \*/
* html .vertnav li{float:left;} 
/* end holly hack */