#vertnav{
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#vertnav{
     padding:0;
     margin:0;
}

#vertnav ul {
	padding: 0;
	margin:0;
	list-style: none;
	width:140px;
	z-index:99;
	position:relative;
	overflow:visible;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 165%;
	font-weight: bold;
}

#vertnav li {
	margin:0;
	padding:0;
	position: relative;
	width:140px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CDBB98;
	border-bottom-color: #DBCDB5;
	display:block;
	line-height: 165%;
	font-weight: bold;
}

/*#vertnav li:last-child{border-bottom:1px solid rgb(102, 102, 102);}*/

#vertnav a {
	text-decoration:none;
	display:block;
	width:140px;
	text-indent: 10px;
	background: #CCCCCC;
	padding: 0px;
}

#vertnav a:hover, #vertnav li:hover{
	background-color:#999999;
}
#vertnav ul li:hover, #vertnav ul li a:hover{
	background-color:#999999;
	width: 170px;
}
#vertnav ul li a{ width:170px;}
#vertnav ul li{ width:170px;}
#vertnav ul, #vertnav ul ul, #vertnav ul ul ul{
     display:none;
     position:absolute;
     top:0;
     left:140px;
}

/* non-IE browsers see this */
#vertnav ul li>ul, #vertnav ul ul li>ul{
     margin-top:-1.4em;
}

#vertnav li:hover ul ul, #vertnav li:hover ul ul ul, #vertnav li:hover ul ul ul ul, #vertnav li:hover ul ul ul ul ul{
     display:none;
}

#vertnav li:hover ul, #vertnav ul li:hover ul, #vertnav ul ul li:hover ul, #vertnav ul ul ul li:hover ul, #vertnav ul ul ul ul li:hover ul{
     display:block;
}

li>ul {
     top: auto;
     left: auto;
}
/* Win IE only \*/
* html #vertnav li{float:left;}
/* end holly hack */ 
