/* ================================================================ 
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) 1505-1507 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: Arial, Helvetica, sans-serif;
	width:636px;
	height:100px;
	position:relative;
	font-size: 0.8em;
	z-index:100;
	padding-top: 147px;
	padding-left: 15px;
	font-weight: lighter;
	text-transform: uppercase;
}
.menu ul li a, .menu ul li a:visited {
	display:block;
	text-decoration: none;
	font-weight: lighter;
	color:#E6E6E6;
	width:120px;
	height:30px;
	text-align:left;
	overflow:hidden;
	list-style-type: none;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 10px;
	padding-left: 10px;
}
.menu ul {padding:0; margin:0; list-style: none;}
.menu ul li {float:left; position:relative;}
.menu ul li ul {display: none;}

.menu ul li:hover a {
	color: #FFFFCC;
	/* specific to non IE browsers */
}

.menu ul li:hover ul {
	display:block;
	position:absolute;
	top:25px;
	left:0;
	width:140px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {
	display:block;
	background:#FFF;
	color:#254305;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	}
.menu ul li:hover ul li a:hover {
	color:#254305;
	background-color: #F0F0F0;
}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:142px; top:0;}
.menu ul li:hover ul li:hover ul.left {left:-120px;}
