﻿#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:0 0 0 1px; margin:0 0 0 0px; list-style:none; width:798px; height:60px; background:url(background2.png)}
* html #menu {
margin:0;
background:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='single_eight/background2.png', sizingMethod='scale');
}

#menu li {margin:0 0 0 50px; position:relative; float:left; margin:0 0px; padding-top:4px;}
#menu li a {display:block; height:23px; line-height:23px; width:133px; float:left; color:#ddd; text-decoration:none; font-family:arial; font-size:12px; font-weight:bold}
#menu li a b {display:block; height:23px; float:left; width:133px; text-align:center;}

#menu li a:hover, 
#menu li a:active,
#menu li a:focus,
.home #menu li#home a,
.FAQ #menu li#FAQ a,
.events #menu li#events a,
.gearhire #menu li#gearhire a,
.testimonials #menu li#testimonials a,
.contact #menu li#contact a
{ background: url(tabb2.png) right top; cursor:pointer; color:#fff; line-height:25px;}
#menu li a:hover b,
#menu li a:active b,
#menu li a:focus b,
.home #menu li#home a b,
.FAQ #menu li#FAQ a b,
.events #menu li#events a b,
.gearhire #menu li#gearhire a b,
.testimonials #menu li#testimonials a b,
.contact #menu li#contact a b,
{ background: url(tabb2.png) left top; cursor:pointer;}
