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

.dropmenudiv_a{
	position:absolute;
	top: 0; /*THEME CHANGE HERE*/
	border-top-width: 1px; /*Top border width. Should match height of .ddTabsline above*/
	border-bottom-width: 1px;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #4D9FBE;
	border-right-color: #4D9FBE;
	border-bottom-color: #4D9FBE;
	border-left-color: #4D9FBE;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

/*Back up style incase we screw up while trying to change
.dropmenudiv_a a{
	width: auto;
	display: block;
	text-indent: 5px;
	padding: 2px 0;
	text-decoration: none;
	color: black;
	background-color: #FCFDFE;
	border-top-width: 0;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #f68618;
	border-bottom-color: #f68618;
}
*/
.dropmenudiv_a a{
	width: auto;
	display: block;
	text-indent: 5px;
	text-decoration: none;
	color: black;
	background-color: #FCFDFE;
	border-top-width: 0;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #4D9FBE;
	border-bottom-color: #4D9FBE;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 15px;
}

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

.dropmenudiv_a a.current{ /*THEME CHANGE HERE*/
	background-color: #CFE5EE;
	color: #333333;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
	background-color: #CFE5EE;
	color: #333333;
}

