#dropmenudiv{
position:absolute;
border-top: 1px solid white;
border-bottom: 1px solid white;

z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;

border-top: 1px solid white;
border-bottom: 1px solid white;

text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #BAAB00;
}

.greenborder	{	border-color: #BAAB00;
				border-width: 1px;
				border-style: solid; }
				

.greenbold	{	font-weight:bold;
				color:#BAAB00;
				margin: 0 0 0 0;}


ul.greenlist	{	color: #000000;
				font-size: 10pt;
				line-height: 100%;
				font-style: normal;
				font-weight: normal;
				text-align:left;
				margin-top:5px;
				margin-bottom:5px;
				margin-left: 0;
				padding-left: 0;
				list-style: none; }

li.greenlist	{	padding-left: 15px;
				background-image: url(../images/greencircle.gif);
				background-repeat: no-repeat;
				margin-bottom:2px; }
				
.greensubhead	{	font-weight: bold; 
					margin-bottom:0px; 
					color:#BAAB00; }
					
a.greenlink
{
	text-decoration:none;
	color: #BAAB00;
}

a.greenlink:link
{

}

a.greenlink:visited
{
	text-decoration:none;
	color: #BAAB00;
}

a.greenlink:hover
{
	text-decoration:underline;
	color: #CCC563;
	
}