#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; margin:0 0 0 0px; list-style:none; width:630px; height:35px; background:url(backgroundtop.png)}
* htm #menu {
margin:0;
background:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='backgroundtop.png', sizingMethod='scale');
}

#menu li {position:relative; float:left; margin:0 5px; padding-top:4px;}
#menu li a {display:block; height:26px; line-height:23px; padding:0 20px 0 0; float:left; color:#000000; text-decoration:none; font-family:arial, sans-serif; font-size:11px;}
#menu li a b {display:block; height:26px; float:left; padding:0 0 0 20px;}

#menu li a:hover, #menu li a:active, #menu li a:focus
{ background: url("taba.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
{ background: url("tabb.png") left top; cursor:pointer;}