#dropmenudiv{
position:absolute;
border:1px solid white;
border-bottom-width: 0;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid white;
padding: 1px 0;
text-decoration: none;
color: #ffffff;
/* font-weight: none; */
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #ee0000;
}

a:link {text-decoration:none; color:#000000;}
a:visited {text-decoration:none; color:#000000;}
a:active {text-decoration:none; color:#000000;}
a:hover {text-decoration:underline; color:#000000;}
td {font-family:Verdana,Arial,Helvetica;font-size:10pt;}

.menu_link:link, .menu_link:visited, .menu_link:active
{text-decoration:none; color:#ffffff; font-weight:bold;}

.menu_link:hover
{text-decoration:underline; color:#ffffff; font-weight:bold;}

body {background-color:#ffffff; color:#000000; margin:2px; padding:2px; text-align:center; width:1000px; margin:0px auto 0px auto;}


