#holdm{position:absolute; top:200px; left:-36px; z-index:100; width:20%;}

#vertnav {
	list-style: none;
	font-size: 14px;
}

#vertnav ul { 
	padding:0;
	margin:0;
	list-style: none;
    width:12em;
   z-index:9;
   overflow:visible;
   position:absolute; 
   background-color:#862B28;
      
}

#vertnav li { 
	position: relative;
	width: 12em;
/*    background-color:#862B28; */
/*	border:solid 1px #862B28; */
   display:block;
   height:1.8em;
   margin:0;
}
#vertnav ul li{ background-color:#862B28;}

#vertnav li{ border-width:1px 1px 0 1px;}
#vertnav li:last-child{border-bottom:1px solid #862B28;}

#vertnav a {
    text-decoration:none; 
    display:block;
    padding: 0.1em;  
    margin:0.2em 0 0.2em 0.1em; /*helps Opera with hover */
    width:11.5em; /*helps IE with hover */
    height:1.5em;
    color: white;
}
#vertnav li:hover, #vertnav a:hover{
    background-color:#862B28; 
}

#vertnav ul, #vertnav ul ul, #vertnav ul ul ul{
    display:none; 
    position:absolute; 
    top:0; 
    left:11em;
}

#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; 
}

#subvertnav li {
	left:20em;
}

/* Win IE only \*/
* html #vertnav li{float:left;} 
/* end holly hack */