/* Start of CMSMS style sheet 'Navigation: Simple - Vertical' */
#menuwrapper {
float: right;
padding-top: 20px;
padding-right: 10px;
display: inline;
}
#primary-nav {
list-style: none;

}

#primary-nav li {
float: right;
margin-right: 10px;

}

#primary-nav li a {
padding: 3px 10px 3px 10px;
color: #444;
text-decoration: none;
border: solid 1px #fff;
font-family: Helvetica, Arial, sans-serif;
font-size: 16px;
font-weight: bold;
display: block;
}

#primary-nav li a:hover {
background: #eee;
border: solid 1px #ccc;
}

.menuparent {
}

.menuactive a {
color: #999 !important;
border: solid 1px #fff !important;
background: #fff !important;

}
/* End of 'Navigation: Simple - Vertical' */

