/* **** CORE CODING FOR DROPDOWNS **** */
/* Don't mess with this bit unless you know exactly what you're doing */

#navHome, #navHome ul, #navCheckout {
	padding: 0px 12px;
	margin: 0;
	list-style: none;
	line-height: 1em;
}
#navHome a, #navCheckout a {
	display: block;
	width: 192px;
	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:#454545;							/* normal background colour of submenus */
	color:#fff !important;								/* normal text color of submenus */
	margin: 0;
}
#navHome a:hover, #navCheckout a:hover {
	background-color:#77787a;							/* Hover background-color of submenus */
	color:#fff !important;								/* Hover text colour of submenus */
}
#navHome li, #navCheckout li {
	float: left;
	width: 200px; /* needed or Opera goes nuts */
	background-color:#77787a;
	
}
#navHome li ul, #navCheckout li ul {
	position: absolute;
	left: -999em;
	z-index:100;	
}
#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;
}
#navHome li ul li, #navCheckout li ul li {
  clear: left;
}
/* 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-image: url(../images/navtopspacer.gif);									/* dividers between links in top nav */
	background-repeat: no-repeat;
	background-position: top left;
	border-bottom:0px;
	height:22px;													/* Height of topnav menus (change both) */
	line-height:22px;												/* Height of topnav menus (change both) */
} 
#navHome li.first, #navCheckout li.first
{
	 background-image: url(../images/navtopspacer_first.gif);
}
#navHome li.last, #navCheckout li.last
{
	 background-image: url(../images/navtopspacer_last.gif);
	 background-position: top right;
}
#navHome li.top a.top, #navCheckout li.top a.top {
	display:block;
	width:auto !important;
	padding:0 28px 0 27px;
	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:#E5E5E5 !important;}			/* hover colour of links in top nav */