#dropmenudiv {
position : absolute; 
background-color:#f4f4f4; 
filter:alpha(opacity=92);
border : 0 solid #ffffff; 
font-family : Geneva, Arial, Helvetica, sans-serif; 
font-size : small; 
color : #FFFFFF; 
z-index : 100; 
FONT-WEIGHT: bold; 


} 
#dropmenudiv a {
width : 100%; 
display : block; 
text-indent : 3px; 
padding : 2px 0; 
text-decoration : none; 
font-family : Geneva, Arial, Helvetica, sans-serif; 
font-size : small; 
color : #FFFFFF; 
FONT-WEIGHT: bold; 
} 
#dropmenudiv a:hover {
background-color:#E9ECD9;
filter:alpha(opacity=92);
COLOR: #337e9b; 
font-family : Geneva, Arial, Helvetica, sans-serif;
FONT-SIZE: small; 
text-decoration : none;
FONT-WEIGHT: bold;  

} 


A.menulink {
DISPLAY: block;
FONT-WEIGHT: bold; 
FONT-SIZE: small; 
WIDTH: 250px; 
CURSOR: hand; 
TEXT-INDENT: 3px; 
LINE-HEIGHT: 12pt; 
FONT-FAMILY: Geneva, Arial, Helvetica, sans-serif; 
COLOR : #FFFFFF; 
TEXT-ALIGN: left;
background-color:#f4f4f4;


} 
a:link.menulink {
font-family : Geneva, Arial, Helvetica, sans-serif; 
font-size : small; 
color : #FFFFFF; 
} 
a:visited.menulink {
font-family : Geneva, Arial, Helvetica, sans-serif; 
font-size : small; 
color : #FFFFFF; 
} 
a:active.menulink {
font-family : Geneva, Arial, Helvetica, sans-serif; 
font-size : small; 
color : #ffffff; 
} 

A.menulink:hover {
background-color:#E9ECD9;
COLOR: #337e9b; 
DISPLAY: block;
FONT-WEIGHT: bold; 
FONT-SIZE: small; 

} 

