h1
{
font: bold 24px BankGothic Md BT;
color: black;
}

li{ 
list-style-type: square;
}

body{
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
}

hr{
height: 1px;
width: 90%;
color: #400000;
background-color: #400000;
text-align: left;   /*this will align it for IE*/
margin: 0 auto 0 0  /*this will align it right for Mozilla*/
}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}


#dropmenudiv a:hover
{ /*hover background color*/
background-color: none;
}