/* >Reset
---------------------------------------------------------------------------------------- */

* {
	padding: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

/* >Structure
---------------------------------------------------------------------------------------- */


/* >Type
---------------------------------------------------------------------------------------- */

#primaryNavigation li a {
	font-family: "Lucida Grande", "lucida sans unicode", Verdana, Arial, Geneva, sans-serif;
}
/* >Header
---------------------------------------------------------------------------------------- */

#primaryNavigation 
{
    background: url(../images/shade-over.png) repeat scroll center top;
	overflow: visible;
	position: relative;
    height: 23px;
    padding-top:5px;
    padding-bottom:5px;
    top: 0px;
    left: 0px;
}
#primaryNavigation ul {
	float: left;
	margin-top:0px;
	list-style-type: none;
	font-size: 16px;
	height: 25px;
}
#primaryNavigation li {
	float: left;
	}
#primaryNavigation li a {
	color: #fff;
	text-decoration: none;
	padding:15px 18px 5px 17px;
	
}
#primaryNavigation li.prices a:hover {
	padding:19px 18px 5px 17px;
}

#primaryNavigation li a:hover {
	background: url(../images/shades.png) no-repeat scroll center top;
}
/* >Prices Drop-down
---------------------------------------------- */

#zoneNav {
	width: 220px;
	background: #fff;
	border: 2px solid #808080;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-box-shadow: 1px 3px 8px #999;
	-webkit-box-shadow: 1px 3px 8px #999;
	border-top: 0;
	padding: 0px;
	position: absolute;
	top: 45px;
	left: 82px;
	z-index: 1000;
	display: none;
}
#pricesDrop {
	overflow: auto;
	display: block;
}
#primaryNavigation #pricesDrop ul {
	float: none;
	position: static;
}
#primaryNavigation #pricesDrop li {
	float: none;
	margin: 0;
	font-size: 14px;
}
#pricesDrop ul li a {
	border: 0;
	display: block;
	padding: 5px 0 5px 20px;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	color:Black;
	text-decoration:none;
}
#pricesDrop li a:active {
	top: 0;
}
#pricesDrop .specialOffers a {
	background: #FCEBF2;
	border: 2px solid #F8D1E3;
}
#primaryNavigation #pricesDrop a strong {
	font-size: 14px;
	display: block;
}
#primaryNavigation #pricesDrop a:hover {
	background: transparent;
}
#primaryNavigation #pricesDrop .specialOffers a:hover {
	background: #FCEBF2;
}
#pricesDrop a:hover strong {
	text-decoration: underline;
}
#pricesDrop a:hover em {
	color: #666;
}
#pricesDrop a img {
	position: absolute;
	top: 8px;
	left: 7px;
	border:1px Solid #808080;
}
#primaryNavigation #pricesDrop li {
	font-size: 12px;
	padding: 0;
	background: 0;
	width: 201px;
	float: left;
	margin-right: 20px;
	margin-bottom: 4px;
}

#pricesDrop li.lastRow {
	margin-right: 0;
}
#pricesDrop li.firstRow {
	clear: left;
}
#pricesDrop li em {
	background: transparent;
	color: #808080;
	font-size:12px;
	font-weight: normal;
	padding: 0;
	line-height: 1.5em;
	display: block;
	font-style: normal;
}

