/* ================================================================ 
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:1000px;
	left:0;
	top:140px;
	overflow:hidden;
	background:url(../images/ulback.gif) repeat-x;
}
#menu {
	padding:0;
	margin:0;
	list-style:none;
	float:left;
	height:40px;
	position:relative;
	left:0%;
	font-family:"Century Gothic";
	font-size:14px;
	width: 992px;
	padding-left: 0px;
}
#menu li {float:left;}
#menu li a {display:block; height:40px; line-height:40px; padding:0 0px 0px 0; float:left; color:#fff; text-decoration:none;}
#menu li a b {display:block; height:40px; float:left; padding:0 13px 0 13px; 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,
.contactus #menu li#contactus a,

{background:url(../images/button.png) no-repeat right top; line-height:36px;}
#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,
.support #menu li#support a b,
.contactus #menu li#contactus a b
{background:url(../images/button.png) no-repeat left top; line-height:36px;}

