/* ================================================================ 
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 */
.topmenu {font-family: arial, sans-serif; width:950px; height:100px; position:relative; font-size:16px; z-index:100; display:inline-block; }
.topmenu ul li a, .menu ul li a:visited {display:block; text-decoration:none; width:158px; height:52px; top:-6px; text-align:center; color:#ffffff; border:0px; line-height:52px; font-size:15px; overflow:hidden;
background-image:url(/images/MenuItemBG.gif);
background-repeat:no-repeat;	
}
.topmenu ul {padding:0; margin:0; list-style: none;}
.topmenu ul li {float:left; position:relative;}
.topmenu ul li ul {display: none;}

/* specific to non IE browsers */
.topmenu ul li:hover a {color:#fff; background-position: 2px -51px;}
.topmenu ul li:hover ul {display:block; position:absolute; top:52px; left:0; width:105px;}
.topmenu ul li:hover ul li a.hide {background:#6a3; color:#fff;}
.topmenu ul li:hover ul li:hover a.hide {background:#a8b821; color:#000;}
.topmenu ul li:hover ul li ul {display: none;}
.topmenu ul li:hover ul li a {display:block; background:#1b347b; color:#fff; opacity: .9; -moz-opacity: .9; filter:alpha(opacity=90); -khtml-opacity: .9;}
.topmenu ul li:hover ul li a:hover {background:#5e1a1a; color:#fff;}
.topmenu ul li:hover ul li:hover ul {display:block; position:absolute; left:158px; top:0px;}
.topmenu ul li:hover ul li:hover ul.left {left:-125px;}