
/* ********** GENERAL HEADER MENU STYLES ********** */
#navTop ul{
/*	margin-top:3px; */


}
#navTop ul li {

	padding:0 7px;
	border-left:1px solid #fff;

}
#navTop ul li.first	{
	display:		inline;
	padding:		0;
	border-left: 	0 solid #fff;
}
#navTop ul li a, #navTop ul li a:visited {color:#fff;}
#navTop ul li a:hover	{color:#fff;text-decoration:none;}



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

ul#navHome, ul#navCheckout  { /* all lists */
	height:40px;
	line-height:40px;

}
ul#navHome li, ul#navCheckout li { /* all lists */
	height:28px;
	line-height:28px;
}
#navHome, #navHome ul, #navCheckout, #navCheckout ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;

}
#navHome {
	margin:0;
	width:auto;
	line-height:40px;
	height:40px;
	color:#fff;
	padding:0 7px 0 0;
	background-image:url(../images/menubg.gif);
	background-repeat:no-repeat;
}
#navHome a {
	display: block;
	width: 178px;
	padding:0 0 0 4px;
	color:#fff;
	text-decoration:none;	
}
#navHome a:hover {
	text-decoration:none;
	color:#fff;
}
#navHome li ul li a:hover {
	text-decoration:none;
	color : #fff;
}

#navHome li { /* all list items */
	width: 180px; /* width needed or else Opera goes nuts */
	height:20px;
	line-height:18px;
	margin : 0;
}
#navHome li ul { /* second-level lists */
	position: absolute;
	background-color:#7F7C6F;
	width: 180px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border:2px solid #B2B0A0;
	z-index:100;
}
#navHome li ul li
{
	border-width : 0px;
	background-color:#7F7C6F;
	margin : 0 !important;
	padding : 0px 0 0 0px !important;
	text-transform:none;
}

#navHome li ul li a:hover
{

	background-color:#B2B0A0;

	
}

#navHome li ul li ul
{
	background-image:url(../images/bllt_parent.gif);
	background-repeat:no-repeat;
}

#navHome li ul li ul
{
margin:-27px 0 0 180px;
}


#navHome li ul li ul li
{

}

#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;
}


/* Stops menus freezing in Explorer 7 (I for one welcome our new Microsoft Overlords...) */
#navTop li:hover, #navTop li.sfhover {position:static;}


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

#navHome li.top
 {
	width:auto !important;
	padding:0;
	border-left:1px solid #fff;
	border-bottom:0px;
	height:40px;
	line-height:40px;
	float: left;
} 
#navHome li.first
{
	border-width:0;
	padding-left:25px !important;


} 
#navHome li.top a.top {
	display:block;
	width:auto !important;
	padding:0px;
	color:#fff;
}
#navHome li.top a.top:hover {color:#fff;background-color:#EB6E1F;}


#navHome li.top a span {
	display:block;
	padding:0px 20px;
}

#navHome li.top:hover a span,
#navHome li.sfhover a span {
	color:#fff;
	background-color:#EB6E1F;
}

.wienerArrow {
	background-image:url(../statimages/bllt_parent.gif);
	background-repeat:no-repeat;
	background-position:160px 11px;
}