@charset "iso-8859-1";
/* ================================================================ 
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 {width:372px; height:100px; position:relative;
	z-index:100;
	font-family: Arial, Courier;
	font-size: 14px;
	font-weight: 700;
	color: #b99412;
	text-decoration: none;
	border-bottom: none;
	text-align: right;
	word-spacing: 6px;
}
.menu ul li a, .menu ul li a:visited {
	display:inline; height:18px;
	padding: 0px 4px 0px 4px;
	#padding: 0px 8px 0px 8px;
	text-align:center; 
	line-height:20px; 
	overflow:hidden;
	font-family: Arial, Courier;
	font-size: 14px;
	font-weight: 700;
	color: #b99412;
	text-decoration: none;
	border-bottom: none;
	text-align: right;
	word-spacing: 3px;
	}
.menu ul {padding:0px; margin:0px; list-style: none;}
.menu ul li {float:right; position:relative;}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {color: #fff;}
.menu ul li:hover ul {display:block; position:absolute; top:20px; left: -10px; width: 210px; height: 80px; background: url(../images/menudrop.gif) no-repeat left top;}
.menu ul li:hover ul li a.hide {Background: #761035; color:#fff; border-bottom: none}
.menu ul li:hover ul li:hover a.hide {background:#6fc; color:#000;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; color: #b99412; width: 190px; text-align: left; padding: 0px 8px 0px 8px;}
.menu ul li:hover ul li a:hover {color: #fff;}
.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;}
