.menu{
	margin: 0 ;
	font-family:tahoma;
	list-style: none;
	position: relative;
	padding: 0;
	list-style: none;
	height:29px;
	text-align:center;
	background:url(images/menu_bg.gif) repeat-x;
}

.menu li{
	float:left;
}

.menu li a{
	float: left;
	display: block;
	color:#fff;
	text-decoration: none;
	font-family:tahoma;
	text-transform:uppercase;
	font-size: 11px;
	height:29px;
	line-height:29px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;


}

.menu li a b{
	float: left;
	display: inherit;
	padding: 0 10px 0 10px; 
}

.menu li.current a, .menu li a:hover{
	color: #fff;
	text-decoration:none;
	background: url(images/menu_hover.gif) repeat-x;
	
}
 .menu li a:hover b{
	color: #fff;
	text-decoration: underline;
}