/*        V2        */

*{
	list-style:none;
	margin:0px;
	padding:0px;
}

	
#menu {
	width: 220px;
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 0px;
	border-width: 0px;

	}
	
#menu li a {
	height: 22px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 22px;
	text-decoration: none;
      border: #000000;
      border-style: dashed;
      border-top-width: 0px; 
      border-right-width: 0px; border-bottom-width: 1px; 
      border-left-width: 0px;


	}	
	
#menu li a:link, #menu li a:visited {
      font-family: Arial, Verdana, Helvetica, sans-serif;
      font-size: 13px;
      color: #FFFFFF;
	display: block;     
	background-repeat:no-repeat;
	padding: 2px 0 0 4px;
	}
	
#menu li a:hover {
      font-family: Arial, Verdana, Helvetica, sans-serif;
      font-size: 13px;
	color: #000000;
	background: #CDCDCD;
	background-repeat:no-repeat;
	padding: 2px 0 0 4px;
	}
	
#menu li a:active {
	color: #FFFFFF;
	background: #0E0E0E;
	background-repeat:no-repeat;
	padding: 2px 0 0 4px;
	}