@charset "UTF-8";
/* CSS Document */

.leftlink2 {
	font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	background: #000000;
	color: white;
	display: block;
	width: auto;
	padding-top: 4px;
	padding-bottom: 4px;
}
.leftlink2 a:link {
	color: #FFFFFF;
	text-decoration: none;
}.leftlink2 a:hover {
	font-weight: bold;
	color: #CCCC33;
}
.glossymenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 220px;
border-bottom-width: 0;
}

.glossymenu li a{
	color: white;
	display: block;
	width: auto;
	padding-left: 10px;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #35489E;
	background-repeat: repeat-x;
	background-position: left bottom;
	border: 1px solid #320f0f;

}


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

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
	background-color: #003366;
}
