html, body {
	color: #1879AC;
	font-family: "Times New Roman", Times, serif;
	font-size:16px;
}

.glossymenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 179px;
border: 0px solid #9A9A9A;
border-bottom-width: 0;
}

* html .glossymenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 179px;
border: 0px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu li a{
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 5px 0;
padding-left: 10px;
text-decoration: none;
border-bottom: groove thin #3d7294;
}
.glossymenu2 li a{
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #db3109;
display: block;
width: auto;
padding: 0px 0;
padding-left: 10px;
text-decoration: none;
border-bottom: groove thin #3d7294;
}

* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 168px;
}
* html .glossymenu2 li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 168px;
}

* html .glossymenu li a:hover{ /*IE only. Actual menu width minus left padding of A element (10px) */
	text-decoration:none;
	color:#FFFFFF;
}
* html .glossymenu2 li a:hover{ /*IE only. Actual menu width minus left padding of A element (10px) */
	text-decoration:none;
	color:#db3109;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu2 li a:visited, .glossymenu2 li a:active{
color: #db3109;
}
.glossymenu li a:hover{
background-image: url(glossyback2.gif);
}
.glossymenu2 li a:hover{
background-image: url(glossyback2.gif);
}

