#vertnav{list-style: none;} 

#vertnav{ 
     padding:0;
     margin:0;
} 

/* ******************** TOP level ******************/
/*   This is the normal menu  */
#vertnav ul { 
     padding: 0;
     margin:0;
     list-style: none;
     width: 170px;
	 z-index:99;
     position:absolute; 
     overflow:visible; 
} 

/* The color of the main menu when hovered over */
#vertnav a:hover, #vertnav li:hover
{ 
    background: #BEE7F3;
	color:#165C74;
} 

/* Text for the main elements   -  a = href*/
#vertnav a { 
  	font: bold 11px Arial, Helvetica, sans-serif;
	color: #BEE7F3;
	line-height:18px;
	letter-spacing:0.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 20px;
} 

/* ******************** Second level ******************/

/*Second Level Control */
#vertnav ul, #vertnav ul ul, #vertnav ul ul ul{ 
     display:none; 
     top:0; 
     left:170px;
	
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #BEE7F3;
	line-height:40px;
	letter-spacing:0.1em;
	text-decoration: none;
	background-color:#BEE7F3;
} 

/* The color of the main menu when hovered over */
#vertnav a:hover, #vertnav ul:hover
{ 
    background: #BEE7F3;
	color:#165C74;
} 


/* Main First level identity */
#vertnav li { 
     margin:0; 
     position: relative; 
     width: 170px;
     background-color:#1C7795;	 
	 border-bottom:solid 1px #CCC; 
     display:block;
     height:1.5em;
}

#vertnav li:last-child{border-bottom:1px solid #CCC;} 





/* non-IE browsers see this */ 
#vertnav ul li>ul, #vertnav ul ul li>ul{ 
     margin-top:-1.4em; 
} 

li>ul { 
     top: auto; 
     left: auto; 
} 
/* Win IE only \*/ 
* html #vertnav li{float:left;} 
/* end holly hack */ 
