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

#navHome, #navHome ul, #navCheckout {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1em;
}
#navHome a, #navCheckout a {
	display: block;
	width: 192px;
	padding:6px 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:#D1D1D3;							/* normal background colour of submenus */
	color:#4C4C4E !important;							/* normal text color of submenus */
	font-size:1em;
}
#navHome a:hover, #navCheckout a:hover {
	background-color:#e62727;							/* Hover background-color of submenus */
	color:#FFFFFF !important;							/* Hover text colour of submenus */
}
#navHome li, #navCheckout li {
	float: left;
	width: auto; /* needed or Opera goes nuts */
}
#navHome li ul, #navCheckout li ul {
	position: absolute;
	width: 200px;
	left: -999em;
	z-index:100;
	border-top:1px solid #fff;									/* border colour of submenus */
	border-left:1px solid #fff;									/* border colour of submenus */
	border-right:1px solid #fff;								/* 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 a, #navCheckout li ul li a {
	font-size:1em;
}
/* 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
 {
	margin-top:14px;
	width:auto important!;
	padding:0;
	border-left:1px solid #4C4C4E;										/* dividers between links in top nav */
	border-bottom:0px;
	height:1.2em;													/* Height of topnav menus (change both) */
	line-height:1.2em;												/* Height of topnav menus (change both) */
	background-color:transparent;
} 
#navHome li.first, #navCheckout li
{
	border-width:0;
} 
#navHome li.top a.top, #navCheckout li.top a.top {
	color:#4C4C4E !important;																/* colour of links in top nav */
	display:block;
	text-align:center;
	width:auto !important;
	padding:0 10px;
	border-bottom:0px;
	background-color:transparent;
}
#navTop #navHome li.top a.top:hover,
#navTop #navCheckout li.top a.top:hover {color:#000 !important;}			/* hover colour of links in top nav */

#homeLink			{width:60px !important;}
#about_us			{width:80px !important;}
#customer_service	{width:100px !important;}
#directory_links	{width:100px !important;}
#faq				{width:50px !important;}
#rewards_program	{width:100px !important;}
#contactLink		{width:100px !important;border-width:0 !important;}
