/* ================================================================ 
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/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#menu a {
letter-spacing: 0}

#menu {width:945px; height:20px; text-align:center}

#menu ul {margin:0; padding:0; list-style:none; white-space:nowrap; text-align:left}
#menu ul {display:inline-block;} 

#menu li {margin:0; padding:0; list-style:none;}
#menu li {display:inline-block; display:inline;}
#menu ul ul {position:absolute; left:-9999px;}
#menu ul.level1 {float: left} /*margin:0 auto;*/
#menu ul.level1 li.level1-li {float:left; display:block; position:relative;}

#menu ul.level1 {}
#menu ul.level2 {background:#e3dcb6;}
#menu ul.level3 {background:#e3dcb6;}
#menu ul.level4 {background:#e3dcb6;}

#menu b {position:absolute;} /* -- for IE6 non-flyout dropdowns to stop flickering - who knows why --*/

#menu a {display:block; font:normal 17px verdana,arial,sans-serif; color:#000; line-height:25px; text-decoration:none;padding:0 20px 0 10px;}

#menu a.level1-a {letter-spacing: -0.3px; font-size: 17px; color: #000}

#menu ul.level2 li a {letter-spacing: 0; font-size: 14px; color: #000; padding-left: 1.5em}

#menu ul.level1 li.level1-li a.level1-a {float:left;}

#menu ul li:hover > ul {visibility:visible; left:0; top:25px;}
#menu ul ul li:hover > ul {visibility:visible; left:100%; top:auto; margin-top:-25px;}
#menu li.left:hover > ul {visibility:visible; left:auto; right:0; top:25px;}
#menu li.left ul li:hover > ul {visibility:visible; left:auto; right:100%; top:auto; margin-top:-25px;}


#menu a:hover ul {left:0; top:23px;}
#menu li.left a:hover ul {left:auto; right:-1px; top:23px;}

#menu li.left ul a {text-align:right; padding:0 10px 0 20px;}


#menu a:hover a:hover ul, 
#menu a:hover a:hover a:hover ul {left:100%; visibility:visible;}
#menu li.left a:hover a:hover ul, 
#menu li.left a:hover a:hover a:hover ul {left:auto; right:0; visibility:visible;}

#menu a:hover ul ul, 
#menu a:hover a:hover ul ul {left:-9999px;}
#menu li.left a:hover ul ul, 
#menu li.left a:hover a:hover ul ul {left:-9999px;}


#menu li a.fly {background:transparent url(images/arrow.gif) no-repeat right center;}
#menu li.left ul a.fly {background:transparent url(images/arrow-left.gif) no-repeat left center;}


#menu li a.current, #menu li a.fly.current {
  background: transparent url('../images/888888bar2px.png') repeat-x left bottom;
}

#menu li a:hover, 
#menu li a.fly:hover,
#menu li li a.current {background:# none; color: #ffffff}
#menu li li a.fly:hover,
#menu li li a.fly.current {background: #a2afa8 none;}
#menu li li li a:hover,
#menu li li li a.current {background: #a2afa8 none;}

#menu li:hover > a,
#menu ul li:hover > a.fly {background:#bc9e04}
#menu ul ul li:hover > a.fly {background:#a2afa8}


#menu table {position:absolute; height:0; width:0; left:0; border-collapse:collapse; margin-top:-4px;}
#menu table table {position:absolute; left:99%; height:0; width:0; border-collapse:collapse; margin-top:-29px;}

#menu li.left table {position:absolute; height:0; width:0; left:auto; right:0; border-collapse:collapse; margin-top:-4px;}
#menu li.left table table {position:absolute; left:auto; right:100%; height:0; width:0; border-collapse:collapse; margin-top:-29px;}

