	
/* <------------ Menu!!! ---------- */

ul {
	list-style: none;
	margin: 0;
	background-repeat: no-repeat;
	padding: 0;

	}

img {
    border: none;
} 



#menu {
	width: 211px;
	margin: 0px;
	border-size: 1px;
	margin-left: 22px;
	margin-top: 5px;
	background-repeat: no-repeat;
	}
	
#menu li a {
	height: 32px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 25px;
	text-decoration: none;
	margin-bottom: 2px;
	background-repeat: repeat-x;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #E9DDC3;
	display: block;
	background:  url(../images/menu.png) 0 2px repeat-x;
	padding: 8px 0px 7px 35px;
	margin-bottom: 2px;
	}
	
#menu li a:hover {
	color: #FFFF00;
	background:  url(../images/menu.png) 0 -36px repeat-x;
	padding: 8px 0 8px 39px;
	}
	
	

