/* Start of CMSMS style sheet 'Menu Stylesheet' */
#menu { 
width: 317px; 
/* this width value is also effected by
the padding we will later set on the links. */
}

#menu ul { 
margin: 0; 
padding: 0; 
list-style-type: none; 
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
}

#menu li { 
margin-top: 0px; 
margin-bottom: 5px; 
margin-right: 0px; 
margin-left: 0px;
white-space: nowrap; 
}

#menu a { 
display: block; 
width: 263px; 
padding-top: 5px; 
padding-bottom: 1px; 
padding-right: 27px; 
border-bottom: 1px solid #0f561e;
text-decoration: none; 
color: #fff;
}

#menu a:hover {
border-bottom: 1px solid #fff;
} 

#menu ul li a.menuactive { 
border-bottom: 1px solid #fff;
}
/* End of 'Menu Stylesheet' */

