/* ================================================================
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 0 0 6px; list-style:none; text-align:left; margin:0 auto; font-size:13px; font-family:arial, sans-serif; height:35px; width:854px; 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:transparent; width:150px;}

ul#dropdown li {display:inline; margin:0 -2px; text-align:left;}
ul#dropdown li a {display:inline-block; height:35px; margin:0 0 0 0;padding:0 20px 0 0; background:url(/images/menu/button.png) right top; line-height:33px; text-decoration:none; color:#fff;}
ul#dropdown li a.sub {background:url(/images/menu/button-arrow.png) right top;}

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

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

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

ul#dropdown li a:hover {position:relative; 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;}
ul#dropdown li:hover > a b {background-position:left bottom;}

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

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

ul#dropdown :hover ul li a.fly:hover {background:#C75F34 url(ul#dropdown :hover ul li a.fly:hover {background:#C75F34 url(arrow-over.gif) no-repeat right center;}
arrow-over.gif) no-repeat right center;}
ul#dropdown :hover ul li:hover > a.fly {background:#C75F34 url(ul#dropdown :hover ul li a.fly:hover {background:#C75F34 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 dotted #fff;}
ul#dropdown :hover ul :hover ul li a {display:block; float:left; margin:0; height:25px; line-height:25px; background:#2E102C; color:#E7E1CE;}
ul#dropdown :hover ul :hover ul li a:hover {color:#fff; background:#2E102C;}

