.menu{
	margin: 0 ;
	font-family:Arial, Helvetica, sans-serif;
	background: url(images/menu_bg.gif) repeat-x; /*tab background image path*/
	height:36px;
	list-style: none;
	position: relative;
	padding: 0;
	list-style: none;
	text-align:center;
}

.menu li{
	float:left;
}

.menu li a{
	float: left;
	display: block;
	color:#fff;
	text-decoration: none;
	font-family:tahoma;
	font-size: 11px;
	font-weight: bold;
	padding:0 0 0 0px; /*Padding to accomodate left tab image. Do not change*/
	height: 36px;
	line-height: 36px;
	text-align: center;
	cursor: pointer;
	background:url(images/menu_right.gif) no-repeat right;
}

.menu li a b{
	float: left;
	display: block;
	padding: 0 20px 0 20px;
 /*Padding of menu items*/
}

.menu li.current a, .menu li a:hover{
	color: #fff;
	text-decoration:underline;
}

.menu li.current a b, .menu li a:hover b{
	color: #fff;
}
