#nav 
{
	width:100%;
	height:30px;
	background: #FFFFFF url("images/bmid_029.gif");
	margin:0;
	border:0;}
	
#tab{
	margin:0 0 0 10px;
	top:0;}
	
#tab ul 
{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
#tab li 
{
display:inline;
	float:left;
	margin:0 0 0 0 ;
	padding:0;
}
#tab a 
{
	background:#000000 url("images/bright_029.gif") no-repeat right top;
	margin:0;
	padding:0;
	text-decoration:none;
	border:0;
	display:block;
	float:left;
}
#tab a span 
{
	display:block;
	background:url("images/bleft_029.gif") no-repeat left top;
	padding:0 18px 0 16px;
	font-family:"Trebuchet MS",Georgia, \"Times New Roman\", Times, serif;
	font-size:11;
	letter-spacing:0.1em;
	color:#FFFFFF;
	font-weight:bold;
	line-height:30px;
}
#tab a:hover,#tab li.item_active a 
{
	background-position:right bottom;
	border-color:#000000;
}
#tab a:hover span,#tab li.item_active a span 
{
	background-position:left bottom;
	color:#000000;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
}