/* Start of CMSMS style sheet 'CSSMenu' */
#menu {
position: relative;
background: #7F8400 url('uploads/images/menubg.gif') repeat-x top left;
height: 3.5em;
padding: 0em 1.0em 0em 1.0em;
margin-bottom: 2px;
}

#menu ul
{
position: absolute;
top: 1.1em;
}

#menu ul li
{
position: relative;
display: inline;
}

#menu ul li a
{
padding: 0.5em 1.0em 0.9em 1.0em;
color: #fff;
text-decoration: none;
}

#menu ul li a:hover
{
text-decoration: underline;
}

#menu ul li a.active
{
background: #7F8400 url('uploads/images/menuactive.gif') repeat-x top left;
}

#menubottom
{
background: #fff url('uploads/images/border1.gif') repeat-x;
height: 14px;
margin-bottom: 1.5em;
}
/* End of 'CSSMenu' */

