/* Start of CMSMS style sheet 'Menu' */
/********************
MENU
*********************/
/*#leftcol h3{font-weight:bold;}*/

#leftcol ul{
	margin: 20px 3px;
list-style-type:none;
}
#leftcol li{
	border-bottom: 1px solid #cbdb00;
list-style-type:none;
}
#leftcol li a{
	padding: 0 0 0 8px;
	/*border-bottom: 2px solid #e45100;
	border-top: 2px solid #e45100;*/
	display: block;
	line-height: 22px;
	height: 22px;
}


#leftcol li a:hover{
	color: #fff;
	background: #3e7100;
}

#leftcol li.active a{
	font-weight: bold;
}

#leftcol ul{
	margin: 20px 3px;
        padding:0;
}

#leftcol ul ul{margin:0;}

div#leftcol ul ul a {
   font-size: 90%;
   /*padding: 0.5em 0 0.5em 0;*/
   /*padding:0 0 0 15px;*/
   padding: 0 0 0 27px;
   margin: 5px 0 5px 0;
   background-position: 1.5em center;
}

div#leftcol ul ul ul  a {
   font-size: 80%;
   /*padding: 0.5em 0.5em 0.5em 2.8em;*/
   padding: 0 0 0 33px;
   background-position: 1.5em center;
}

#leftcol ul h3{margin:0; padding:2px 0 2px 7px; font-weight:900; font-size:11px;
background:#669900; /*padding: 0 0 0 8px;*/ color:#fff;}
#leftcol ul ul h3{margin:0; padding:0; padding: 0 0 0 27px; color:#fff; font-size:11px;
                     background:url(images/easi/li_arrow2.gif) 15px 4px  no-repeat;}

#leftcol ul ul li, #leftcol ul ul ul li{
	border-bottom: none;
}

#leftcol ul ul a{background:url(images/easi/li_arrow2.gif) 3px 7px  no-repeat;}
#leftcol ul ul a:hover {background:url(images/easi/li_arrow2.gif)  15px 8px no-repeat #3e7100;} 
#leftcol ul ul ul a{background: url()  no-repeat;}
#leftcol ul ul ul a:hover{background: #ce4900;}
/* End of 'Menu' */

