/* HEADER MENU */

table.header_menu {
	margin-top: 26px;
}

table.header_menu td {
	height: 39px;
}

table.header_menu td.menucell_sep {
	width: 3px;
	background-image: url("../images/header_menu_sep.jpg");
	background-repeat: no-repeat;
	background-position: 1px 12px;
	opacity: 0.6;
	filter: alpha(opacity=50);
}

table.header_menu td.menucell_left {
	width: 4px;
}

table.header_menu td.menucell_left_active {
	width: 4px;
	background-image: url("../images/menucell_left.gif");
	background-repeat: no-repeat;
}

table.header_menu td.menucell_right {
	width: 4px;
}

table.header_menu td.menucell_right_active {
	width: 4px;
	background-image: url("../images/menucell_right.gif");
	background-repeat: no-repeat;
}

table.header_menu td.menucell_active {
	background-color: #000;
}

table.header_menu td.menucell a {
	display: block;
	color: #ebb97c;
	text-decoration: none;
	padding: 13px 5px 10px 5px;
	outline: none;
	font-size: 12px;
}

table.header_menu td.menucell_active a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 12px 5px 11px 5px;
	outline: none;
	font-size: 12px;
}

/* LEFT MENU */

table.left_menu {
	width: 100%;
	/*margin-bottom: 54px;*/
}

table.left_menu td.menucell a {
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	padding: 1px 17px 1px 9px;
	color: #1c3a03;
	font-size: 12px;
	font-weight: bold;
}

table.left_menu td.menucell_active a {
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	padding: 1px 17px 1px 9px;
	color: #822b56;
	font-size: 12px;
	font-weight: bold;
}

table.left_menu td.menucell a:hover {
	/*background-color: #c9cab6;*/
	background-color: #fff;
	opacity: 0.7;
	filter: alpha(opacity=70);
}