#dropmenudiv{
position:absolute;
background-color:white;
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: #f1f1f1;
}

.navlist li {
list-style-type: square;
width: 135px;
background-color:white;
list-style-image: url('arrow.jpg')
}


table.head
{
font-color: #d1d1d1;
position:relative;
top:-20px
}


p,table,li,address
{
font-family: tahoma, 'sans serif'; 
margin-left: 15pt;
}

li,th,td
{
font-size: 80%;
}

ul.none {list-style-image: url('arrow.jpg')}


a:link    {color:#ff6600}
a:visited {color:#ff6600}
a:active  {color:#ff6600}
a:hover   {color:#ff6600; text-decoration: underline; font-family: tahoma}

th {background-color:#774400}

body
{
background-color: white;
}