#pad {height:100px;}
/* ================================================================ 
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 {
padding:0; 
margin:40px 0 0 0; 
list-style:none; 
width:450px; 
height:96px; 
position:relative;
text-align:center;
}

/*#menu {padding:0; margin:0; list-style:none; width:672px; height:96px; float:right;background:url(background2.png}
*/
#menu {
padding:0 0 0 30px; 
margin:0 0 0 300px; 
list-style:none; 
width:460px; 
height:55px; 
background:url(../images/background3.png); 
float:right;
text-align:center;
}

/*  RJF
* html #menu {
margin:0;
background:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='single_ten/background2.png', sizingMethod='scale');
}
*/

#menu li {
position:relative; 
float:left; 
margin:0;
}

#menu li a {
display:block; 
height:36px; 
line-height:35px; 
padding:0 20px 0 0; 
float:left; 
color:#333; 
text-decoration:none; 
font-family:arial, sans-serif; 
font-size:11px; 
/*background:url(../images/divide.png) no-repeat right top;*/
}

#menu li a b {
display:block; 
height:36px; 
float:left; 
padding:0 0 0 20px;
}

#menu li a:hover, 
#menu li a:active,
/*#menu li a:focus,*/
.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:#999 url(../images/divide2.png) no-repeat right top; cursor:pointer; color:#fff; line-height:35px;}
#menu li a:hover b,
#menu li a:active b,
/*#menu li a:focus 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:#999; cursor:pointer;}
