/* Start of CMSMS style sheet 'style_menu' */
/*************************************************** Menu *************************************************/
#menu
{width: 850px;
height: 32px;
margin: auto;
list-style: none;
background-image: url("images/background_menu.png");
background-repeat: repeat-x;
background-position: top left;
color: #858585;
clear: both;}

#menu li
{float: left;}

#menu li a
{padding: 0px 15px 0px 15px;
height: 32px;
line-height: 32px;
color: white;
font-weight: bold;
text-decoration: none;}

#menu li a:hover
{text-decoration: underline;}

#menu #selected
{background-color: white;
margin: 5px 0px 0px 5px;}

#menu #selected a
{float: left;
display: block;
color: black;
height: 27px;
line-height: 23px;}
/*************************************************** // Menu *************************************************/
/* End of 'style_menu' */

