
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.wireframemenu{
border: 0px solid #333333;
border-bottom-width: 0;
/*background-color: #666666; */


/*width: 156px;*/
padding: 0px;
text-align:left;


}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 185px; 
}

.wireframemenu ul{

padding: 0;
margin: 0;
font-family:Arial, Helvetica, sans-serif;
list-style-type: none;

}

.wireframemenu a{
color: #000000;
font: none 12px Arial;
padding: 4px 3px;
padding-left: 10px;
display: block;
width: 100%; /*Define width for IE6's sake*/
text-decoration: none;
font-weight: normal;
border-bottom: 1px solid #cccccc;


}

.wireframemenu a:visited{
color: #000000;
font-weight:normal;

}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
color: #000000;
font-weight:normal;
text-decoration: none;
}

.wireframemenu a:hover{ 
background-color: #000000;
color: #ffffff;
font-weight:normal;
}



.menutitle{
font-size: 15px;
font-weight: normal;
font-style: normal;
color: #ffffff;
/*border-bottom: 1px solid #333333; */

padding: 1px 0;
padding: 5px;
background-color: #589EC2 ;
font-family: Georgia, "Times New Roman", Times, serif, Arial,"Times New Roman", Times, serif;
}





.featured{
border: 0px solid #cccccc;
border-bottom-width: 0;
/*background-color: #666666; */
color:#990000;
/*width: 156px;*/
padding: 0px;
text-align:left;


}
.featured a {
font-size: 12px;
font-weight: bold;
font-style: normal;
color: #990000;
padding: 5px;
padding-left: 10px;
font-family: Arial,"Times New Roman", Times, serif;
}

.featured a:hover{ 
background-color: #eeeeee;
color: #000000;
font-weight:normal;
}

.featured:visited{
font-size: 12px;
font-weight: bold;
font-style: normal;
color: #990000;
padding: 5px;
padding-left: 10px;
font-family: Arial,"Times New Roman", Times, serif;
}

html>body .featured a, .featured:visited{/*Non IE rule*/
font-size: 12px;
font-weight: bold;
font-style: normal;
color: #990000;
padding: 5px;
padding-left: 10px;
font-family: Arial,"Times New Roman", Times, serif;
}



a.links2:link, a.links2:visited {
 color: #990000;
 text-decoration: none;
 font-weight: bold;
}
a.links2:hover {
 color: ffffff;
  text-decoration: none;
 font-weight: bold;
}



a.sublinks:link, a.sublinks:visited {
 color: #38799C;
 text-decoration: none;
 font-weight: normal;
}
a.sublinks:hover {
 color: ffffff;
  text-decoration: none;
 font-weight: normal;
}