.glossymenu{
	padding: 0 0 0 55px;
	margin: 0;
	height: 46px;
	list-style: none;
        align: center;
        float: center;
        position:relative;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#fff;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 4px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0px 6px 0px 26px;
}

.glossymenu li.current a{
	color: #fff;
	background-position: left;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.glossymenu li a:hover{
	color: #fff;
	background-position: left;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	    background: url(menu.png) no-repeat left top;
}

.glossymenu li.current a b{
	color: #C0C0C0;
	text-decoration: underline;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;

}
.glossymenu li a:hover b{
	color: #fff;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
}
