/* Start of CMSMS style sheet 'pw-sfa-theme : menu_vert_' */
/********************
MENU
*********************/
#menu_vert {
   padding: 4px;
   margin-left: 1em;


background-color: #178A25 ; 

-moz-border-radius: 4px;
border-radius: 4px;
border: 1px solid #000;
min-height: 200px;
}
/* hover state for all links */
div#menu_vert a:hover,div#menu_vert a.menuactive:hover {

	background: #F1FD72; /* HOVER COLOR */
color:#000;

-moz-border-radius: 4px;
border-radius: 4px;
}



/* menu li block */
#menu_vert li {
	list-style: none;
	margin: 0;
	display: block;

}

/** 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, li.currentpage {
	
	text-decoration:none; /* no underline for links */
	display: block; /* IE has problems with this, fixed above */
	padding: 0.8em 0.5em 0.8em 1.5em; /* some air for it */
	color: #FFF; /* this will be link color for all levels */
	min-height:1em; /* Fixes IE7 whitespace bug */ 
        background-color: #4EA429 ; 
-moz-border-radius: 4px;
border-radius: 4px;
margin-bottom: 1px;
}
div#menu_vert ul ul  {
   font-size: 90%;
  /* padding: 0.5em 0.5em 0.5em 1.8em;*/
   background-position: 1.5em center;
margin-left: 1em;
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/





div#menu_vert li.separator hr {
   display: none; /* this is for accessibility */
}
div#menu_vert li a.menuactive {
/* Seems to be used for Active page occasionally */
color: #000;
background-color: #92ED6B;
}

div#menu_vert li.currentpage{
color: #000;
background-color: #92ED6B;
}
/* End of 'pw-sfa-theme : menu_vert_' */

