#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 103px; list-style:none; width:700px; height:60px; background:url(http://www.dressingup.org.uk/background.jpg)}
* html #menu {
margin:0;
background:none;
}

#menu li {position:relative; float:left; margin:0 5px; padding-top:4px;}
#menu li a {
	display:block;
	height:26px;
	line-height:23px;
	padding:0 19px 0 0;
	float:left;
	color:#ddd;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
#menu li a b {display:block; height:26px; float:left; padding:0 0 0 19px;}

#menu li a:hover, 
#menu li a:active,
#menu li a:focus,
.home #menu li#home a,
.about #menu li#about a,
.gallery #menu li#gallery a,
.accessories #menu li#accessories a,
.location #menu li#location a,
.contact #menu li#contact a,
.contact #menu li#contact a
{ background: url(http://www.dressingup.org.uk/taba.jpg) 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,
.about #menu li#about a b,
.gallery #menu li#gallery a b,
.accessories #menu li#accessories a b,
.location #menu li#location a b,
.contact #menu li#contact a b,
.contact #menu li#contact a b
{ background: url(http://www.dressingup.org.uk/tabb.jpg) left top; cursor:pointer;}
