@charset "UTF-8";
/* CSS Document */

/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/anywidth2.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#menu {width:897px; height:34px; text-align:center;}

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

#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 li.level1-li {float:left; display:block; position:relative;}

#menu ul.level1 {background:#b7be1c;}
#menu ul.level2 {background:#949916;}

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

#menu a {display:block; font:normal 11px arial,helvetica,sans-serif; color:#fff; line-height:34px; font-weight:bold; text-decoration:none;padding:0px 25px 0px 25px;}
#menu ul.level1 li.level1-li a.level1-a {float:left;}

#menu ul.level1 a#about {padding:0; text-indent:25px; width:113px;}
#menu ul.level1 a#services {padding:0; text-indent:25px; width:108px;}
#menu ul.level1 a#clients {padding:0; text-indent:25px; width:103px;}
#menu ul.level1 a#success {padding:0; text-indent:25px; width:155px;}
#menu ul.level1 a#articles {padding:0; text-indent:25px; width:102px;}
#menu ul.level1 a#resources {padding:0; text-indent:25px; width:113px;}
#menu ul.level1 a#contact {padding:0; text-indent:25px; width:120px;}
#menu ul.level1 a#home {padding:0; text-indent:25px; width:83px;}

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


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

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

#menu ul ul li a {line-height:24px;}
#menu ul ul li a.last {padding-bottom:3px;} /* this is the padding for the last menu item */

#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(anywidth/arrow.gif) no-repeat right center;}
#menu li.left ul a.fly {background:transparent url(anywidth/arrow-left.gif) no-repeat left center;}

#menu li a:hover,
#menu li a.fly:hover {background-color:#7a7f12;} 
#menu li:hover > a,
#menu ul li:hover > a.fly {background-color:#7a7f12;}

#menu ul ul li a:hover {background:#7a7f12;} /* this is the sub menu hover background color */

#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;}

