/* body { behavior: url("../_js/csshover3.htc"); }  IE only */

#vertm{
  position: static; 
  margin:0;
  padding:0;
  float:left;
  margin-right: 8px;
}

#vertnav{
  list-style: none;
  margin:0;
  padding:0;
}

#vertnav ul { 
	padding:0;
	margin:0;
	list-style: none;
  width:165px;
   z-index:99;
   overflow:visible;
   position:absolute; 
   background-color: #07D3F4;
}

#vertnav li { 
	position: relative;
	width: 165px;
  background-color: #07D3F4;
  border: solid 1px #FFF; 
  display:block;
  height: 27px;
  margin:0;
  border-width: 1px 1px 1px 1px;
}

#vertnav ul li{ 
  background-color: #07D3F4;
  height: auto;
}

#vertnav li:last-child{border-bottom:1px solid #FFF; }

#vertnav a {
    text-decoration:none; 
    display:block;
    padding: 6px 0px 6px 10px;  
    margin: 0; /*helps Opera with hover */
    width:155px; /*helps IE with hover */
    height: auto;
}
#vertnav li:hover, #vertnav a:hover{
    background-color:#266FA2;  
}

#vertnav ul, #vertnav ul ul, #vertnav ul ul ul{
    display:none; 
    position:absolute; 
    top:0; 
    left:165px;
}

#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;} 
* html #vertm{ width:165px; float:left; margin-right: 5px;}
* html #vertnav ul, #vertnav ul ul, #vertnav ul ul ul{ left:165px; }
* html #vertnav a { width:165px; height: 24px; }
/* end holly hack */



