.glossymenu
{
    list-style-type: none;
    width: 195px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 0;
}

.glossymenu li a{
	color: #FFFFFF;
	display: block;
	width: 195px;
	height: 30px;
	padding-left: 9px;
	text-decoration: none;
	background-image: url(../Images/nav_bg_off.jpg);
	background-repeat: no-repeat;
	background-position: 4px bottom;
	font-family: "Century Gothic";
	font-size: 11px;
	font-weight: bold;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 0px;

}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 211px;
}

.glossymenu li a:link {
	color: #FFFFFF;
	font-family: "Century Gothic";
	font-size: 11px;
	font-weight: bold;
	background-repeat: no-repeat;
	text-decoration: none;
}

.glossymenu li a:visited {
	color: #FFFFFF;
	font-family: "Century Gothic";
	font-size: 11px;
	font-weight: bold;
	background-repeat: no-repeat;
	text-decoration: none;
}

.glossymenu li a:hover{
	background-image: url(../Images/nav_bg_on.jpg);
	color: #FFFFFF;
	background-attachment: scroll;
	background-position: 4px bottom;
	font-family: "Century Gothic";
	font-size: 11px;
	font-weight: bold;
	background-repeat: no-repeat;
	text-decoration: underline;
}



