/* Start of CMSMS style sheet 'IMP Menu Stylesheet' */
#menuwrapper
{
float: right;
margin: 30px 10px 0 0;
display: inline;
}

#primary-nav
{
}

#primary-nav li
{
float: left;
list-style-type: none;
width: 90px;
height: 41px;
position: relative;
}

#primary-nav li:hover
{
background-image: url(images/menu_bg.jpg);
background-position: bottom center;
background-repeat: none;
float: left;
list-style-type: none;
width: 90px;
height: 41px;
position: relative;
}

#primary-nav li a
{
text-decoration: none;
text-transform: uppercase;
display: block;
#display: inline;
padding: 10px 10px 20px 10px;
font-size: 16px;
letter-spacing: 1;
color: #fff;
text-align: center;
}

#primary-nav li.menuactive
{
background-image: url(images/menu_bg.jpg);
background-position: bottom center;
background-repeat: none;
float: left;
list-style-type: none;
width: 90px;
height: 41px;
position: relative;
}

#primary-nav li a.menuactive
{
color: #c8fe75;
}
/* End of 'IMP Menu Stylesheet' */

