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

#leftcol ul{
	margin: 10px 0 0 10px;
        list-style-type:none;
}
#leftcol li{
	border-bottom: 1px solid #bf1e2e;
list-style-type:none; text-align:right;
}
#leftcol li a{
	padding: 5px 20px 5px 0;
	display: block;
	line-height: 1.4em;
        color:#2c1403;
        font-size:11px;
        text-decoration:none;
}

#leftcol li a:hover{
	background:#2c1403;
        color:#fff;
}

#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: 5px 20px 5px 0;
   line-height:22px;
}

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

#leftcol ul h3{margin:0; padding:5px 20px 5px 0; font-size:11px; color:#2c1403; font-weight:bold;
         font-family:Verdana, Arial, "sans-serif"; line-height:22px;}

li a.menuactive.menuparent{font-weight:900;}

#leftcol ul ul h3{margin:0; padding:5px 20px 5px 0; font-size:10px; color:#2c1403; font-weight:bold;
         font-family:Verdana, Arial, "sans-serif"; line-height:22px;}

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

/* End of 'Navigation' */

