
.glossymenu{
	position: relative; /*tab background image path*/
	height: 46px;
	list-style: none;
	background-image: url(img/bg_menu.jpg);
	background-repeat: repeat-x;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	visibility: visible;
	width:687px;
}

.glossymenu li{
	float:left;
	margin-top:-15px;
	}

.glossymenu li a{
	float: left;
	display: block;
	color:#999999;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 50px;
	line-height: 55px;
	text-align: center;
	cursor: pointer;
	width:130px;
	}

.glossymenu li.current a, .glossymenu li a:hover{
	color:#333333; /*left tab image path*/
	background-position: left top;
	background-image:url(img/bg_menutop.png);
	background-repeat: no-repeat;
	background-color:transparent;
	}

