table.navbar{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:12px;
	color:#FFFFFF;
	width:167px;
	border: 0px;
}

td.menuNormal{
	text-align:center;
	text-decoration:none;
	background-image:url('images/Index_23.gif');
	background-position: center;
	background-repeat:no-repeat;
	width:167px;
	height:30px;
	line-height:30px;
	display: block;
	cursor:hand
}

td.menuHover{
	text-align:center;
	text-decoration:none;
	background-image:url('images/Index_18.gif');
	background-repeat:no-repeat;
	background-position: center;
	width:167px;
	height:30px;
	line-height:30px;
	display: block;
	cursor:hand}

a.navitem:link, a.navitem:visited{
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
	background-image:url('images/Index_23.gif');
	background-position: center;
	background-repeat:no-repeat;
	width:167px;
	height:30px;
	line-height:30px;
	display: block
}

a.navitem:hover, a.navitem:active{
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
	background-image:url('images/Index_18.gif');
	background-repeat:no-repeat;
	background-position: center;
	width:167px;
	height:30px;
	line-height:30px;
	display: block
}

div.menuNormal{
	width:150px;
	display: none;
	position: static;
}

div.menuHover{
	background-color:#E19947;
	width:150px;
	display: inline;
	position: absolute;
}

a.menuitem:link, a.menuitem:visited{
	color:#ffffff;
	text-decoration: none;
	padding-left:10px;
	padding-right:10px;
	line-height:20px;
	height:20px;
	text-align:center;
	display: block;
	}

a.menuitem:hover, a.menuitem:active{
	color:#ffffff;
	text-decoration: none;
	padding-left:10px;
	padding-right:10px;
	line-height:20px;
	height:20px;
	text-align:center;
	display: block;
	background-color:#8D5E28;
	}
