/*-- DROPDOWN MENU CSS --*/

	#dropmenudiv{
		position: absolute;
		background: #339966;
		font: normal 12px Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
		line-height: 18px;
		z-index: 100;
		margin-top: 5px;
		}

	#dropmenudiv a{
		width: 100%;
		display: block;
		background: #339966;
		color: #ffffff;
		text-indent: 3px;
		text-align: left;
		text-decoration: none;
		font-weight: normal;
		border-bottom: 1px solid #2ba75e;
		padding: 4px 0px 4px 0px;
		}

	#dropmenudiv a:hover{ /*hover background color*/
		background-color: #339966;
		text-decoration: underline;
		}