#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 {
	list-style:none;
	width:625px;
	height:25px;
	background-image: url(https://idermedbody.com/shop/skins/idermedbody10/styleImages/menu/background.png);
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 275px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	background-repeat: no-repeat;
}
* html #menu {
margin:0;
background:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://idermedbody.com/shop/skins/idermedbody10/styleImages/menu/background.png', sizingMethod='scale');
}

#menu li {
	position:relative;
	float:left;
	margin:0;
	width: auto;
}
#menu li a 

{
	display:block;
	height:25px;
	line-height:25px;
	float:left;
	color:#503F44;
	text-decoration:none;
	font-family:arial, sans-serif;
	font-size:11px;
	background-image: url(https://idermedbody.com/shop/skins/idermedbody10//styleImages/menu/divide.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 0;
	padding-right: 14px;
	padding-bottom: 0;
	padding-left: 0;
	font-weight: 900;
}
#menu li a b {
	display:block;
	height:25px;
	float:left;
	padding:0 0 0 18px;
}

#menu li a:hover, 
#menu li a:active,
#menu li a:focus,
.home #menu li#home a,
.about #menu li#about a,
.cellulite #menu li#cellulite a,
.international #menu li#international a,
.shop #menu li#shop a,
.contact #menu li#contact a,
.support #menu li#support a

{
	cursor:pointer;
	color:#FFFFFF;
	line-height:25px;
	background-color: #9a8680;
	background-image: url(https://idermedbody.com/shop/skins/idermedbody10//styleImages/menu/divide2.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#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,
.cellulite #menu li#cellulite a b,
.international #menu li#international a b,
.shop #menu li#shop a b,
.support #menu li#support a b,
.contact #menu li#contact a b
{
	background:#9a8680;
	cursor:pointer;
}

