@charset "UTF-8";
.tdleft {
	background-color: #540000;
	background-repeat: repeat-y;
}
.leftlink2 {
	font: bold 15px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	background: #000000;
	color: white;
	display: block;
	width: auto;
	padding-left: 5px;
	text-decoration: none;
	padding-right: 0px;
	padding: 5px 0;
}
.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: 160px;
border: 1px solid #320f0f;
border-bottom-width: 0;
}

.glossymenu li a{
	background: #511818 url(media/glossyback.gif) repeat-x bottom left;
	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;
}


* 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-image: url(media/glossyback2.gif);
}
