/*        V2        */

*{
	list-style:none;
	margin:0px;
	padding:0px;
}

	
#menu {
	width: 160px;
	border-style: solid solid none solid;
	border-color: #dddddd;
	border-size: 1px;
	border-width: 1px;

	}
	
#menu li a {
	height: 24px;
  	voice-family: "\"}\"";
  	voice-family: inherit;
  	height: 13px;
        font-family : Trebuchet MS;
        font-size : 13px;
        font-weight: bold
	text-decoration: none;
	}	

#menu li a:link, #menu li a:visited {
	color: #0000FF;
	display: block;
	background: url(menu1.gif);
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
	}
	
#menu li a:hover {
	color: #26370A;
	background: url(images/menu1.gif) 0 -32px;
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
	}
	
#menu li a:active {
	color: #26370A;
	background: url(images/menu1.gif) 0 -64px;
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
	}