/* ================================================================ 
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 {
	font-family: Tahoma, Verdana;
	width:520px;
	height:20px;
	position:absolute;
	font-size:11px;
	z-index:5;
	font-weight: bolder;
	color: #FFFFFF;
}
.menu ul li a, .menu ul li a:visited {
	display:block;
	text-decoration:none;
	color:#000;
	width:67px;
	height:20px;
	text-align:center;
	color:#fff;
	line-height:20px;
	font-size:11px;
	overflow:auto;
	background-color: #b54630;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fdc801;
	border-right-color: #fdc801;
	border-bottom-color: #fdc801;
	border-left-color: #fdc801;
	visibility: visible;
}
.menu ul {padding:0; margin:0; list-style: none;}
.menu ul li {float:left; position:relative;}
.menu ul li ul {
	display: none;
	width: 100px;
}

/* specific to non IE browsers */
.menu ul li:hover a {
	color:#fff;
	background-color: #CB6E21;
}
.menu ul li:hover ul {display:block; position:absolute; top:21px; left:0; width:120px;}
.menu ul li:hover ul li a.hide {
	background:#6a3;
	color:#fff;
	width: 100px;
}
.menu ul li:hover ul li:hover a.hide {
	color:#FFFFFF;
	background-color: #F5BA08;
	width: 100px;
}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {
	display:block;
	color:#FFFFFF;
	background-color: #CC7120;
	width: 100px;
}
.menu ul li:hover ul li a:hover {
	color:#FFFFFF;
	background-color: #F5BA08;
}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
.menu ul li:hover ul li:hover ul.left {left:-105px;}

