/* ================================================================ 
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, Arial, Helvetica, sans-serif;
	width:100%;
	height:20px;
	position:relative;
	font-size:9px;
	z-index:100;
	font-weight: bold;
	padding-left: 0px;
}
.menu li a, .menu li a:visited, .menu li span {
	display:block;
	text-decoration:none;
	color:#FFFFCC;
	width:138px;
	height:20px;
	text-align:left;
	line-height:20px;
	font-size:9px;
	overflow:hidden;
	text-indent: 8px;
	font-weight: bold;
}

.menu ul {padding:0; margin:0; list-style: none;}
.menu li {float:left; position:relative; background:#003b75;}
.menu ul ul {display: none;}
.menu ul ul ul {top:0; left:138px;}
.menu ul ul ul.left {left:-138px;}

.menu li:hover li:hover {background:#0033CC;}

.menu ul li:hover ul {display:block; position:absolute; top:20px; left:0; width:138px;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li:hover ul {display:block; top:0; left:138px;}
