/*
*******************************************************************

Title:			nav.css
Browser(s):		Safari, Firefox, IE

Author:			Andy Davis (www.raddsigns.com)
Created:		07-16-2009
Last modified:	07-16-2009

Don't steal, yo!

*******************************************************************
*/

/********************************************************** SHOPPING NAVIGATION ****/

ul#shopping-nav {
	width: 600px;
	text-align: right;
	position: relative;
	top: 38px;
	left: 0px;
}

ul#shopping-nav li {
	margin-left: 0px;
	color: #848383;
	font: normal 0.9em "Lucida Grande", Helvetica, Arial, sans-serif;
	list-style-type: none;
	display: inline;
}

ul#shopping-nav li a {
	text-decoration: none;
	color: #848383;
	font: normal 0.9em "Lucida Grande", Helvetica, Arial, sans-serif;
	padding: 2px;
}

ul#shopping-nav li a:hover {
	color: #FFF;
	cursor: pointer;
}

ul#shopping-nav li.cart-icon {
	background: url(../images/cart-icon.png) no-repeat;
	position: relative;
	left: 0px;
	padding-left: 15px;
}

/********************************************************** TOP NAVIGATION ****/


.drop {
	display: inline;
}

ul#nav {
	width: 565px;
	height: 40px;
	text-align: right;
	display: block;
	z-index: 3;
	margin: 72px 0 0 65px;
}

ul#nav li {
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: inline;
}

ul#nav li a {
	font: bold 1.4em "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 8px 15px 8px 15px;
	white-space:nowrap;
}

ul#nav li a:hover {
	background: #8bc541;
	color: #333;
}

ul#nav li a.select {
	color: #8bc541;
	height: 15px;
	padding-bottom: 38px;
	background: url(../images/nav-current-arrow.png) no-repeat;
	background-position: center bottom;
}

ul#nav li a.select:hover {
	background-color: none!important;
	color: #333!important;
}

.hover {
	background-color: #8bc541!important;
	color: #333!important;
}

ul#nav li a.select:hover {
	background-color: none!important;
	color: #FFF!important;
}

ul#nav li.hover a.select {
	background-color: #8bc541!important;
	color: #333!important;
}

/********************************************** NAV DOWN NAV *****/

ul.dropped {
	position: absolute;
	z-index: 1000!important;
	display: block;
	padding: 5px!important;
	background-color: #8bc541;
	width: 220px;
	margin-top: 32px!important;
	white-space:nowrap;
}

.drop li {
	display: block;
}

.drop ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.drop ul li {
	position: relative;
	display:block;
}
	
.drop li ul {
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
	z-index: 6000;
}

ul#nav li ul.dropped li.sub a {
	display: block;
	text-align: left;
	width: 208px;
	text-decoration: none;
	padding: 6px 6px 0px 6px!important;
	color: #111!important;
	height: 22px!important;
	margin: 0!important;
	font-size: 1.1em;
}
	
ul#nav li ul.dropped li.sub a:hover {
	background: #a2d95b!important;
}
		
.drop li:hover ul, li.over ul { display: block; }



