/* CSS Document */

#dropmenudiv{

color: #FFFFFF;

text-decoration: none;

font-weight: bolder;

position:absolute;





line-height:18px;

z-index:150;

}



#dropmenudiv a{

font-family: Georgia, "Times New Roman", Times, serif;

font-size: 13px;

font-weight: bolder;

color: #FFFFFF;

text-decoration: none;

width: 100%;

display: block;

text-indent: 25px;

padding: 1px 0;

background-color: #395117;

border: solid;

border-width: thin;

border-color: #5c732f;



}



#dropmenudiv a:hover{ 

	color: #ff9900;

	text-decoration: ;

	background-color: #395117;

	

	

	

}

