#vertnav {list-style: none;
	margin: 0px;
	padding: 0px;
}

#vertnav ul { 
	padding: 0;
	margin: 0;
	list-style: none;
  width: 120px;
  z-index: 99;
  overflow: visible;
  position: absolute; 
  background-color: #fe4d01;
}

#vertnav li { 
	position: relative;
	width: 120px;
  background-color: #fe4d01;
	border: solid 0px #CECECE;
  display: block;
  height: 2.0em;
  margin: 0;
	padding: 0;
}

#vertnav ul li{ background-color: #fe4d01;}

#vertnav li:last-child{border-bottom: 1px solid #CECECE;}

#vertnav a {
    text-decoration: none; 
    display: block;
    padding: 0.1em;  
    margin: 0.2em 0 0.2em 0.1em; /*helps Opera with hover */
    width: 115px; /*helps IE with hover */
    height: 1.2em;
}

#vertnav a.daddy {
	background: url(../images/rightarrow2.gif) center right no-repeat;
}

#vertnav li:hover, #vertnav a:hover{
    background-color: #ff3300; 
}

#vertnav ul, #vertnav ul ul, #vertnav ul ul ul{
    display: none; 
    position: absolute; 
    top: 0; 
    left: 120px;
}

#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;
}

#vertnav td {border-style: solid;
border-left-width: thin;
border-top-width: thin;
border-color: #000000;
background-color: #cccccc;
padding: 0;
margin: 0;
}

/* Win IE only \*/
* html #vertnav li{float: left;} 
/* end holly hack */