/* Start of CMSMS style sheet 'UNM - sidenav' */
#nav-list {
    margin-bottom: 1em;
    line-height: 1.2em;
    font-family: Arial, Helvetica, sans-serif;
}

#nav-list ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

#nav-list li { margin: 0 0 1px 0; }

#nav-list a
{
display: block;
padding: 5px 10px;
width: 210px;
color: #333;
background-color: #ccc;
text-decoration: none;
}

#nav-list a:hover
{
color: #fff;
background-color: #52843a;
text-decoration: none;
}

#nav-list ul ul li { margin: 0 0 1px 0; }

#nav-list ul ul a {
display: block;
padding: 5px 5px 5px 25px;
width: 200px;
color: #000;
background-color: #efefef;
text-decoration: none;
}

#nav-list ul ul a:hover {
color: #fff;
background-color: #52843a;
text-decoration: none;
}

#nav-list a.currentpage {
    font-weight: bold;
    color: #000;
    background: #99c286;
}

/* Resources */

#res-list {
    margin-bottom: 1em;
    line-height: 1.2em;
}

#res-list ul
{
margin: 0;
padding: 0;
list-style-type: none;
margin-bottom: 1em;
}

#res-list li { margin: 0 0 1px 0; }

#res-list a
{
display: block;
padding: 5px 10px;
width: 210px;
color: #333;
background-color: #ffcc73;
text-decoration: none;
}

#res-list a:hover
{
color: #fff;
background-color: #ffa200;
text-decoration: none;
}

#res-list a.currentpage {
    font-weight: bold;
    color: #000;
}
/* End of 'UNM - sidenav' */

