/*leftmenu*/

table.leftmenu_table td.leftmenu_top {
	height: 178px;
	width: 207px;
	background-image: url("../images/leftmenu_top.jpg");
	background-repeat: no-repeat;
	background-color: #91bf43;
}

table.leftmenu_table td.leftmenu_bottom {
	height: 29px;
	background-image: url("../images/leftmenu_bottom.jpg");
	background-repeat: no-repeat;
}

table.leftmenucells_table {
	margin-top: 26px;
}

table.leftmenucells_table td.leftmenu_cell,
table.leftmenucells_table td.leftmenu_cell_active {
	width: 207px;
	/*height: 24px;*/
}

table.leftmenucells_table td.leftmenu_spacer {
	height: 1px;
	background-image: url("../images/leftmenu_spacer.jpg");
	background-repeat: no-repeat;
	background-position: left;
}

table.leftmenucells_table td.leftmenu_cell a {
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	padding: 4px 12px 4px 42px;
	background-image: url("../images/menu_icon.gif");
	background-repeat: no-repeat;
	background-position: 23px 4px;
}

table.leftmenucells_table td.leftmenu_cell a:hover {
	background-color: #aacf70;
	background-image: url("../images/menu_icon_hover.gif");
}

table.leftmenucells_table td.leftmenu_cell_active a {
	display: block;
	text-decoration: none;
	color: #000;
	font-size: 16px;
	padding: 4px 12px 4px 50px;
	background-image: url("../images/menu_icon_active.gif");
	background-repeat: no-repeat;
	background-position: 20px 6px;
}

table.leftmenucells_table td.leftmenu_cell_active a:hover {
	background-color: #aacf70;
}


table.leftmenucells_table td.leftsubmenu_cell a {
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 1px 12px 1px 56px;
	background-image: url("../images/submenu_li.gif");
	background-repeat: no-repeat;
	background-position: 50px 6px;
}

table.leftmenucells_table td.leftsubmenu_cell_active a {
	display: block;
	text-decoration: none;
	color: #000;
	padding: 1px 12px 1px 56px;
	background-image: url("../images/submenu_li.gif");
	background-repeat: no-repeat;
	background-position: 50px 6px;
}

table.leftmenucells_table td.leftsubmenu_cell a:hover,
table.leftmenucells_table td.leftsubmenu_cell_active a:hover {
	background-color: #aacf70;
}

/*topmenu*/

table.topmenu_table td.topmenu_cell {
	padding: 0px 16px;
}


table.topmenu_table td.topmenu_spacer {
	width: 1px;
	background-image: url("../images/topmenu_spacer.jpg");
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

table.topmenu_table td.topmenu_cell a {
	color: #838c95;
}

table.topmenu_table td.topmenu_cell a:hover {
	color: #16151a;
}
