.submenu {
	border: solid 1px #864513;
	display: none;
	position: absolute;
	top: 125px;
	left: 150px;
	width: 220px;
	font-size: 8pt;
	margin-top: 10px;
}

.submenu td{
	padding-top: 2px;
	list-style: none;
	margin: 0;
	padding-left: 0;
	padding-right: 0;
	background: #F6B25F;
}

.submenu td a{
	text-indent: 10px;
	width: 220px;
	height: 18px;
	display: block;
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

.submenu td a:hover {
	background-color: #FDDCBD;
}

.menu ul{
	/* background-image: url('images/menuback.gif'); */
	/* border: solid 1px #000; */
}

.menu ul li a{
	color: #000;
}

.menu ul li a:hover {
	/* background-color: #E38128;*/
	background-color: transparent;
	color: #eb6f00;
	text-decoration: underline;
	padding-right:10px;
}

.menu_header {
	background-image: url('images/menu_header.gif');
	height: 10px;
	background-repeat: no-repeat;
}

.menu_content {
	background-image: url('images/menu_content.gif');
	background-repeat: no-repeat;
	height: 260px;
}

.menu_footer {
	background-image: url('images/menu_footer.gif');
	background-repeat: no-repeat;
	height: 10px;
}