/* ================================================================ 
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:917px;
	margin:auto;
	top:88px;
	overflow:hidden;
	background:url(../images/ulback.png) repeat-x;
}
#menu {
	padding:0;
	margin:0;
	list-style:none;
	float:left;
	height:40px;
	position:relative;
	left:49%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}
#menu li {float:left; position:relative; right:50%; margin:0 2px;}
#menu li a {display:block; height:40px; line-height:40px; padding:0 15px 0 0; float:left; color:#fff; text-decoration:none;}
#menu li a b {display:block; height:40px; float:left; padding:0 0 0 15px; cursor:pointer;}
#menu li a:hover, 
.home #menu li#home a,
.worryfree #menu li#single a,
.howitworks #menu li#dropdown a,
.pricing #menu li#dropline a,
.aboutus #menu li#flyout a,
.support #menu li#support a,
.signup #menu li#contact a
{background:url(../images/button2.png) no-repeat right top; line-height:36px;}
#menu li a:hover b,
.home #menu li#home a b,
.worryfree #menu li#single a b,
.howitworks #menu li#dropdown a b,
.pricing #menu li#dropline a b,
.aboutus #menu li#flyout a b,
.support #menu li#support a b,
.signup #menu li#contact a b
{background:url(../images/button2.png) no-repeat left top; line-height:36px;}

.last {{background:url(../images/ulback-2.png) left top; line-height:36px;
	background-repeat: repeat-x;
}
