/* ================================================================ 
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 { 
	top: 50px;
	left: 250px; 
	position: absolute; 
	font-size:11px; 
	z-index: 8;
}
.menu ul li a, .menu ul li a:visited {
	display:block; 
	text-decoration:none; 
	color:#000;
	width: 114px; 
	height:18px; 
	text-align:center; 
	color:#f19b20; 
	border:1px solid #818181; 
	background:#fff; 
	line-height:17px; 
	font-size:13px; 
	font-weight: bold;
	overflow:hidden;
	margin-right: 50px;
	border-bottom: none;
}

.menu ul li li li a, .menu ul li li li a:visited {
        width: 180px;
}

.menu ul li .last {
	border-bottom: 1px solid #818181 !important; 
}

.menu ul {padding:0; margin:0; list-style: none;}
.menu ul li {float:left; position:relative;}
.menu ul li:hover ul li a {
	line-height: 17px; 
	font-size: 12px; 
	font-weight: bold;
}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {color: #fff; background:#f19b20;}
.menu ul li:hover ul {display:block; position:absolute; top:19px; left:0; width:115px;}
.menu ul li:hover ul li a.hide {}
.menu ul li:hover ul li:hover a.hide {background: #818181; color:#fff; font-weight: bold;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:#fff; color:#818181;}
.menu ul li:hover ul li a:hover {background: #818181; color:#fff;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:115px; top:0;}
.menu ul li:hover ul li:hover ul.left {left:-115px;}
