.glossymenu{
	height: 37px;
	list-style: none;
	margin:0px;
	padding:0px;
	font-weight:bold;
}

.glossymenu li{
	float:left;
	font-weight:bold;
	margin-right:1px;
	
}

.glossymenu li a{
	float: left;
	display: block;
	color:#ffffff;
	text-decoration: none;
	font-family:Trebuchet MS;
	font-size: 13px;
	height: 37px;
	line-height: 37px;
	text-align: center;
	cursor: pointer;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 13px;
	padding-left: 13px;
	font-weight:bold;
	background-repeat: no-repeat;
	background-position: left;
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 20px 0 5px;
	font-weight:bold;
	background-repeat: no-repeat;
	background-position: right;
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #A63838; 
	background-position: left;
	background-image:url(../images/nav-left.gif);
	background-repeat: no-repeat;
	font-weight:bold;
	text-decoration:none;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #A63838; 
	background-image:url(../images/nav-right.gif);
	background-repeat: no-repeat;
	background-position: right;
	font-weight:bold;
	text-decoration:none;
}