<!-- Source: Dynamic Drive CSS Library -->
<!-- URL: http://www.dynamicdrive.com/style/ -->

.wireframemenu{
border: 0px;
border-bottom-width: 0;
width: 160px;
}

#wireframemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 160px;
}

.wireframemenu ul{
background: url(images/Website/Menu/Menumiddle.gif) center center repeat-y;
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
font: bold 13px Verdana;
padding: 1px 1px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #395939;
text-decoration: underline;
}

.wireframemenu a:visited{
color: #395939;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
background: url(images/Website/Menu/MenumiddleDark.gif) center center;
color: black;
width: 160px;
text-decoration: underline;
}

.hid_rj a{
color: #FFE0C1;
font-size: 1;
}

BODY
{
scrollbar-face-color: #73C1C3;
scrollbar-highlight-color: #A9D6D7;
scrollbar-3dlight-color: #5B9798;
scrollbar-darkshadow-color: #FAF4D2;
scrollbar-shadow-color: #4A7F80;
scrollbar-arrow-color: #4E898A;
scrollbar-track-color: #FFE0C1;
}

