	
.menu{
	margin: 0 ;
	font-family:Tahoma, Helvetica, sans-serif;
	height:30px;
	list-style: none;
	position: relative;
	padding: 0;
	list-style: none;
	text-align:center;
	padding-left:10px;
	
}

.menu li{
	float:left;
}

.menu li a{
	float: left;
	display: block;
	color:#fff;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	padding:0 2px 0 3px; /*Padding to accomodate left tab image. Do not change*/
	height: 30px;
	line-height:30px;
	text-align: center;
	cursor: pointer;
	text-transform: uppercase;
	background:url(images/menu_right.gif) no-repeat right;
}

.menu li a b{
	float: left;
	display: block;
	padding: 0 15px 0 15px; /*Padding of menu items*/
}

.menu li.current a, .menu li a:hover{
	color: #fff;

}

.menu li.current a b, .menu li a:hover b{
	color: #fff;
	text-decoration:underline;

}