#vertnav{PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FLOAT: left; PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: 100%; PADDING-TOP: 0px; LIST-STYLE-TYPE: none}

#vertnav ul { 
	padding:0;
	margin:0;
	list-style: none;
    width:13em;
    Z-index:1000;
    overflow:visible;
    position:absolute; 
      
}

#vertnav li { 
	position: relative;
	width: 13em;
    display:block;
    height:15;
	valign:bottom;
    margin:0;
}
#vertnav ul li { 
    BACKGROUND-color: #FFCC01;
	height:1.2em;
	width: 20em;
	padding: 0.2em; 
}
#vertnav a {
    text-decoration:none;
	COLOR: #000000; 
    display:block;
    padding: 0.1em;
    margin:0.1em 0.2em 0 0.2em 0.1em; /*helps Opera with hover */
    width:100%; /*helps IE with hover */
    height:1em;
}
#vertnav li:hover, #vertnav a:hover
	{
	COLOR: #FFFFFF; 

}

#vertnav ul, #vertnav ul ul, #vertnav ul ul ul{
    display:none; 
    position:absolute; 
    top:0em;
	width: 20.4em; 
    left:12.8em;	
	BORDER: #000 1PX SOLID;

}

#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 */
