
#menuv {
	display: block;  
	position: relative; 
	float: left;
	font-family: Helvetica;
	font-size: 12.75pt;
}

#menuv a {
	width: 193px; 
	position: relative; 
	display: block;
	
	text-decoration: none; 
	
	margin: 0px; 
	
	border-top: #ccc 1px solid; 
	border-right: #808080 1px solid; 
	border-bottom: #000 1px solid;
	border-left: #ccc 1px solid;
	
	padding-top: 2px;
	padding-right: 2px; 
	padding-bottom: 4px; 
	padding-left: 5px;  	
}

.menu_divider {background: #16055C; 
	width: 201px; 

	text-decoration: none; 
	font-weight: bold; 
	text-align: center; 
	color: #dddddd;
}

#menuv a:link {
	background: url(../images/but_up.gif); 
	color: #dddddd; 
	text-decoration: underline;
}
#menuv a:visited {
	background: url(../images/but_up.gif); 
	color: #dddddd; 
	text-decoration: underline;
}
#menuv a:hover {
	border-right: #ccc 0px solid; 
	border-top: #000 1px solid; 
	background: url(../images/but_down.gif) fixed; 
	border-left: #808080 1px solid; 
	color: #ffffff; 
	border-bottom: #ccc 1px solid;
}
#menuv a:active {
	background: url(../images/button.jpg); 
	color: #999999;
}
#menuv a.text {
	border-right: 0px; 
	border-top: 0px; 
	border-left: 0px; 
	border-bottom: 0px; 
	font-variant: normal;
}
#menuv a.text:link {
	background: #6f3d0e; color: #999999; 
	text-decoration: underline;
}
#menuv a.text:visited {
	background: #6f3d0e; color: #999999; 
	text-decoration: underline;
}
#menuv a.text:hover {
	background: #ff0000 fixed; 
	color: #ffffff; 
	font-variant: small-caps; 
	text-decoration: none;
}
#menuv a.text:active {
	background: #8e521a; 
	color: #999999;
}








