/*topmenu*/

table.topmenutable td.topmenucell, table.topmenutable td.activetopmenucell{
	padding-top: 22px;
}

table.topmenutable td.topmenucell a {
	display: block;
	height: 47px;
	padding: 27px 13px 0px 13px;
	text-transform: uppercase;
	color: #7b0e13;
	font-size: 12px;
	font-weight: normal;
}

table.topmenutable td.activetopmenucell a {
	display: block;
	height: 47px;
	text-transform: uppercase;
	font-size: 12px;
	background-image: url("../images/topmenuhover.jpg");
	background-repeat: repeat-x;
	padding: 25px 12px 0px 12px;
	color: #fff;
	border: 1px solid #fff;
	font-weight: normal;
}

table.topmenutable td.topmenucell a:hover {
	background-image: url("../images/topmenuhover.jpg");
	background-repeat: repeat-x;
	padding: 25px 12px 0px 12px;
	color: #fff;
	border: 1px solid #fff;
	font-weight: normal;
}

/*leftmenu*/

table.leftmenutable {
	background-image: url("../images/leftmenutop.jpg");
	background-position: top;
	background-repeat: no-repeat;
	height: 52px;
}

table.leftmenutable td.leftmenutop {
	width: 195px;
	height: 29px;
}

table.leftmenutable td.leftmenucell, table.leftmenutable td.activeleftmenucell{
	height: 23px;
}

table.leftmenutable td.leftmenucell a {
	display: block;
	/*height: 16px;*/
	text-transform: uppercase;
	color: #7b0e13;
	font-size: 12px;
	padding-left: 36px;
	padding-top: 7px;
	padding-bottom: 2px;
	background-image: url("../images/li.jpg");
	background-repeat: no-repeat;
	background-position: 18px 9px;
	font-weight: normal;
}

table.leftmenutable td.activeleftmenucell a {
	display: block;
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	padding-left: 36px;
	padding-top: 7px;
	padding-bottom: 2px;
	background-image: url("../images/lihover.jpg");
	background-repeat: no-repeat;
	background-position: 18px 9px;
	font-weight: normal;
}

table.leftmenutable td.leftmenucell a:hover {
	color: #fff;
	background-image: url("../images/lihover.jpg");
	font-weight: normal;
}

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