li {
font-weight: normal;
font-size: 10px;
}

a:link {

color: #990000;
font-size: 10px;
font: 10px Verdana;
font-weight: bold;
text-decoration: none;

}

a:visited {
color: #990000;
font-size: 10px;
font: 10px Verdana;
text-decoration: none;
font-weight: bold;
}

a:hover {

color: #990000;
font: 10px Verdana;
text-decoration: underline;
font-weight: bold;
}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 10px Verdana;
color: #0b8672;
line-height:12px;
z-index:100;
width:auto;
min-width:300px;
}

#dropmenudiv a{
width: 100%;
font-size: 10px;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #0b8672;
color: Snow;
}

body {

margin: 0;
font-size: 10px;
font-family: Verdana;
text-align: center;
background: #faefe5;
background-image: "images/ceiling_fans_back.jpg";
background-repeat: repeat-y;
background-position: center;
}

p {
font: 10px Verdana;
}

h1 {
font: 15px Verdana;
text-decoration: none;
font-weight: bold;
}

h2 {
font: 10px Verdana;
text-decoration: none;
font-weight: bold;
}

h3 {
font: 10px Verdana;
text-decoration: none;
font-weight: bold;
}

div {
font-size: 10px;
font-family: Verdana;
line-height: 150%
}