



.headertable {
	background-color: #804729;
}
.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;
    font-weight:bold;
    width:196px;
}
.headertable td a {
	display: block;
	text-align: center;
}

 .headertable td a:visited, .headertable td a:active {
	color: #ffffff;
	text-decoration: none;
}
.headertable td a:link
{
    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: hide;
	height: 0px;
}
.dropdown {
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;
	z-index: 9996;
	padding-top: 0px;
	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: #804729;
	color: #ffffff;	
}
.headertable td .dropdown a:hover
{
	background-color: #AB6136;
	color: #ffffff;	
}