/* Start of CMSMS style sheet 'Navigation: Simple - Vertical' */
/********************
MENU
*********************/
#menu_vert {
font-size: 10px; 
font-weight: bold;   
text-transform: uppercase;
width: 175px;
margin: 0px;
padding: 0px;
background: #c2d1d3;
text-indent: 3px;

}
h3{
color:#262C55;
font-size:13px;
font-weight:bold;
letter-spacing:2px;
margin:10px 0;
text-transform:uppercase;
}
#menu_vert  ul{
padding:0px;
margin:0px;
width:183px;
}

/* third level has some padding to have it stand out */
div#menu_vert ul ul ul {
   padding-bottom: 0.5em;
}

/* menu li block */
#menu_vert li {
   padding: 0;  /* some air for it */
   list-style: none;
   margin-left: 0;


}

#menu_vert ul ul li {
   border-bottom: 1px solid #ffffff;

}

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/


div#menu_vert a {
background: #c2d1d3;
   border: none;
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
color: #262c56;
   border-bottom: 1px solid #ffffff;

}

/* next level links, more padding and smaller font */
div#menu_vert ul ul a {

}

/* third level links, more padding */
div#menu_vert ul ul ul a {
   padding: 0;  /* some air for it */
}

/* hover state for all links */
div#menu_vert a:hover {
 background-color: #262c56;
   color: #fefefe;
}
div#menu_vert a.activeparent:hover {
 background-color: #262c56;
   color: #fefefe;
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_vert li a.activeparent {
   background-color: #262c56;
   color: #fff;
}

div#menu_vert ul ul li a.activeparent {
   background-color: transparent;
   color: #18507C;
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul h3 {
 background-color: #262c56;
   color: #fefefe;
   display: block; 
   padding: 0;  /* some air for it */

   font-size: 10px;                           /* instead of the normal font size for <h3> */
   margin: 0;                                  /* as <h3> normally has some margin by default */

}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert ul ul h3 {
 background-color: #262c56;
   color: #fefefe;
   display: block; 
   padding: 0;  /* some air for it */
   font-size: 10px;                           /* instead of the normal font size for <h3> */
   margin: 0;          
}

/* current page on third level, more padding */
div#menu_vert ul ul ul h3 {
}

/* section header */
div#menu_vert li.sectionheader {
   border-right: none;
   font-weight: bold;
   padding: 0;
   background-color: #fff;
   line-height: 1em;
   margin: 0;
 
}



/* separator */
div#menu_vert li.separator {
   height: 1px !important;
   margin-bottom: 0;
   background-color: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#menu_vert li.separator hr {
   display: none; /* this is for accessibility */
}
/* End of 'Navigation: Simple - Vertical' */

