/* ######### Style for Drop Down Menu ######### */
.dropmenudiv {
	position:absolute;
	top: 0;
	border: 1px solid #739C3E;
	border-right: 3px solid #646A47;	
	border-bottom: 4px solid #454545;	
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	z-index:100;
	background-color: #E6E6E6;
	width: 140px;
	visibility: hidden;
}
.dropmenudiv a {
	width: auto;
	display: block;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #739C3E;
	padding: 4px 10px;
	text-decoration: none;
	font-weight: bold;
	color: #333A19;
}
* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}
.dropmenudiv a:hover {
	background-color: #D0DFB3;
	border-top: 1px solid #D0DFB3;
}
