﻿/*        V2        */

.outer{
	width: 200px;
}
#menu {
	width: 200px;
	border-color: #94AA74;
	border-size: 1px;
}
#menu ul{
	list-style:none;
	padding:0px;
	margin:0px;
	}
	
#menu li a {
	height: 32px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 24px;
	text-decoration: none;
	font-weight: bold;
}	
	
#menu li a:link, #menu li a:visited {
	color: #5E7830;
	display: block;
	background: url(images/menu1.gif);
	background-repeat: no-repeat;
	padding: 8px 0 0 10px;
	font-weight: bold;
}
	
#menu li a:hover {
	color: #26370A;
	background: url(images/menu1.gif) 0 -32px;
	background-repeat: no-repeat;
	padding: 8px 0 0 10px;
	font-weight: bold;
}
	
#menu li a:active {
	color: #26370A;
	background: url(images/menu1.gif) 0 -64px;
	background-repeat: no-repeat;
	padding: 8px 0 0 10px;
	font-weight: bold;
}