/* Start of CMSMS style sheet 'Menu Navigation' */
.nave a, .nave a:link, .nave a:visited, .nave2 a, .nave2 a:link, .nave2 a:visited {
font-size: 13px;
color: #000;
text-decoration: none;
}


.nave a:hover, .nave2 a:hover {
font-size: 13px;
color: #FF9900;
text-decoration: none;
}

/*******************************************************************/

.nave ul {
margin: 0;
padding: 0;
list-style-type: none;
}


.nave ul li ul  {
margin: 0;
padding: 0;
margin-left: 10px;
margin-bottom: 5px;
list-style-type: none;
}

.nave li, .currentpage  {
display: block;
}

.nave a.currentpage, .nave a.activeparent  {
color: #FF9900;
font-weight: normal;
}

.nave li a.activeparent {
font-weight: bold;
color: #000000;
}


/*******************************************************************/



/* End of 'Menu Navigation' */

