/* ================================================================ 
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 */
#menubar { position:relative;  z-index:100;}
#menubar ul li a, #menubar ul li a:visited {display:block; text-decoration:none; color:#000; float:left height:40px; text-align:center; color:#fff; border-right:1px solid #000; background: url(/images/menuitem.jpg) repeat-x; line-height:40px; overflow:hidden; font-weight:900; padding: 0 10px}
#menubar ul li a#selected { background: url(/images/menu_selected.jpg) repeat-x; }
#menubar ul {padding:0; margin:0; list-style: none;}
#menubar ul li {float:left; position:relative;}
#menubar ul li ul {display: none;}

/* specific to non IE browsers */
#menubar ul li:hover a {color:#fff; background: url(/images/menuitem_hover.jpg) repeat-x}
#menubar ul li:hover ul {display:block; position:absolute; top:39px; left:0; width:150px }
#menubar ul li:hover ul li a.hide {background:#6a3; color:#fff;}
#menubar ul li:hover ul li:hover a.hide {background:#6fc; color:#000;}
#menubar ul li:hover ul li ul {display: none;}
#menubar ul li:hover ul li {  background: url(/images/dropdown_bg.png) repeat top left; }
#menubar ul li:hover ul li a {display:block; color:#fff; width:195px; text-align:left; border-left: 1px solid #000000; border-bottom: 1px solid #000000; height: 24px; line-height:24px}
#menubar ul li:hover ul li a:hover {background:#D19C34; color:#fff; width:195px}
#menubar ul li:hover ul li:hover ul {display:block; position:absolute; left:214px; top:0;}
#menubar ul li:hover ul li:hover ul.left {left:-105px;}
#menubar ul ul :hover > a.drop3 {background: #033 url(/images/drop3.png) no-repeat right !important}

#menubar ul ul a.drop3 { background: url(/images/drop3.png) no-repeat right !important}
#menubar ul ul a.drop3:hover { background: #033 url(/images/drop3.png) no-repeat right !important}
