/* Start of CMSMS style sheet 'navigation' */
/* MENU */
/* hack for Internet Explorer */
* html div#menu_horiz {
/* hide ie/mac \*/
height: 1%;
/* end hide */
}
div#menu_horiz {
background-color: #2a100f; 
color: #ffffff;
width: 100%;
margin: 0;
border-bottom: 5px solid #d3e04e;
font-weight:bold;
height:2.4em;
text-align:left;
}
div#menu_horiz ul {
margin: 0;
padding: 0 25px;
height:auto;
/* hide ie/mac \*/
float: right;
/* end hide */
}
div#menu_horiz li {
display:inline-block;
/* hide ie/mac \*/
float: left;
/* end hide */
list-style: none;
margin: 0 ;
}
div#menu_horiz a {
padding: 0.7em 13px 0.7em 13px;
margin: 0;
color: #ffffff;
display: inline-block;
/* hide ie/mac \*/
display: block;
/* end hide */
text-decoration:none;
}
div#menu_horiz li a:hover {
background: url(uploads/images/site/brownmoon.gif) no-repeat center bottom;
color: #95904A;
text-decoration:none;
}
div#menu_horiz a.thisone {
color: #d3e04e;
background: url(uploads/images/site/greenmoon.gif) no-repeat center bottom;      
}
/* End of 'navigation' */

