/* ================================================================ 
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#menu {padding:0; list-style:none; text-align:left; margin:0 auto; font-size:13px; font-family:arial, sans-serif; height:27px; width:980px; border-bottom:0px;}
ul#menu ul {padding:0; margin:0; list-style:none; position:absolute; left:-9999px; border-bottom:0px;}
ul#menu table {border-collapse:collapse; font-size:13px; float:left; margin:-1px;}

ul#menu ul li {float:left; margin:0; text-align:center; height: 27px;}
ul#menu ul li a {display:block; margin:0; padding:0;}


ul#menu li {display:inline; margin:0; padding: 0px;text-align:center; border-bottom:0px;}
ul#menu li a, ul#menu li a.sub {display:inline-block; margin:0px; padding: 0px 14px; line-height:27px; color:#FFF; text-decoration:none; border-bottom:0px;}

html>/**/body ul#menu li {display:inline-block; padding:0; border-bottom:0 none;}

* html ul#menu li a.sub {display:inline-block; margin:0px; text-decoration:none; color:#FFF; border-bottom:0 none;}
* html ul#menu li a {text-decoration:none; margin:0px; border-bottom:0 none;}

ul#menu li a b {display:block; height:27px; float:left; padding:0px 14px; cursor:pointer; text-decoration:none; }

ul#menu li a:hover {background-color:#99ccff}

ul#menu li:hover {position:relative;}
ul#menu li:hover > a {color:#fff;}

ul#menu :hover ul {left:1px; width:105px;}
* html ul#menu :hover ul {top:0px;}

ul#menu :hover ul li {display:block; float:left; margin:0; border-bottom:1px solid #fff;}
ul#menu :hover ul li a {display:block; float:left; margin:0; height:27px; line-height:27px; width:95px; background-color:#99ccff; color:#000;}
ul#menu :hover ul li a.fly {background-color:#99ccff}
ul#menu :hover ul li a:hover {background:#663300; color:#fff;}
ul#menu :hover ul li:hover > a {background:#663300; color:#fff;}

ul#menu :hover ul li a.fly:hover {background:#663300}
ul#menu :hover ul li:hover > a.fly {background:#663300}

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

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

ul#menu :hover ul :hover ul li {display:block; float:left; margin:0; border-bottom:1px solid #fff;}
ul#menu :hover ul :hover ul li a {display:block; float:left; margin:0; height:17px; line-height:27px; background-color:#99ccff; color:#000;}
ul#menu :hover ul :hover ul li a:hover {color:#fff; background:#663300;}

#menu li a, #menu li a:link, #menu li a:visited, #menu li a:hover, #menu li a:active  {text-decoration:none; border-bottom:0px;}

#menu  a:link {
	color: #FFFFFF;
	text-decoration:none;
	border-bottom: 2px #999999 solid;
}