@charset "utf-8";
/* CSS Document */

#menu {
	width: 250px;
	margin:0;
	}
	
#menu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu li a:link, #menu li a:visited {
	color:#656556;
	display:block;
	background:url(../images/menu.gif);
	padding:8px 0 0 20px;
	}
	
#menu li a:hover {
	color:#474739;
	background:url(../images/menu.gif) 0 -32px;
	padding:8px 0 0 25px;
	}
	
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

img {
    border: none;
} 

a { font-weight:bold; color:#999999; text-decoration:none;}
a:hover { font-weight:bold; color:#666666;}
