/* Start of CMSMS style sheet 'Navigation: Simple - Vertical' */
/********************
MENU
*********************/
#menu_vert {
   padding-left: 0;
   margin:0;
}


/* menu li block */
#menu_vert li {
   list-style: none;
   margin: 0;
   display: block;
}

#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;
	color:#74603D;
	display:block;	
	width:142px;
	margin-top:-1px;
	padding:2px 6px 2px 12px;	
	text-align:left;
	border-top:#A98C5A 1px solid;
	border-bottom:#A98C5A 1px solid;
}



/* hover state for all links */
div#menu_vert a:hover {
   background: #F0ECE3;
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul h3, .activeparent {
    display:block;
    background: #F0ECE3;
    border-left:#A98C5A 0px solid;
    background-image: url(images/menubut_active.gif);
    font-weight:normal;
    color:#74603D;
    font-size:12px;
    padding:3px 6px 3px 12px;	
}

div#menu_vert  a.activeparent {
     padding:1px;
     padding-left:0;
     background: #F0ECE3;
     border:0;
     
}


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

