/* ================================================================
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.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any
way to fit your requirements.
=================================================================== */
ul#dropdown {padding:0; list-style:none; text-align:left; margin:0; font-size:12px; font-family:arial, sans-serif; height:36px; width:760px; position:relative;}
ul#dropdown ul {padding:0; margin:0; list-style:none; position:absolute; left:-9999px;}
ul#dropdown table {border-collapse:collapse; font-size:1em; float:left; margin:-1px;}

ul#dropdown ul li {float:left; margin:0; text-align:left;}
ul#dropdown ul li a {display:block; line-height:20px; margin:0; padding:0 10px; background:#222222; width:150px;}

ul#dropdown li {display:inline; margin:0 -2px; text-align:left;}
ul#dropdown li a {display:inline-block; height:36px; margin:0;padding:0 25px 0 5px; background:url(/images/menu/buttonX.gif) right top; line-height:34px; text-decoration:none; color:#fff;}
ul#dropdown li a.sub {background:url(/images/menu/button-arrowX.gif) right top;}

html>/**/body ul#dropdown li {display:inline-block; padding:0;}

* html ul#dropdown li a.sub {margin-right:3px;}
* html ul#dropdown li a {margin-bottom:-4px;}

ul#dropdown li a b {display:block; height:36px; float:left; padding:0 0 0 20px; background:url(/images/menu/buttonX.gif) left top; cursor:pointer;}

ul#dropdown li a:hover {position:relative; background-color: #3E3E3E; background-position:right bottom; color:#fff;}
ul#dropdown li a:hover b {background-position:left bottom;}

ul#dropdown li:hover {position:relative;}
ul#dropdown li:hover > a {background-position:right bottom; color:#fff; background-color: #3E3E3E;}
ul#dropdown li:hover > a b {background-position:left bottom; background-color: #3E3E3E;}

ul#dropdown :hover ul {left:1px; width:135px; top:36px;}
* html ul#dropdown :hover ul {top:31px;}

ul#dropdown :hover ul li {display:block; float:left; margin-left:15px; border-bottom:1px solid silver;}
ul#dropdown :hover ul li a {display:block; float:left; margin:0; height:25px; line-height:25px; width:125px; background:#ddd; color:#000;}
ul#dropdown :hover ul li a.fly {background:#ddd url(/images/menu/arrow.gif) no-repeat right center;}
ul#dropdown :hover ul li a:hover {background:#222222; color:#fff;}
ul#dropdown :hover ul li:hover > a {background:#222222; color:#fff;}

ul#dropdown :hover ul li a.fly:hover {background:#222222 url(ul#dropdown :hover ul li a.fly:hover {background:#222222 url(arrow-over.gif) no-repeat right center;}
arrow-over.gif) no-repeat right center;}
ul#dropdown :hover ul li:hover > a.fly {background:#222222 url(ul#dropdown :hover ul li a.fly:hover {background:#222222 url(arrow-over.gif) no-repeat right center;}
arrow-over.gif) no-repeat right center;}

ul#dropdown :hover ul ul {left:-9999px;}

ul#dropdown :hover ul :hover ul {left:105px; top:0; width:150px;}

ul#dropdown :hover ul :hover ul li {display:block; float:left; margin:0; border-bottom:1px solid silver;}
ul#dropdown :hover ul :hover ul li a {display:block; float:left; margin:0; height:25px; line-height:25px; background:#ACACAC; color:#000;}
ul#dropdown :hover ul :hover ul li a:hover {color:#fff; background:#000;}
