#dropmenudiv{
position:absolute;
width: 98%;
color:#FFFFFF;
border-style: groove 
border-bottom-width: 1;
font-weight:normal;
font-size: 12px;
font-family: "Lucida grande",Verdana,Arial,Helvetia;
line-height:25px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-align: left;
text-indent: 3px;
border:1px solid #edb600;
border-bottom-width: 1;
padding: 1px ;
text-decoration: none;
background-color: #eedd82 ;
}

.ddmenu_active {
	background-color: #FF9900;
}

.ddmenu_inactive {
	background-color: #edb600;
}

#dropmenudiv a{
	color:#455c65;
	font-weight: bold;
}

#dropmenudiv a:hover { /*hover background color*/
	background-color: #DCDCDC;
	color:#FFFFFF;
	/*text-decoration:underline;*/
	/*font-weight: bold;*/
}


.menutext {
          color:#FFFFFF;
          text-decoration:none;
          font-weight: bold;
}

.gztrtext {
		color:	#2F4F4F;
	    text-decoration:none;
}	
.littlelink {
		font-size: 6pt;
}
