/* 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.php 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. */
.menu1{
	float:left;
	width:100%;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	border-bottom:1px solid #A6B385;
	border-top:1px solid #A6B385;
	background-color:#333;
	margin:0px 0px 0px 0px;
	text-align:left
}
.menu1 ul{padding:0; margin:0; list-style-type:none; font-weight:bold; z-index:10000}
.menu1 ul li{
	float:left;
	position:relative;
	background-repeat:no-repeat;
	background-color:#333
}
.menu1 ul li a, .menu1 ul li a:visited{
	float:left;
	display:block;
	text-decoration:none;
	color:#E8CB75;
	padding:0px 3px 0px 2px;
	line-height:14px;
	height:auto
}
.menu1 ul li:hover{width:auto}
/*same as below for IE 5 and 6??*/.menu1 ul li a.menu1one:hover{
	border-color:#000;
	color:#000;
	background-color:#333
}
/*for firefox and IE 7 - color of the selected nav cell when u roll down onto the dropdown list - no colors stated and the nav cell will return to its original color */.menu1 ul li:hover a.menu1one{
	color:#000;
	background-color:#E8CB75
}
.menu1 ul li ul{display:none}
.menu1 table{margin:0; border-collapse:collapse; font-size:9px; position:absolute; top:0; left:0}
/* specific to non IE browsers */
.menu1 ul li:hover ul{display:block; position:absolute; top:14px; margin:0; /*changes the top border color of drop down block*/border-top:1px solid #FEE989; left:0; width:142px}
.menu1 ul li:hover ul.endstop{left:-93px; border-top:1px solid #FEE989; width:auto}
.menu1 ul li:hover ul li ul{display:none}
/*DROP DOWN BIT*/
.menu1 ul li:hover ul li a{display:block; background-color:#333; color:#EAE8D0; height:auto; line-height:14px; padding:3px 3px 3px 3px; width:135px; /*BORDER AROUND THE DROP DOWN BIT*/border-left:1px solid #555; border-right:1px solid #555; border-bottom:1px solid #555}
.menu1 ul li:hover ul li a:hover{color:#E8CB75; background-color:#222;}
.menu1 ul li:hover ul li:hover ul{display:block; position:absolute; left:153px; top:-1px}
.menu1 ul li:hover ul li:hover ul.left{left:-153px}
/* specific to IE5.5 and IE6 browsers */
.menu1 ul li a:hover ul{display:block; position:absolute; top:0px; /*gap between the nav bar and drop down block*/ t\op:14px; /*gap*/ text-decoration:none; background:#000; left:0; border-top:1px solid #FEE989}
.menu1 ul li a:hover ul.endstop{left:-93px; border-top:1px solid #FEE989}
/*DROP DOWN BIT*/
.menu1 ul li a:hover ul li a{display:block; background:#333; color:#FFF; text-decoration:none; height:1px; line-height:12px; padding:3px 3px 3px 3px; width:136px; w\idth:136px; /*BORDER AROUND THE DROP DOWN BIT*/border-left:1px solid #555; border-right:1px solid #555; border-bottom:1px solid #555}
.menu1 ul li a:hover ul li a ul{visibility:hidden; position:absolute; height:0; width:0}
.menu1 ul li a:hover ul li a:hover{text-decoration:none; color:#FEE989; background-color:#222}
.menu1 ul li a:hover ul li a:hover ul{visibility:visible; position:absolute; top:0; color:#000; text-decoration:none; left:153px}
.menu1 ul li a:hover ul li a:hover ul.left{left:-153px}
