@charset "UTF-8";
/* CSS Document */
<style type="text/css">


.glossymenu{
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	height: 46px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#fff;
	text-decoration: none;
	font-family: verdana;
	font-size: 6px;
	font-weight: bold;
	padding:0 0 0 4 px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 16px 0 4px; /*Padding of menu items*/
	color:#fff;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #CC3300; /*right tab image path*/
	font-style: italic;	
}

</style>
