/* ################ Menu Start ################ */
/* #### Mainmenu Start #### */
ul.menu li {}
/* ul.menu li a span { visibility: hidden; overflow: hidden; } */
ul.menu li a {
	display: block;
	padding: 5px 0 5px 22px;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	background: url("../img/btn_menu_off.gif") no-repeat 0 0;
	border-bottom: 1px dotted #504eb5;
}
ul.menu li a:hover { background: url("../img/btn_menu_on.gif") no-repeat 0 0; }
ul.menu li a.active { background: #2c1b85 url("../img/btn_menu_on.gif") no-repeat 0 0; }
/*
.btn-1, .btn-2, .btn-3, .btn-4, .btn-5, .btn-6, .btn-7, .btn-8, .btn-9 { width: 160px; height: 26px; }
ul.menu li a.btn-1 { background-image: url("../img/btn_menu_01.gif"); }
ul.menu li a.btn-2 { background-image: url("../img/btn_menu_02.gif"); }
ul.menu li a.btn-3 { background-image: url("../img/btn_menu_03.gif"); }
ul.menu li a.btn-4 { background-image: url("../img/btn_menu_04.gif"); }
ul.menu li a.btn-5 { background-image: url("../img/btn_menu_05.gif"); }
ul.menu li a.btn-6 { background-image: url("../img/btn_menu_06.gif"); }
ul.menu li a.btn-7 { background-image: url("../img/btn_menu_07.gif"); }
ul.menu li a.btn-8 { background-image: url("../img/btn_menu_08.gif"); }
ul.menu li a.btn-9 { background-image: url("../img/btn_menu_09.gif"); }
*/
/* #### Mainmenu End #### */
/* #### Mainmenu Start #### */
ul.lvl1 li {}
ul.lvl1 li a {
	padding: 4px 0 3px 24px;
	width: 136px;
	background: #2c1b85 url("../img/icon_menu_sub1_off.gif") no-repeat 8px 6px;
	color: #afb8e0;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid #211171;
}
ul.lvl1 li a:hover { background: #3226a3 url("../img/icon_menu_sub1_on.gif") no-repeat 8px 6px; color: #fff; }
ul.lvl1 li a.active { background: #3226a3 url("../img/icon_menu_sub1_on.gif") no-repeat 8px 6px; color: #ffd261; }
ul.lvl1 li a.active:hover { background: #3a2db7 url("../img/icon_menu_sub1_active_on.gif") no-repeat 8px 6px; color: #fff; text-decoration: underline; }
/* #### Mainmenu End #### */
/* #### Mainmenu Start #### */
ul.lvl2 { padding: 3px 0 6px 0; width: 160px; background: #3226a3; margin-bottom: 1px; }
ul.lvl2 li a {
	padding: 2px 0 2px 34px;
	width: 126px;
	background: transparent url("../img/icon_menu_sub1_off.gif") no-repeat 18px 6px;
	color: #afb8e0;
	font-size: 11px;
	font-weight: normal;
	border-bottom: 0px;
}
ul.lvl2 li a:hover { background: transparent url("../img/icon_menu_sub1_on.gif") no-repeat 18px 6px; color: #fff; text-decoration: underline; }
ul.lvl2 li a.active { background: transparent url("../img/icon_menu_sub1_on.gif") no-repeat 18px 6px; color: #ffd261; text-decoration: underline; }
ul.lvl2 li a.active:hover { background: transparent url("../img/icon_menu_sub1_active_on.gif") no-repeat 18px 6px; color: #fff; text-decoration: underline; }
/* #### Mainmenu End #### */
/* ################ Menu Start ################ */