#vertnav{PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FLOAT: left; PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: 188px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none}

#vertnav ul { 
	padding:0;
	margin:9;
	list-style: none;
    width:188;
    Z-index:1000;
    overflow:visible;
    position:absolute; 
      
}

#vertnav li { 
	position: relative;
	width: 188;
    display:block;
    height:27;
	valign:bottom;
    BACKGROUND: url(images/menuitem_bg.gif);
    margin:0;
}
#vertnav ul li { 
	background-color:transparent; 
    BACKGROUND: url(images/subitem_bg.gif);
	width: 188;
	height:28; 
}
#vertnav a {
    text-decoration:none; 
    display:block;
    padding: 0.3em;
	PADDING-TOP: 6px;
    margin:0.1em 0.2em 0 0.2em 0.1em; /*helps Opera with hover */
    width:184; /*helps IE with hover */
    height:1.2em;
}
#vertnav li:hover, #vertnav a:hover{
    background-color:transparent; 

}

#vertnav ul, #vertnav ul ul, #vertnav ul ul ul{
    display:none; 
    position:absolute; 
    top:0; 
    left:16.2em;
}

#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 */


