@charset "utf-8";
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
.menu img, .menu a { float:left; }
.menu {
	font-family: myriad, arial, sans-serif; 
	width:800px; 
	height:29px; 
	position:relative; 
	font-weight:bold; 
	z-index:100; 
}
.menu a:link , .menu ul li a:link , .menu ul li a:visited {
	color:#fff; 
	text-align:left; 
	line-height:29px; 
	font-size:13px; 
	display:block; 
	text-decoration:none; 
	overflow:hidden;
}
.menu a:hover , .menu ul li a:hover, .menu ul li a:active {
	color:#fff; 
	text-align:left; 
	line-height:29px; 
	font-size:13px; 
	display:block; 
	text-decoration:none; 
	overflow:hidden;
	background-color:#9e8039; 
}
.menu ul li a { 
	padding-left:7px; 
	padding-right:7px; 
	height:30px; 
}
/********************** first-level dropdown *******************/
.menu ul li ul a { 
	width:180px; 
}
.menu ul { padding:0; margin:0; list-style: none;}
.menu ul li {float:left; position:relative;}
.menu ul li ul {display: none;}
.menu ul li ul li a, .menu ul li ul li a:visited {border-bottom:1px solid #543f0d;  }

/* specific to non IE browsers */
.menu ul li:hover a:link, .menu ul li:hover a:visited {
	color:#fff; 
	background-color:#9e8039; 
}
.menu ul li:hover a:hover, .menu ul li:hover a:active {
	color:#fff; 
	background-color:#9e8039; 
}
/*************************** first level dropdown FF3 **************************/
.menu ul li:hover ul {display:block; position:absolute; top:29px; left:0px; width:185px;}
.menu ul li:hover ul li a.hide {background-color:#7b6224; color:#fff;}
.menu ul li:hover ul li:hover a.hide {background-color:#9e8039; color:#fff;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {
	display:block; 
	color:#fff;
}

.menu ul li:hover ul li a:hover {
	color:#fff;
	background-color:#543f0d; 
}

.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:175px; top:0;}




/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:300px; top:-1px; width:160px;}


/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:185px;w\idth:185px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#000; background:#9e8039;}
.menu :hover > a, .menu ul ul :hover > a {color:#000; background:#9e8039;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}



.menu ul ul li:hover a:link, .menu ul ul li:hover a:visited {
	color:#fff; 
	background-color:#7b6224; 
}
.menu ul ul li:hover a:hover, .menu ul ul li:hover a:active {
	color:#fff; 
	background-color:#9e8039; 
}

.menu ul ul ul li:hover a:hover {
	color:#fff; 
	background-color:#9e8039; 
}
