/* Start of CMSMS style sheet 'menu' */
#mainNav {
display: block;
height: 25px;
clear: both;
}

#mainNav li {
display: block;
float: left;
margin: 0  0 0 2px;
}

#mainNav li.firstitem {
margin-left: 0px;
}

#mainNav li.currentpage a {
background-image: url('images/mainNav-bg-hover.gif');
}

#mainNav li a {
display: block;
text-decoration: none;
color: inherit;
width: 152px;
height: 25px;
background-image: url('images/mainNav-bg.gif');
text-align: center;
color: #fff;
line-height: 25px;
text-transform: lowercase;
}

#mainNav li a:hover {
background-image: url('images/mainNav-bg-hover.gif');
}

#subNav {
background-image: url('images/subNav-bg.gif');
background-repeat: repeat;
color: #336699;
padding-top: 2px;
margin-top: 10px;
}

#subNav li {
display: block;
padding-bottom: 2px;
}

#subNav li a {
display: block;
background-color: #fff;
height: 35px;
line-height: 35px;
}

#subNav li a:hover {
background-color: #eeeeee;
}
/* End of 'menu' */

