

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

img {
	border: none;
	}
	
#menu {
	width: 250px;
	
	border-style: none none solid none;
	border-color: #D8D5D1;
	border-size: 1px;
	border-width: 1px;
       position:relative; |top:-17px; |left:0px;
	}
	
#menu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #F9DF0F;
	display: block;
	background:  url(menu.gif);
	padding: 8px 0 0 50px;
	}
	
#menu li a:hover {
	color:  white;
	background:  url(menu.gif) 0 -32px;
	padding: 8px 0 0 49px;
	}
