#dropmenudiv{
position:absolute;
border:1px solid black;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-decoration: none;
text-indent: 3px;
color: #294F2B;
}

#dropmenudiv a:hover{ /*hover background color -	light teal*/
background-color: #CAE2CF;
}

#dropmenudiv a:visited{
color: #294F2B;
}

#dropmenudiv_sub1{
position:absolute;
border:1px solid black;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv_sub1 a{
width: 100%;
display: block;
text-decoration: none;
text-indent: 3px;
color: #294F2B;
}

#dropmenudiv_sub1 a:hover{ /*hover background color -	light teal*/
background-color: #CAE2CF;
}

#dropmenudiv_sub1 a:visited{ /*hover background color -	light teal*/
color: #294F2B;
}

.sub_light	{	
background-color: #CAE2CF;
}

.ta	{
font:normal 10px arial;
}
