#outer  
{
	padding-top: 1px; 
	margin-top: 134px;
}
#topmenu 
{
	display:table; 
	padding:0;
	margin:0 auto; 
	background: url('../res/right2.gif') no-repeat right bottom; 
	white-space: nowrap; list-style-type:none
}
#topmenu li 
{
	display: table-cell; 
	margin: 0;
	padding: 0;
}
#topmenu li.first 
{
	background: url('../res/left2.gif') no-repeat left bottom;
}
#topmenu li a 
{
	float:left; 
	font-family:arial; 
	font-size:11px; 
	letter-spacing:1px; 
	padding:5px 10px; 
	text-decoration:none; 
	color:#fff; 
	font-weight :bold;
}
#topmenu li a:hover, #topmenu li a.current 
{
	background: url('../res/down_arrow.gif') no-repeat center top; 
	color:#40a0ff
}
