#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.
=================================================================== */
#menu {padding: 0px; margin:0 0 0 0px; list-style:none; width: 980px; height: 40px; background:url(background.png)}
* html #menu { 
	margin: 0;
	background: none;
	text-align: center;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='background.png', sizingMethod='scale');
}

#menu li {position:relative; float:left; margin:0; text-align: center;}
#menu li a {display:block; height:36px; line-height:35px; padding:0 0px 0 0; float:left; color:#333; text-decoration:none; font-family: arial, sans-serif; font-size:12px; background:url(a_btn.png) no-repeat left top;  width: 80px; font-weight: normal;}
#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:#ff0000 url(a_btn_hover.png) no-repeat left top; cursor:pointer; background-color: #ff0000; color:#fff; line-height:35px; width: 80px;}
#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:#ff0000; cursor:pointer;}


/*THIS SECTION STYLES THE LEFT COLUMN MENU*/

#menu2 {
	background: #333;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu2 li {
	font-family: arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#menu2 a {
	/*background: #bababa;*/
	border-bottom: 1px solid #cdcdcd;
	color: #393939;
	/*color: #cc0000;*/
	background: #e3e0e0;
	
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
}
#menu2 a:hover {
	background: #ff0000 /*url("hover.gif") left center no-repeat*/;
	color: #ffffff;
	padding-bottom: 8px;
}                    
                    
