.dropdown{
	float: left;
	height: 40px;
	display: table;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../_img/div_btn.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.dropdown:after{ /*Add margin between menu and rest of content in Firefox*/
	display: block;
	height: 0;
	visibility: hidden;
	float: left;
}
.dropdown div{
	text-align: center;
	float: left;
	display: block;
	height: 40px;
	margin: 0px;
	width: 200px;
	background-image: url(../_img/div_btn.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.dropdown div a {
	color: #22486f;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
	display: block;
	padding-top: 18px;
}

.dropdown div a:hover{
	color: #0a2a4a;
	background-image: url(../_img/bg_btn_highlighted.gif);
	background-repeat: no-repeat;
	background-position: center bottom;

}


.dropdown div a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/

}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	line-height:25px;
	z-index:100;
	background-color: #d1dee6;
	visibility: hidden;
	background-image: url(../_img/bg_dropdown.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d1dee6;
	padding-top: 5px;
	font-size: 14px;
	margin-left: 2px;
}


.dropmenudiv a{
	display: block;
	text-indent: 3px;
	text-decoration: none;
	font-weight: bold;
	color: #336699;
	padding-right: 10px;
	padding-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccd4d9;
	padding-bottom: 5px;
	padding-top: 5px;
	width: auto;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color: #003366;
	text-decoration: none;
}
