<style type="text/css">
.wireframemenu{
font: 13px Trebuchet MS;
text-decoration: none;
}

.wireframemenu ul{
list-style-type: none;
}

.wireframemenu a{
font: 13px Trebuchet MS;
color: #ffffff;
text-decoration: bold;
border-bottom: 0px solid #f9f9f9;
border-top: 0px solid #f9f9f9;
}

.wireframemenu a:visited{
color: #ffffff;
text-decoration: bold;
font: 13px Trebuchet MS;
}

.wireframemenu a:hover{
font: 13px Trebuchet MS;
color: #EEDD7C;
text-decoration:bold;
}

.wireframemenu a:active{
color: #E1E1E8;
text-decoration: bold;
font: 13px Trebuchet MS;
}



<!-- ***** Dropdown Menu *************************************************** -->


body { font-size: 0.7em; }
h3   { font-size: 1.6em;  }
.dropdown{
font: bold 12px Verdana, Trebuchet MS;
text-decoration: none;
  display: block;
  width: 180px;
  valign: middle;
  border:   #ffffff;
  padding: 3px 10px;
background-image: url(../images/dropmenuback.png);

}

.dropdown ul{
list-style-type: none;

}

.dropdown a{
font: bold 12px Verdana, Trebuchet MS;
text-decoration: none;
border-bottom: 0px solid #f9f9f9;
border-top: 0px solid #f9f9f9;

}

.dropdown a:visited{
color: #312F3D;
text-decoration: none;
font: bold 12px Verdana, Trebuchet MS;

}

.dropdown a:hover{
font: bold 12px Verdana, Trebuchet MS;
color: #E1E1E8;
text-decoration:none;
display: block;
background-color:#312F3D;
}

.dropdown a:active{
color: #312F3D;
text-decoration: none;
font: bold 12px Verdana, Trebuchet MS;

}


</style>