div#switcher {
	position: absolute;
	left: 835px;
	width: 171px;
	font-family: verdana;
	font-size: 11px;
	z-index: 9998;
	/*float:left;*/
}
div#switcher.show {
	/*border: 5px solid #000;*/
}
div#switcher a {
	color: #B0A49B;
	text-decoration: none;
}
div#switcher a:hover, div#switcher td.alt a:hover {
	color: #fff;
}
div#switcher td.alt a {
	color: #fff;
}
div#switcher h6 {
	display: block;
	float: right;
	margin-bottom: -1px;
	height: 34px;
	width: 171px;
	cursor: pointer;
}
body div#switcher h6.hide, body div#switcher h6.hover {
	display: none;
}
div#links {
	float: right;
	position:absolute;
	left: -200px;
	top:33px;
	width: 370px;
	background-color: #036E21;
	border: 0px solid #036E21;
	display: none;
	color:#fff;
	background-image:url(../images/quickLinkTopBorder.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}
div#links.show {
	display: block;
}
div#links div {
	width: 370px;
}
div#links div.alt, div#links div#second {
	background-color: #711200;
	border-top: 1px solid #036E21;
	border-bottom: 1px solid #036E21;
}
div#links div table {
	margin: 5px 10px 5px 15px;
}
div#links div table tr.hover a {
	color: #fff;
}
div#links table td {
	line-height: 1.5em;
}
div#links table td.alt {
	width: 100px;
}

.alt {
	color:#fff;
	}
