/* ######### Style for Drop Down Menu ######### */

.dropmenudivempty{ /* just to make empty tabs work without IE6.0 problem */
	width: 0px;
	visibility: hidden;
	position: absolute;
}


.dropmenudiv{
	position:absolute;
	top: 0;
	margin: 3px 0 0 0;
	border: 1px #000000 solid; /*THEME CHANGE HERE*/
	font:normal 1.2em Verdana;
	line-height: 1em;
	z-index:100;
	width: 17em;
	visibility: hidden;
/*	background-color: #003fdb;*/
	text-align: left;
}

#dropmenu1 {width: 17em;}
#dropmenu2 {width: 17em;}
#dropmenu3 {width: 17em;}
#dropmenu4 {width: 20em;}
#dropmenu5 {width: 20em;}
#dropmenu6 {width: 22em;}
#dropmenu7 {width: 19em;}
#dropmenu8 {width: 17em;}
#dropmenu9 {width: 17em;}

.dropmenudiv h3{
	width: auto;
	display: block;
	text-indent: 0.5em;
	border-bottom: 0px #000066 solid;
	padding: 0.6em 0 0 0;
	text-decoration: none;
	font-weight: bold;
}

.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 1em;
	border-bottom: 0px; /*THEME CHANGE HERE*/
	padding: 0.2em 0;
	text-decoration: none;
/*	color: #334d55;*/
}

.dropmenudiv a h3{text-indent: 0.5em; padding: 0.6em 0 0.2em 0;}
.dropmenudiv .first {padding-top: 0.2em;}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}


#dropmenu1, #dropmenu1 a:link, #dropmenu7, #dropmenu7 a:link {background-color: #003d71; color: #f0f0f0;}
#dropmenu1 a:hover, #dropmenu7 a:hover{background-color: #b1d2ec; color: #ffffff;}
#dropmenu1 a:visited, #dropmenu7 a:visited{color: #f0f0f0;}

#dropmenu2, #dropmenu2 a:link, #dropmenu3, #dropmenu3 a:link {background-color: #003d71; color: #f0f0f0;}
#dropmenu2 a:hover, #dropmenu3 a:hover{background-color: #b1d2ec; color: #ffffff;}
#dropmenu2 a:visited, #dropmenu3 a:visited{color: #f0f0f0;}

#dropmenu4, #dropmenu4 a:link {background-color: #003d71; color: #f0f0f0;}
#dropmenu4 a:hover{background-color: #b1d2ec; color: #ffffff;}
#dropmenu4 a:visited{color: #f0f0f0;}


