/* **** 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;
	height:60px;
}
#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 */

    	display:block;

/*
	width:auto !important;
*/
	width:auto;
	float:left;
	padding:0 5px;
	color:#2E431A !important;																/* colour of links in top nav */
	border-bottom:0px;
	background-color:transparent;
/*
	margin-top:3px;
*/
	height:60px;
	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:#9b8449 !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 */
	border:0;
	position:relative;
	height: 1%;
	padding: 5px 40px 10px 2px;
}
#navHome li ul, #navCheckout li ul {
	position: absolute;
	background-color:#EEE1C5;
	width: 180px;
	left: -999em;
	z-index:100;

	border-top:1px solid #2E431A;
	border-left:1px solid #2E431A;
	border-right:1px solid #2E431A;
	border-bottom:1px solid #2E431A;

	line-height:1.5em;

	padding: 5px 1px 5px 5px;
	display:block;
/*
	float:left;
*/
	margin-top:23px;

}
#navHome li:hover ul, #navHome li.sfhover ul,
#navCheckout li:hover ul, #navCheckout li.sfhover ul {
	left: auto;
}
#navHome li ul li a, #navCheckout li ul li a {
/*
font-size:0.9em;
*/
	font-size:1.0em;

	position:relative;
	left:10px;
/*
	float:left;
*/
	display:block;
}
/* 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;
	border-left:1px solid #64c127;										/* dividers between links in top nav */
	border:0px;
	height:18px;													/* Height of topnav menus (change both) */
	line-height:18px;												/* Height of topnav menus (change both) */
	display:inline;
	margin-right: 8px;
}
#navHome li.first, #navCheckout li.first
{
	border-width:0;
	display:inline;
	margin-left:5px;
}
#navHome li.top a.top, #navCheckout li.top a.top {
	display:block;
	width:auto !important;
	padding:0 10px;
	color:#9b8449;																/* colour of links in top nav */
	border-bottom:0px;
	background-color:transparent;
	display:inline;
}
#navTop #navHome li.top a.top:hover,
#navTop #navCheckout li.top a.top:hover {color:#2e431a !important;}			/* hover colour of links in top nav */
