﻿ul#navmenu
{
	border: 0 none;
	width: 600px;
	list-style: none;
	height: 125px;
	position: absolute;
	z-index: 200;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin: 0px;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
}
ul#navmenu li
{
	float: left;
	display: inline;
	list-style: none;
	position: relative;
	height: 125px;
	width: 150px;
	text-align: left;
	padding: 0px;
	text-align: left;
	vertical-align: middle;
}
ul#navmenu ul
{
	border: 0 none;
	padding: 0px;
	width: 100%;
	list-style: none;
	display: none;
	position: absolute;
	margin: 0px;
	height: auto;
	background-image: url(../Images/top_menu_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
ul#navmenu ul:hover
{
	border: 0 none;
	padding: 0;
	width: 100%;
	list-style: none;
	display: none;
	position: absolute;
	left: 0;
	margin: 0;
}
ul#navmenu ul li
{
	width: 100%; /*For IE 7 lack of compliance*/
	display: table!important;
	display: inline;
	text-align: left;
	vertical-align: middle;
	height: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #95846A;
	left:auto;
	right:auto;
}
ul#navmenu ul li:hover
{
	width: 100%; /*For IE 7 lack of compliance*/
	display: table!important;
	display: inline;
	text-align: left;
	vertical-align: middle;
	height: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #95846A;
	text-decoration: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/* Root Menu */
ul#navmenu img
{
	float: none !important;  /*For Opera*/ 
	float: left; /*For IE*/
	padding-left: 40px;
	display: block;
	color: #351210;
	text-decoration: none;
	height: 80px !important;
	height: 1%; /*For IE*/
	font-family: "Californian FB";
	background-image: url(../Images/top_menu-border.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: top;
	text-align: center;
	cursor: pointer;
}
ul#navmenu a
{
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	color: #351210;
	text-decoration: none;
	height: 22px!important;
	height: 1%; /*For IE*/
	font-family: "Californian FB";
	font-size: 18px;
	font-weight: bold;
	width: 100%;
	text-align: center;
}
ul#navmenu a:hover
{
	float: none !important;
	float: left;
	display: block;
	color: #351210;
	text-decoration: none;
	font-family: "Californian FB";
	font-size: 18px;
	font-weight: bold;
	width: 100%;
	text-align: center;
	background-image: url(../Images/top_menu_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 15px;
}
ul#navmenu li:hover li a, ul#navmenu li.iehover li a
{
	color: #351210;
	font-family: Georgia;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	width: 98%;
	background-color: #DDD2C0;
	background-repeat: no-repeat;
	background-position: 0px 4px;
	text-align: left;
	padding-left: 5px;
	vertical-align: middle;
	margin: 0px;
	background-image: url(../Images/round.png);
	display: table;
	height: auto;
	line-height: 18px;
}
ul#navmenu li:hover li:hover li a, ul#navmenu li.iehover li.iehover li a
{
	color: #351210;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	width: 100%;
	display: table;
	height: auto;
}

ul#navmenu li:hover ul, ul#navmenu ul li:hover ul, ul#navmenu ul ul li:hover ul, ul#navmenu li.iehover ul, ul#navmenu ul li.iehover ul, ul#navmenu ul ul li.iehover ul
{
	display: block;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	width: 100%;
	height: auto;
}