#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 10px; margin:0 0 0 0px; list-style:none; width:100%; height:40px; background:url(background4.jpg)}
* html #menu {
margin:0;
background:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='background4.jpg', sizingMethod='scale');
}

#menu li {position:relative; float:left; margin:0 5px; padding-top:1px;}
#menu li a {display:block; height:38px; line-height:35px; padding:0 5px 0 0; float:left; color:#300; text-decoration:none; font-family:Tahoma; font-size:14px;}
#menu li a b {display:block; height:38px; float:left; padding:0 0 0 5px;}

#menu li a:hover, 
#menu li a:active,
#menu li a:focus,
.home #menu li#home a,
.deer #menu li#deer a,
.waterfowl #menu li#waterfowl a,
.moose #menu li#moose a,
.bear #menu li#bear a,
.gallery #menu li#gallery a,
.contact #menu li#contact a
{ background: url(taba.png) right top; cursor:pointer; color:#000; line-height:32px;}
#menu li a:hover b,
#menu li a:active b,
#menu li a:focus b,
.home #menu li#home a b,
.deer #menu li#deer a b,
.waterfowl #menu li#waterfowl a b,
.moose #menu li#moose a b,
.bear #menu li#bear a b,
.gallery #menu li#gallery a b,
.contact #menu li#contact a b
{ background: url(taba.png) left top; cursor:pointer;}
