body {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: bold;
	background-color: #afcaaf;
	margin-left: 5px;
}	
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
/******************  [Menu in Left Frame (Main)]  ******************/
#vmenu {
	width: 180px;
	border-style: solid solid none solid;
	border-color: #94AA74;
	/*border-size: 1px;*/
	border-width: 1px;
	}
	
#vmenu li a {
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#vmenu li a:link, #vmenu li a:visited {
	color: #5E7830;
	display: block;
	background: url(../vmenu/buttonf1.png);
	padding: 8px 0 0 10px;
	}
	
#vmenu li a:hover {
	color: #26370A;
	background: url(../vmenu/buttonf1.png) 0 -32px;
	padding: 8px 0 0 10px;
	}
	
#vmenu li a:active {
	color: #26370A;
	background: url(../vmenu/buttonf1.png) 0 -64px;
	padding: 8px 0 0 10px;
	}
