/* Start of CMSMS style sheet 'Navigation: Simple - Vertical' */
/********************
MENU
*********************/
#menu_vert {
	margin: 0;
	padding: 0;
}

#menu_vert ul {
	font-size: 12px;
	font-weight: bold;
	line-height: 13px;
	margin: 0;
	padding: 0;
	text-align: left;
	text-transform: uppercase;
}

/* menu li block */
#menu_vert li {
   display: block;
   list-style: none;
   margin: 0;
}

/** 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 {
   background: transparent; 
   border-top: #aeb4bb 1px solid;
   color: #6c7480;
   display: block;
   min-height: 1em; /* Fixes IE7 whitespace bug */ 
   padding: 7px 10px;
   text-decoration: none;
}

/* next level links, more padding and smaller font */
div#menu_vert ul ul li { 
	margin: 0;
	font-size: 11px;
	font-weight : normal;
	text-transform: none;
	}

div#menu_vert ul ul a {
	background: transparent url(../img/arrow_off.gif) 10px 6px no-repeat;
	border-top: none;
	padding: 3px 5px 3px 25px;
}


/* third level links, more padding */
div#menu_vert ul ul ul a {
	padding: 3px 5px 3px 40px;
	background: transparent url(../img/arrow_off.gif) 25px 6px no-repeat;
}

/* hover state for all links */
div#menu_vert a:hover {
   color: #000;
}
div#menu_vert a.activeparent:hover {
   color: #000;
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_vert li a.activeparent {
   color: #000;
}

div#menu_vert ul ul li a.activeparent {
   color: #000;
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul h3 {
   border-top: #aeb4bb 1px solid;
   color: #000;    
   display: block; 
   font-size: 1em;
	font-weight: bold;
   padding: 7px 10px;
   margin: 0;
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert ul ul h3 {
	background: transparent url(../img/arrow_active.gif) 10px 6px no-repeat;
	border-top: none;
	color: #000;
	font-weight: normal;
	margin: 0;
	padding: 3px 5px 3px 25px;
}

/* current page on third level, more padding */
div#menu_vert ul ul ul h3 {
	background: transparent url(../img/arrow_active.gif) 25px 6px no-repeat;
	border-top: none;
	color: #000;
	font-weight: normal;
	margin: 0;
	padding: 3px 5px 3px 40px;
}

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

