/* top navbar list*/
#jsmenu
{
color: white;
background: transparent;
padding: 0 1px;
margin: 20px 0px 0px -20px;
width: 90%;

}

#jsmenu li
{
list-style: none;
 margin-top: 0px; 
 margin-right: 0px; 
 margin-bottom: 0px; 
 margin-left: 0px;
font-size: 0.8em;
}

#jsmenu a
{
display: block;
text-decoration: none;
width: 170px;
color: #a98553;
background: #401004;
border-width: 1px;
border-style: solid;
border-color: #5bd #035 #068 #6cf;
border-left: 2px solid #623c18;
border-right: 2px solid #000;
padding: 3px 3px 3px 6px;
margin: 0px;
}

#jsmenu a#current { border-color: #5bd #c10228 #068 #f30; }

#jsmenu a
{
width: 99%;
/* only necessary for Internet Explorer */
}


#navcont>#jsmenu a
{
width: auto;
/* only necessary if you use the hacks above for the Internet Explorer */
}

#jsmenu a:hover, #jsnav a#current:hover
{
background: #28b;
border-color: #069 #010483 #5bd #ecedf0;
padding: 3px 3px 3px 6px;
color: #ffffff;
}

#jsmenu a:visited
{
color: #7b4918;
}

#jsmenu a:active, #jsmenu a#current:active
{
background: #17a;
border-color: #069 #6cf #5bd white;
padding: 3px 3px 3px 6px;
}
