.menu {
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
	width: 160px;
	opacity: .75;
	filter: alpha(opacity=75);
	z-index: 			10;
}

.menu li a{
background: 	 url('images/_06.png') no-repeat;
font: 			 bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: 			 #fff;
display: 		 block;
width: 			 auto;
padding: 		 10px 0px 0px 0px;
text-decoration: none;
height: 		 25px;
text-align: 	 center;
border: 		 none;
z-index: 			10;
}

* html .menu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
z-index: 			10;
}

.menu li a:visited, .menu li a:active{
#color: 			#fff;
z-index: 			10;
}

.menu a:hover{
background: 	url('images/button_hover.png') no-repeat;
color: 			#000;
z-index: 			10;
}