.glossymenu{
	position: relative;
	margin: 0;
	height: 23px;
	list-style: none;
	padding-left:100px;
	margin-top:27px;
}

.glossymenu li{
	float:left;
	line-height:23px;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#545454;
	text-decoration: none;
	font-size: 12px;
	font-weight:normal;
	padding:0 0 0 2px; /*Padding to accomodate left tab image. Do not change*/
	height: 23px;
	line-height: 23px;
	text-align: center;
	cursor: pointer;
	margin-right:3px;
	margin-left:3px;
	background:url(../images/left-button-bg.gif) no-repeat; /*left tab image path*/
	background-position: left;
}
.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 13px 0 13px; /*Padding of menu items*/
	color: #545454;
	font-weight:normal;
	background:url(../images/right-button-bg.gif) right top; /*right tab image path*/	
}
.glossymenu li.current a, .glossymenu li a:hover{
	color: #545454;
	background:url(../images/left-button-bg.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #545454;
	font-weight:normal;
	text-decoration:underline;
	background:url(../images/right-button-bg.gif) right top; /*right tab image path*/	
}




/* CSS Document */

