/* Start of CMSMS style sheet 'CSS menu principale' */
/* Fix for Opera 8 */
.clearb { clear: both; }

div#menuwrapper
{
  background-color: #990000;
    font-weight: bold;

}

#menuwrapper ul
{
text-align: center;
padding-bottom: 5px;
padding-top: 5px;
padding-left: 0;
margin-top: 0;
/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
color: white;
width: 100%;
font-family: Arial,Helvetica,sans-serif;
line-height: 18px;
/* fixes Firefox 0.9.3 */
}

#menuwrapper ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
/* matches link padding except for left and right */
padding-top: 5px;
margin-right: -0.2em;
}

#menuwrapper ul li a
{
height: 0;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
padding-top: 5px;
color: white;
text-decoration: none;
border-right: 1px solid #fff;
}

#menuwrapper ul li a:hover,
#menuwrapper ul li a:focus,
#menuwrapper ul li a:active
{
background-color: #CE2941;
color: white;
}

#menuwrapper li:first-child { border-left: 1px solid #fff; }

a.menuactive {background-color: #CE2941; }

/* End of 'CSS menu principale' */

