/* Start of CMSMS style sheet 'sidenav' */
#menu_vert {
   padding-left: 0;
   margin-left: 0;
*margin-top: -40px;
_margin-bottom: 0;
}

#menu_vert ul li a, #menu_vert ul li.currentpage h3 {display:none;}
#menu_vert ul li li a, #menu_vert ul li li.currentpage h3{display:block;}

#menu_vert li {
   list-style: none;
   margin: 0;
   padding:0;
   display: block;
}

#menu_vert ul {
 margin: 0;
padding: 0;
   list-style: none;
}


#menu_vert ul ul li {
display: block;
_height: 12px;
_margin: 0 0 5px 0;
}

#menu_vert ul li a {
margin: 0 0 2px 0;
*margin: 0 0 1px 0;
padding: 16px 16px;
width: 206px;
color: #fff;
text-decoration: none;
}

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

/* first level links */
div#menu_vert a, div#menu_vert li.currentpage {
   text-decoration:none;
   display: block;
   color: #253890;
   min-height:1em;
}

/* second level */
div#menu_vert ul ul a, div#menu_vert ul li li.currentpage {
}

#menu_vert h3 {
margin: 0 0 2px 0;
*margin: 0 0 1px 0;
padding: 13px 16px;
background: url(images/subnav-back.png) repeat;
font-family: Arial Black, Arial, Helvetica, sans-serif;
color: #ffd700;
font-size: 1em;
font-weight: normal;
display: block;
}

div#menu_vert ul ul a {
}

/* third level */
div#menu_vert ul ul ul a {
}

/* Active State */

#menu_vert li li li h3 {
padding-left: 14px;
margin: 0 0 -5px 0;
*margin: 0 0 10px 0;
color: #ffd700;
}

/* hover first level */
div#menu_vert ul a:hover {
color: #ffd700;
   display: block;
}

/* hover second level */
div#menu_vert ul ul a:hover {
color: #ffd700;
   display: block;
}

/* hover third level */
div#menu_vert ul ul ul a:hover {
color: #ffd700;
   display: block;
}

div#menu_vert ul ul ul {
margin: 0 0 0 0;
}

div#menu_vert ul ul ul {
margin: 2px 0 0 0;
display: block;
}

div#menu_vert ul ul ul .currentpage {
margin-bottom: 7px;
}

/* section header */
div#menu_vert li.sectionheader {
   border-right: none;
   padding: 1.5em 0.5em 0.8em 0px;
   min-height: 1em;
   margin: 0;
   text-align:center;
}

/* separator */
div#menu_vert li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   background-color: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#menu_vert li.separator hr {
   display: none;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* End of 'sidenav' */

