/* ================================================================
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: 32px;
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	z-index: 100;
}
.menu ul li a, .menu ul li a:visited {
	line-height: 32px;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	display: block;
	float: left;
}

.menu ul li ul li a, .menu ul li  ul li  a:visited {
	line-height: 25px;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	display: block;
	width: 300px;
	margin-top: -1px;
	text-align: left;
	overflow: hidden;
}




.menu ul {
	padding: 0;
	margin: 0;
	list-style: none;

}
.menu ul li {
	float: left;
	position: relative;
}
.menu ul li ul {
	display: none;
	margin-top: 12px;
	margin-left: 0px;
	
}

/* specific to non IE browsers */
.menu ul li:hover a {
	
	background-image: url(images/nav-background-over.gif);
	background-repeat: repeat-x;
	color: #ffffff;   
}
.menu ul li:hover ul {
	display: block;
	position: absolute;
	top: 21px;
	left: 0;
	width: 300px;
}
/*This is the 1s drop down */
.menu ul li:hover ul li a.hide {
	background: #e7f7fd;
	color: #333;
}


.menu ul li:hover ul li:hover a.hide {
	background-image: url(images/nav-background-over.gif);
	background-repeat: repeat-x;
	color: #fff;
}




.menu ul li:hover ul li:hover ul li a.hide {
	background: #e7f7fd;
	color: #333;}


.menu ul li:hover ul li:hover ul li:hover a.hide {
	background-image: url(images/nav-background-over.gif);
	background-repeat: repeat-x;
	color: #fff;
}



.menu ul li:hover ul li ul {
	display: none;
	margin-left: 5px;
	margin-top: 0px;
}
.menu ul li:hover ul li a {
	display: block;
	background: #E7F7FD;
	color: #333;
}
.menu ul li:hover ul li a:hover {
	background-image: url(images/nav-background-over.gif);
	background-repeat: repeat-x;
	color: #fff;
}
.menu ul li:hover ul li:hover ul {
	display: block;
	position: absolute;
	left: 220px;
	top: 0;
}
.menu ul li:hover ul li:hover ul.left {
	left: -220px;
}












/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
