.HeaderTable {
	background-color: #344d62;
	line-height:20px;
	width:100%;
}

.HeaderTable td 
{
	font-size: 14px;
	text-align: left;
	padding:0px 5px;
	margin:0px 20px;
	font-family: 'Trebuchet MS', Futura, arial, verdana, sans;
	position: relative;
	z-index:100000;
}
.HeaderTable td a {
	display: block;
	text-decoration: none;
}
.HeaderTable td a:link, .HeaderTable td a:visited, .HeaderTable td a:active {
	color:#FFF;
}
.HeaderTable td a:hover {
	color:#FFF;
}


.DropDownContainer {
	position: absolute;	
	text-align: left;
	padding:0px;
	margin:0px 0px 0px -5px;	/* negative of the HeaderTable's padding */
	height: 0px;
}
.DropDown {
	position:absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;
	z-index: 9996;
	padding:0px 0px 0px 0px;
	text-align: left;
	font-size: 12px;
	width: 160px;
}

.DropDown br {
	display: none;
}
.DropDownSub {
	position:absolute;
	top: 0px;
	visibility:hidden;
	z-index:998;
	text-align:left;
	font-size:12px;
	left:165px;
	width:160px;
}

.DropDownSub br {
	display: none;
}
.HeaderTable td .DropDown a
{
	border:1px solid #344d62;
	border-top: none;
	display: block;
	text-align: left;
	font-size: 12px;
	padding:3px 10px;
}
.HeaderTable td .DropDown a:link, .DropDown a:visited, .DropDown a:active
{
	background-color: #B3BCC4;
	color: #FFF;	
}
.HeaderTable td .DropDown a:hover
{
	background-color: #D27455;
	color: #FFF;	
}