/*mainmenu*/

table.menutable {
	background-image: url("../images/menubg_top.jpg");
	background-repeat: no-repeat;
	background-position: top left;
        padding-left: 10px;
        display: block;
}
table.menutable td.menucell, table.menutable td.menucell_active {
	width: 145px;
	height: 18px;
	text-align: left;
	padding: 0px 35px 0px 20px;
        background-image: url("../images/menu_item_bg.png");
        background-position: center left;
        background-repeat: no-repeat;
}

table.menutable td.menucell a {
	display: block;
	color: #945800;
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 0px;
	font-family: trebuchet MS;
	padding-bottom: 3px;
}

table.menutable td.menucell_active a {
	display: block;
	color: #E6B27B;
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 0px;
	font-family: trebuchet MS;
	padding-bottom: 3px;
}

table.menutable td.menucell a:hover {
	color: #E6B27B
}

table.menutable td.menu_bottom {
	height: 80px;
}

/*submenu*/

table.menutable td.submenucell, table.menutable td.submenucell_active {
	width: 155px;
	height: 18px;
	text-align: left;
	padding: 0px 20px 0px 20px;
}

table.menutable td.submenucell a {
	display: block;
	width: 135px;
	/*height: 22px;*/
	color: #945800;
	font-size: 14px;
	letter-spacing: 0px;
	padding-left: 10px;
	font-style: italic;
	background-image: url("../images/li.jpg");
	background-repeat: no-repeat;
	background-position: 0px 7px;
	font-family: trebuchet MS;
	font-weight: normal;
	padding-bottom: 3px;
}

table.menutable td.submenucell_active a {
	display: block;
	width: 135px;
	/*height: 22px;*/
	color: #E6B27B;
	font-size: 14px;
	letter-spacing: 0px;
	padding-left: 10px;
	font-style: italic;
	background-image: url("../images/li.jpg");
	background-repeat: no-repeat;
	background-position: 0px 7px;
	font-family: trebuchet MS;
	font-weight: normal;
	padding-bottom: 3px;
}

table.menutable td.submenucell a:hover {
	color: #E6B27B;
	background-image: url("../images/li_hover.jpg");
}



