/* **** CORE CODING FOR DROPDOWNS **** */
/* Don't mess with this bit unless you know exactly what you're doing */
#navTop
{
	z-index : 1000;
}
#navHome, #navHome ul, #navCheckout {
	padding: 7px 0 0 0;
	margin: 0;
	list-style: none;
	line-height: 1em;
}
#navHome a, #navCheckout a {
	display: block;
	width: auto;
	padding:5px 4px;									/* padding for links in submenus - if you change it make sure to adjust the width value as well */
	border-bottom:1px solid #fff;						/* border colour for the dividers between links in submenu */
	background-color:#f00;							/* normal background colour of submenus */
	color:#cecfd1 !important;								/* normal text color of submenus */

    	display:block;
	width:auto !important;
	padding:0 10px;
	color:#fff;																/* colour of links in top nav */
	border-bottom:0px;
	background-color:transparent;
/*
	margin-top:3px;
*/
	height:18px;
	line-height:18px;
}
#navHome a:hover, #navCheckout a:hover {
/*	background-color:#A2CC39;							/* Hover background-color of submenus */
/*	color:#fff !important;								/* Hover text colour of submenus */
	color:#fff !important;
}
#navHome li, #navCheckout li {
	float: left;
		width: auto; /* needed or Opera goes nuts */
/*	border-left:1px solid #64c127;										/* dividers between links in top nav */


}
#navHome li ul, #navCheckout li ul {
	padding:0;
	position: absolute;
	background-color: #888C8F;
	width: 200px;
	left: -999em;
	z-index:100;
	border:1px solid #7B7E80;									/* border colour of submenus */
}
#navHome li:hover ul, #navHome li.sfhover ul,
#navCheckout li:hover ul, #navCheckout li.sfhover ul {
	left: auto;
}
#navHome li ul li
{
	clear:left;
	padding:0;
	min-height:20px;
	line-height:20px;
	width:196px;
}


#navHome li ul li a, #navCheckout li ul li a {
	display:block;
	font-size:0.9em;
   	background-color:transparent;
   	background-image:url('../images/leftColumnListGraphic.gif');
   	background-repeat:no-repeat;
   	background-position:5px 50%;
	padding: 2px 0 2px 28px;
	min-height:16px;
	line-height:16px;
}
/* Stops menus freezing in Explorer 7 (I for one welcome our new Microsoft Overlords...) */
#navTop li:hover, #navTop li.sfhover, #navCheckout li:hover, #navCheckout li.sfhover {position:static;}

/* **** NAV CHECKOUT **** */

#navCheckout {float:right;}
#navTop #navCheckout form,
#navTop #navCheckout form input {
	display:inline;
	margin:0;
	height:18px;
	line-height:18px;
}

/* **** STYLE FOR TOP LEVEL **** */
/* Styling for the top menu headings */

#navHome li.top, #navCheckout li.top
 {
	width:auto !important;
	padding:0;

	background: transparent url( '../images/navTopDivider.gif') no-repeat center left;

/*	border-left:1px solid #64c127;										/* dividers between links in top nav */
	border-bottom:0px;
	height:18px;													/* Height of topnav menus (change both) */
	line-height:18px;												/* Height of topnav menus (change both) */
}
#navHome li.first, #navCheckout li.first
{
	border-width:0;
	background:none;
}
#navHome li.top a.top, #navCheckout li.top a.top {
	display:block;
	width:auto !important;
	padding:0 7px;
	color:#fff;																/* colour of links in top nav */
	border-bottom:0px;
	background-color:transparent;
}
#navTop #navHome li.top a.top:hover,
#navTop #navCheckout li.top a.top:hover {color:#f68b1f !important;}			/* hover colour of links in top nav */
