/* Start of CMSMS style sheet 'theme : Simple - Vertical' */
/********************
MENU
*********************/
div#menu_vert {
   float:left;
   width:234px;
   margin-bottom:16px;
   padding-bottom:70px;
   background:#d0d4d7;
}

/* second level */
div#menu_vert ul{
	margin:12px 18px;
}

/* second level */
div#menu_vert ul ul{
	margin:0;
}

/* third level */
div#menu_vert ul ul ul {
	margin: 5px 0 5px 16px;
}

/* menu li block */
#menu_vert li {
   margin: 0;
   display: block;
   list-style: none;
}

#menu_vert ul ul li {
   border: 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 {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   color: #5e524e; /* this will be link color for all levels */
   min-height:1em; /* Fixes IE7 whitespace bug */
   height:18px;
}

/* 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 { 
}

/* hover state for all links */
div#menu_vert a:hover {
}
div#menu_vert a.activeparent:hover {
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_vert li a.activeparent {
}

div#menu_vert ul ul li a.activeparent {
	font-weight:bold;
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul h3 {
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size:11px;
   font-weight:bold;
   letter-spacing:normal;
   text-transform:none;
   display: block; 
   margin: 0;
   height:18px;
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert ul ul h3 {   
}

/* current page on third level, more padding */
div#menu_vert ul ul ul h3 {
}

/* section header */
div#menu_vert li.sectionheader {
	font-weight:bold;
	font-size:12px;
	margin-bottom:8px;
}



/* separator */
div#menu_vert li.separator {
}

div#menu_vert li.separator hr {
   display: none; /* this is for accessibility */
}
/* End of 'theme : Simple - Vertical' */

