#pageBanner #navCheckout {
	margin:0;
	line-height:21px;
	height:21px;
	font-size:  11px;
	text-align:	right;
	color:  	#fff;
	padding:0 0 0 5px;

	position:absolute;
	top:122px;
	left:0px;
	background-image: url(../images/navCheckoutBack.png);
	background-repeat:  repeat-x;
}
#pageBanner #navCheckout form {display:inline;}
#pageBanner ul { padding: 0 0 0 10px; width:90%; }
#pageBanner ul li {
	display:inline;
	float:left;
	padding:0 7px;
	color:  		#BE2A40;
	/* border-left:1px solid #BE2A40; */
}
#pageBanner ul li a{
	color:  		#BE2A40;
}
#pageBanner ul li.first	{
	display:		inline;
	padding:		0 12px 0 7px;
	border-left: 	0 solid #BE2A40;
}



/* ********** GENERAL HEADER MENU STYLES ********** */

#navTop ul li {
	display:inline;
	padding: 0;
	background-image:url(../images/liline.png);
	background-repeat:no-repeat;
	background-position: 0 100%;
	height:29px !important;
} 
#navTop ul li.first	{
	display:		inline;
	padding:		0 25px;

}
#navTop ul li a, #navTop ul li a:visited {background-color:transparent; color:#ffffff;}
#navTop ul li a:hover	{color:#cf2820;text-decoration:none;}


/* ********** SPECIFIC STYLES FOR DROPDOWN MENUS ********** */

#navHome, #navHome ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}
#navHome {
	margin:0 auto;
	width:auto;
	line-height:12px;
	height:12px;
	color:#FFF;
	padding:0px 0 5px 0;
}
#navHome a {
	display: block;
	width: 170px;
	padding:0;
	color:#FFF;
	text-decoration:none;
}
#navHome a:hover {
	text-decoration:none;
	color:#cf2820;
}

#navHome li { /* all list items */
	float: left;
	width: 170px; /* width needed or else Opera goes nuts */
	height:18px;
	line-height:18px;
	padding:	0 0 0 0;
	text-align: 	center;
}
#navHome li ul { /* second-level lists */
	position: absolute;
	background-color:#BE2A40;
	width: 180px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border:1px solid #000;
	z-index:100;
}
#navHome li ul li {
	border-width:0px;
}

#navHome li:hover ul ul, #navHome li:hover ul ul ul, #navHome li.sfhover ul ul, #navHome li.sfhover ul ul ul {
	left: -999em;
}

#navHome li:hover ul, #navHome li li:hover ul, #navHome li li li:hover ul, #navHome li.sfhover ul, #navHome li li.sfhover ul, #navHome li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


/* ******************** STYLE FOR TOP LEVEL OF DROPDOWN MENUS ****************** */

#navHome li.top
 {
	width:auto !important;
	padding: 0 17px 0 32px;
	border-bottom:0px;
	height:12px;
	line-height:29px;
} 
#navHome li.first
{
	border-width:0;
	background-image:none;
} 
#navHome li.top a.top {
	display:block;
	width:auto !important;
	color:#fff;
}
#navHome li.top a.top:hover {color:#9ED22F;}