/* ================================================================ 
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/ddmenus/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 */
.ddmenu {
	font-family: arial, sans-serif;
	margin-top:5px;
	float:left;
/*
	height:auto;
	position:relative;
	top:-25px;
	left: 20px;
	width:800px;
	background-color: #3a4f8e;
	font-size:11px;
	z-index:100;
	top:200px;

	left:100px;
*/
}

/* THe dropdown bits */
.ddmenu ul li a,
.ddmenu ul li a:visited {
	padding:3px;
	padding-top:8px;
	display:block;
	text-decoration:none;
	text-align:left;
	color:white;
	font-size:9px;
	overflow:hidden;
	font-weight: bold;
}
.ddmenu ul {padding:0; margin:0; list-style: none;}
.ddmenu ul li {
	width:auto;
	float:left;
	position:relative;
}

/*the buttonbar*/
.ddmenu> ul> li> a,
.ddmenu> ul> li> a:visited {
	padding-top:0px;
	display:block;
	text-decoration:none;
	color:white;
	font-size:9px;
	overflow:hidden;
	font-weight: bold;
	height:30px;
}
.ddmenu> ul> li> a:hover {color:#d18317;	}
.ddmenu > ul > li {
	margin:0px;
	padding:0px;
	background:url("../images/button.gif");
	float:left;
	position:relative;
	width:auto;
}
#buildButton {
	padding-top:3px;
	height:28px;
}
.ddmenu ul li ul {background:#1b3163;display: none;}

/* specific to non IE browsers */
.ddmenu ul li:hover a {}
.ddmenu ul li:hover ul {
	display:block;
	position:absolute;
	top:25px;
	left:0px;
	color:#d18317;
	font-weight: bold;
   color:#9D6E36;
}
.ddmenu ul li:hover ul li a.hide {background:#1b3163; color:#fff;}
.ddmenu ul li:hover ul li:hover a.hide {background:#1b3163; color:#fff;}
.ddmenu ul li:hover ul li ul {display: none;}
.ddmenu ul li:hover ul li a {
	min-width:100px;
	max-width:200px;
display:block; background:#1b3163; color:#fff;}
.ddmenu ul li:hover ul li a:hover { color:#d18317;}
.ddmenu ul li:hover ul li:hover ul {display:block; position:absolute; left:100px; top:0;}
.ddmenu ul li:hover ul li:hover ul.left {left:-100px;}

