@charset "UTF-8";
/* CSS Document */


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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
line-height:18px;
font-size: 12px;
text-align:left;
z-index:100;
background-color: #c8c8c8;
width: 175px;
visibility: hidden;
}


.dropmenudiv a{
	width: auto;
	background-color: #99CC33;
	display: block;
	text-indent: 3px;
	/*border-bottom: 1px solid #BBB;*/
	border: solid 1px #143882;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:10px;
	padding-right: 10px;
	margin-bottom: 2px;
	text-decoration: none;
	font-weight: bold;
	color: black;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #80A929;
	color: #FFFFFF;
}