ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul a {
	display: block;
	width: 148px;
	height: 23px;
	line-height: 23px;
	text-decoration: none;
	background: url(../img/pix_menu.jpg) no-repeat left bottom;
	font-size:11px; 
	font-family:Helvetica, sans-serif;
	color: #952204; 
	font-weight: bold; 
	text-align:left;
	text-indent:12px;
}
ul a:hover, ul a:active {
	background-position: center bottom;
	color:#FFFFCC;
}
li {
	display: inline;
}
li.first a {
	height: 23px;
	line-height: 23px;
	border-top-color:#999661; 
	border-top-style:solid; 
	border-top-width:1pt;

}


