/*leftmenu*/

table.leftmenutable td.leftmenucell, table.leftmenutable td.activeleftmenucell {
	width: 174px;
	height: 24px;
}

table.leftmenutable td.leftmenucell a {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #3d0302;
	padding: 6px 0px 0px 29px;
	letter-spacing: 0.5px;
	background-image: url("../images/leftmenuitem.jpg");
	background-repeat: no-repeat;
	background-position: 12px 11px;
}

table.leftmenutable td.activeleftmenucell a {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 6px 0px 0px 29px;
	letter-spacing: 0.5px;
	background-image: url("../images/leftmenuitem_hover.jpg");
	color: #780202;
	background-repeat: no-repeat;
	background-position: 12px 11px;
}


table.leftmenutable td.leftmenucell a:hover {
	background-image: url("../images/leftmenuitem_hover.jpg");
	color: #780202;
}

table.leftmenutable td.leftmenusep {
	width: 174px;
	height: 1px;
	background-image: url("../images/leftmenusep.jpg");
	background-repeat: no-repeat;
}

/*submenu*/

.submenucell, .subsubmenucell {
	height: 18px;
}

.submenucell a {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #780202;
	letter-spacing: 0.5px;
	font-size: 11px;
	padding: 4px 0px 0px 39px;
}

.subsubmenucell a {
	display: block;
	font-weight: normal;
	text-decoration: none;
	color: #780202;
	letter-spacing: 0.5px;
	font-size: 11px;
	padding: 4px 0px 0px 49px;
}

/*topmenu*/

table.topmenutable td.topmenucell, table.topmenutable td.activetopmenucell {
	height: 30px;
}

table.topmenutable td.topmenusep {
	width: 1px;
	background-image: url("../images/topmenusep.jpg");
}

table.topmenutable td.topmenucell a {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #5c0100;
	padding: 8px 10px 0px 10px;
	height: 22px;
}

table.topmenutable td.activetopmenucell a {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #5c0100;
	padding: 8px 10px 0px 10px;
	height: 22px;
	background-color: #c9c3b7;
}

table.topmenutable td.topmenucell a:hover {
	background-color: #c9c3b7;
}