@charset "utf-8";
/* CSS Document */

/* ----------- SIDE MENU NAV -------------- */

#color1 {border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #E3E3E3;}
#color1 a:hover {color: #FFFFFF; background: #EC352F;}
#color1 a.active {color: #FFFFFF; background: #EC352F;}

#color2 {border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #E3E3E3;}
#color2 a:hover {color: #FFFFFF; background: #f1722f;}
#color2 a.active {color: #FFFFFF; background: #f1722f;}

#color3 {border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #E3E3E3;}
#color3 a:hover {color: #FFFFFF; background: #ffb722;}
#color3 a.active {color: #FFFFFF; background: #ffb722;}

#color4 {border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #E3E3E3;}
#color4 a:hover {color: #FFFFFF; background: #7cc540;}
#color4 a.active {color: #FFFFFF; background: #7cc540;}

#color5 {border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #E3E3E3;}
#color5 a:hover {color: #FFFFFF; background: #68bacb;}
#color5 a.active {color: #FFFFFF; background: #68bacb;}

#color6 {border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #E3E3E3;}
#color6 a:hover {color: #FFFFFF; background: #214c9e;}
#color6 a.active {color: #FFFFFF; background: #214c9e;}

#color7 {border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #E3E3E3;}
#color7 a:hover {color: #FFFFFF; background: #94529f;}
#color7 a.active {color: #FFFFFF; background: #94529f;}

.sidemenu{
	width: 200px; /*width of accordion menu*/
	position: relative;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E3E3E3;

}

.sidemenu a{ /*CSS class for menu headers in general (expanding or not!)*/
	color: #666666;
	cursor: hand;
	cursor: pointer;
	/*height: 16px;*/
	font-size: 11px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px; 
	padding-top: 13px;
	padding-right: 0;
	padding-left: 8px;
	padding-bottom: 4px;
	text-align: left;
	display: block;
	text-decoration: none;
	vertical-align: baseline;
}

