/* Start of CMSMS style sheet 'Левое меню' */
.left_sectionheader {
        display: block;
	text-decoration: none;
        margin-top: 10px;
        padding: 2px 2px;
	font-size: 12px;
        text-align:left;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFCC;
	background-color: #90975B;
}

a.left_element {
	display: block;
        padding: 2px 2px;
	font-size: 11px;
       margin-top: 0px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #4E500F;
        text-decoration: underline;
        text-align: left;
}

.left_currentpage {
	display: block;
        padding: 2px 2px;
        margin-top: 0px;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #2E2000;
        text-decoration: underline;
}
/* End of 'Левое меню' */

