#menuv		                                
	{	
	font-size: 13pt;
	font-family: helvetica, sans-serif;
	}

#menuv a
	{
	display:block;
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
	line-height:20px;
	width: 182px;

	}

#menuv a, #menuv a:visited				/* all menus at rest */
	{
	color: black;

	text-decoration:none;
	
	background-color: #ebe6d8;

	padding-left: 10px;

	border-left: 2px solid #efebde;
	border-right: 2px solid #efebde;

	border-top: 1px solid #fffdf8;
	border-bottom: 1px solid #e0d9c3;
	}


#menuv a:hover				             /* all menus on mouse-over */
	{
	color: black;

	text-decoration:none;

	background-color: #b7b494;

	padding-left: 10px;

	border-left: 2px solid #000;
	border-right: 2px solid #000;

	border-top: 1px solid #fffdf8;
	border-bottom: 1px solid #e0d9c3;
	}
	
