.dropdown {display:block; position:relative}
.dropdown dt {
	width:220px;
	border:2px solid #aaa5b8/*main menu border and separator color*/;
	padding:8px;
	cursor:pointer;
	background-color: #2b1e4d /*main menu background color*/;
}
.dropdown .upperdd {border-bottom:none}
.dropdown dt:hover {background:#2b1e4d /*hover over main menu*/}
.dropdown dd {
	position:absolute;
	top:0;
	overflow:hidden;
	width:208px;
	display:none;
	background:#fff /*flyout background color*/;
	opacity:0;
	}
.dropdown ul {width:204px; border:2px solid #18112b /*flyout menu border */; list-style:none}
.dropdown li {
	display:inline;}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block;
	padding:5px;
	text-decoration:none;
	width:194px;
	color:#18112b /*flyout text color*/;
}
.dropdown a:hover {background:#DBE8F0; /*hover over flyout*/}
.dropdown .underline {border-bottom:1px solid #18112b /*flyout underline color*/}
.dropdown #six-ddheader a {
	margin: 0px;
	padding: 0px;
	color: #c8d0d4; /*contact text color*/;
}
.dropdown #six-ddheader a:hover {
	background:#2b1e4d; /*hover over contact*/;
}


