.denvmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 95%;
	border-bottom: 1px solid #663399;
	text-align:left;
}
	
.denvmenu ul li {
	position: relative;
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	background: transparent url(../img/headbg.gif) repeat-x top;
}

.denvmenu ul .menutitle {
	position: relative;
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	line-height:20px;
	height: 20px;
	color: white;
	background: transparent url(../img/vmenu_title.png) no-repeat top left;
}


	
/*Sub level menu items */
.denvmenu ul li ul {
position: absolute;
width: 200px; /*sub menu width*/
top: 0;
visibility: hidden;
}

/* Sub level menu links style */
.denvmenu ul li a {
display: block;
overflow: auto; /*force hasLayout in IE7 */
text-decoration: none;
/*padding: 1px 5px;*/
border: 1px solid #663399;
/*border-bottom: 0;*/
padding: 6px;
color: #000000;
}

.submenu1 {
margin-left: 10px;
margin-right: 10px;
text-align:center;
font-size: 90%;
}

.submenu2 {
margin-left: 20px;
margin-right: 20px;
text-align:center;
font-size: 80%;
}

.denvmenu ul li a:visited {
color: #000000;
}

.denvmenu #current a {
color:#663399;
}


.denvmenu ul li a:hover {
	background: transparent url(../img/headbg.gif) repeat-x top;
	color: #663399;
}

.denvmenu .subfolderstyle {
background: url(../img/nextb.gif) no-repeat center right;
back
}
	

* html .denvmenu ul li { float: left; height: 1%; }
* html .denvmenu ul li a { height: 1%; }

