.headertable {
	background-color: #000000;
}
.headertable td {
	font-size: 14px;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	font-family: 'Trebuchet MS', Futura, arial, verdana, sans;
	padding-top: 2px;
	padding-bottom: 2px;
	position: relative;
	z-index:100000
}
.headertable td a {
	display: block;
	text-align: center;
}
.headertable td a:link, .headertable td a:visited, .headertable td a:active {
	color: #ffffff;
	text-decoration: none;
}
.headertable td a:hover {
	color: #ffffff;
	text-decoration: none;
}
.dropdowncontainer {
	position: absolute;	
	padding: 0px;
	margin: 0px;
	margin-left: -5px;
	text-align: left;
	overflow:hidden;
	height: 0px;
}
.dropdown {
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;
	z-index: 9996;
	padding-top: 2px;
	text-align: left;
	font-size: 12px;
	width: 160px;
}
.dropdown br {
	display: none;
}
.dropdownsub {
	position: absolute;
	left: 160px;
	top: 0px;
	visibility: hidden;
	z-index: 998;
	text-align: left;
	font-size: 12px;
	width: 160px;
}
.dropdownsub br {
	display: none;
}
.headertable td .dropdown a{
	border: 1px solid #999999;
	border-top: none;
	display: block;
	text-align: left;
	font-size: 12px;
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
}
.headertable td .dropdown a:link, .dropdown a:visited, .dropdown a:active{
	background-color: #6C88BB;
	color: #ffffff;	
}
.headertable td .dropdown a:hover{
	background-color: #43437E;
	color: #ffffff;	
}
a.menulink:link, a.menulink:visited, a.menulink:hover, a.menulink:active 
{
	color:#D2D4AF;
	text-decoration:underline;
}
a.menulink:hover
{
	color:#FFF;
	text-decoration:none;
}