a.menu {
	display: block;
	height: 19px;
	background: url('../img/menu_bar.gif') 0 bottom repeat-x;
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px;
	text-decoration: none;
	font-family: 'Arial';
	font-size: 9pt;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}
a.menu:visited {
	color: #ffffff;
	text-decoration: none;
}
a.menu:active {
	color: #ffffff;
	text-decoration: none;
}
a.menu:hover {
	color: #ffffff;
	background: url('../img/menu_bar_hover.gif') 0 bottom repeat-x;
}

td div.menu_1 a, td div.menu_1 a:hover {
	height: 20px;
	min-height: 20px;
	display: block;
}
td div.menu_1 a {
	background: url('../img/arrow_normal.gif') 2px center no-repeat;
	background-color: transparent;
	display: block;
	min-height: 20px;
	border: 0px;
	padding: 0px;
	padding-left: 12px;
	padding-top: 1px;
	margin: 0px;
	text-decoration: none;
	font-family: 'Arial';
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
	text-align: left;
}
td div.menu_1 a:visited {
	color: #000000;
	text-decoration: none;
}
td div.menu_1 a:active {
	color: #000000;
	text-decoration: none;
}
td div.menu_1 a:hover {
	background: url('../img/arrow_hover.gif') 2px center no-repeat;
	background-color: #F8E7BE;
}
div.item { 
	position: relative;
	background: url('../img/menu_back_normal.jpg') 0 center repeat;
}
div.menu_1 {
	visibility: hidden;
	position: absolute;
	border: 1px #715a37 solid;
	width: 170px;
	z-index: 1;
}
div.menu_2 {
	float: right;
	visibility: hidden;
	position: absolute;
	left: 168px;
	top: 0px;
	border: 1px #715a37 solid;
	width: 130px;
	z-index: 3;
}
div.item:hover div.menu_2, div.over div.menu_2 {
	visibility: visible;
}
td:hover div.menu_1, td.over div.menu_1 {
	visibility: visible;
}