/* ================================================================ 
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.
=================================================================== */
#menuContainer {
	width:1005px;
	left:0;
	overflow:hidden;
	background-image: url(../images/menu-back.jpg);
    background-repeat:no-repeat;
}
#menu {
	padding:0;
	margin:0;
	list-style:none;
	float:left;
	height:37px;
	position:relative;
	left:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	width: 953px;
	
}
#menu li {float:left;}
#menu li a {display:block; height:37px; line-height:37px; padding:0 18px 0 0; float:left; color:#fff; text-decoration:none;}
#menu li a b {display:block; height:37px; float:left; color:#fff; padding:0 0 0 20px; cursor:pointer;}
#menu li a:hover, 
.home #menu li#home a,
.aboutus #menu li#aboutus a,
.products #menu li#products a,
.catalogue #menu li#catalogue a,
.specials #menu li#specials a,
.card #menu li#card a,
.book #menu li#book a,
.support #menu li#support a,
.contactus #menu li#contactus a

{background:url(../images/tab_a.jpg) no-repeat right top; line-height:37px; color:#000;}
#menu li a:hover b,
.home #menu li#home a b,
.aboutus #menu li#aboutus a b,
.products #menu li#products a b,
.catalogue #menu li#catalogue a b,
.specials #menu li#specials a b,
.card #menu li#card a b,
.book #menu li#book a b,
.support #menu li#support a b,
.contactus #menu li#contactus a b
{
	background:url(../images/tab_b.jpg) no-repeat left top;
	line-height:37px; color:#FFF;
}
