body { background-color:#3A3A3A; margin:0;}
/* ================================================================ 
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.
=================================================================== */
/*#menuContainer {width:960px; position:absolute; left:0; top:140px; overflow:hidden; background:url(../images/nav/ulback.gif) repeat-x;}*/
#menuContainer {width:790px; overflow:hidden; text-align:right;}
#menu {
padding:0; 
margin:0 auto; 
list-style:none; 
height:40px;  
font-family:arial, sans-serif; 
font-size:11px !important;}
#menu li {float:left;  margin:0 2px; font-size:11px;}
#menu li a {display:block; height:40px; line-height:40px; padding:0 15px 0 0; float:left; color:#00ccff; text-decoration:none; font-size:11px;}
#menu li a b {display:block; height:40px; float:left; padding:0 0 0 15px; cursor:pointer; font-size:11px;}
#menu li a:hover, 
.home #menu li#home a,
.single #menu li#single a,
.dropdown #menu li#dropdown a,
.dropline #menu li#dropline a,
.flyout #menu li#flyout a,
.support #menu li#support a,
.contact #menu li#contact a
{background:url(../images/nav/button.png) no-repeat right top; line-height:40px;}
#menu li a:hover b,
.home #menu li#home a b,
.single #menu li#single a b,
.dropdown #menu li#dropdown a b,
.dropline #menu li#dropline a b,
.flyout #menu li#flyout a b,
.support #menu li#support a b,
.contact #menu li#contact a b
{background:url(../images/nav/button.png) no-repeat left top; line-height:40px;}
