/* ================================================================ 
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 {
	height:25px; 
	position:relative; 
	z-index:100;
	background:#9c020c; 
}
.menu ul li a, .menu ul li a:visited {
	display:block; 
	text-decoration:none; 
	color:#fff;
	height:22px;
	text-align:left; 
	color:#fff; 
	border:1px solid transparent; 
	/*background:#9c020c; */
	line-height:20px; 
	overflow:hidden;
	padding-top:1px; 
}

.menu ul {
	padding:0; 
	margin:0; 
	list-style: none;
}
.menu ul li {
	float:left; 
	position:relative;
	padding-left:1px;
	background:#9c020c;
}
.menu ul li ul {
	display: none;
	background:#00ff00;
	margin:3px 0px 0px 0px;
}

/* specific to non IE browsers */
.menu ul li:hover a {
	color:#fff; 
	/*background:#9c020c;*/
}


.menu ul li:hover ul {
	display:block; 
	position:absolute; 
	top:22px;
	left:0;
}
.menu ul li:hover ul li a.hide {
	/*background:#9c020c;*/ 
	background:#b0111c;
	
	color:#fff;
}
.menu ul li:hover ul li:hover a.hide {
	/*background:#9c020c;*/ 
	background:#b0111c;
	color:#fff;
}
.menu ul li:hover ul li ul {
	display: none;
}
.menu ul li:hover ul li {
	display:block; 
	/*background:#9c020c; */
	background:#b0111c;
	color:#fff;
}
.menu ul li:hover ul li a {
	display:block; 
	/*background:#9c020c; */
	
	color:#fff;
	overflow:visible;
	z-index:111;
	width:180px;
	height:100%;
}
.menu ul li:hover ul li a:hover {
	/*background:#9c020c; 
	background:#b0111c;*/
	/*background:#80020a;
	background:#00ff00;*/
	color:#fff;
	overflow:visible;
	text-decoration:underline; 
}
.menu ul li:hover ul li:hover ul {
	display:block; 
	position:absolute; 
	left:180px; 
	/*width:100px;*/
	top:0;
	z-index:102;
	overflow:visible;
	
	
}
ul.left li{
	/*left:-54px;
	*left:-60px;
	width:50px;*/
	line-height:23px;
}
.menu ul li:hover ul.left li a{
	/*left:-54px;
	*left:-60px;
	width:136px;
	*width:132px;*/	
	line-height:23px;
}

