.glossymenu2{
	position: relative;
	padding: 0 0 0 0px;
	margin: 0 0 0 0;
	background: url(/images/menub_bg2.png) repeat-x; /*tab background image path*/
	height: 34px;
	list-style: none;
	clear: both;
}


.glossymenu2 li{
	float:left;
}

.glossymenu2 li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 11px;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 34px;
	line-height: 34px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu2 li a b{
	float: left;
	display: block;
	padding: 0 20px 0 4px; /*Padding of menu items*/
}

.glossymenu2 li.current a, .glossymenu2 li a:hover{
	color: #fff;
	background: url(/images/menub_hover_left2.png) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu2 li.current a b, .glossymenu2 li a:hover b{
	color: #fff;
	background: url(/images/menub_hover_right2.png) no-repeat right top; /*right tab image path*/
}





