/* ================================================================ 
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 */
.menu1 {font-family: arial, sans-serif; width:755px; height:50px; position:relative; font-size:12px; z-index:100; margin-top:-3px;margin-left:75px;}
.menu1 ul li a, .menu1 ul li a:visited {display:block; text-decoration:none; height:20px; text-align:center; color:#f7ecb2; border:0px solid #fff; background:transparent; line-height:27px; font-size:12px; overflow:hidden; height:27px;  padding:5px; font-weight:bold; }
.menu1 ul {padding:0; margin:0; list-style: none;}
.menu1 ul li {float:left; position:relative; margin-right:85px;}
.menu1 ul li ul {display: none;}

/* specific to non IE browsers
.menu1 ul li:hover a {color:#f7ecb2; background-image:url(../images/menubg.png); border-top:2px solid #f0cb00;}
.menu1 ul li:hover ul {display:block; position:absolute; top:37px; left:0; width:128px;}
.menu1 ul li:hover ul li a.hide {background:#6a3; color:#fff;}
.menu1 ul li:hover ul li:hover a.hide {background:#6fc; color:#000;}
.menu1 ul li:hover ul li ul {display: none;margin-left:74px;}
.menu1 ul li:hover ul li a {display:block; background-image:url(../images/menubg.png); color:#fff; text-align:left; width:200px; padding:2px; height:20px; font-size:10px; border:0px;}
.menu1 ul li:hover ul li a:hover {background-image:url(../images/menuhoverbg.png); color:#006B3F; font-weight:bold;}
.menu1 ul li:hover ul li:hover ul {display:block; position:absolute; left:130px; top:0;}
.menu1 ul li:hover ul li:hover ul.left {left:-128px;}
 */
