@charset "utf-8";
/* CSS Document */

/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/image_dropdown.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */


#nav {
	padding:0;
	list-style:none;
	height:111px;
	position:relative;
	z-index:200;
	font-family:arial, verdana, sans-serif;
	width:950px;
	margin: 25px 0 0 30px;
}
#nav .item1 {
	margin-top: 15px;
}
#nav .item2 {
	margin-top: 30px;
}

#nav li.top {
	display:block;
	float:left;
	margin-right: 53px;
	margin-left: 22px;
}
#nav li.top2 {
	display:block;
	float:left;
	margin-right: 43px;
	margin-left: 22px;
}
#nav li a {
	display:block;
	float:left;
	height:45px;
	width:152px;
	text-decoration:none;
	padding:0;
	cursor:pointer;
}
#nav li a b {
	margin-left:-9999px;
}
#nav li a.english {
	background-image: url(images/buttonEnglish2.png);
	background-position: 0px -111px;
	background-repeat: no-repeat;
	width: 112px;
	height: 111px;
}
#nav li a.spanish {
	background-image: url(images/btnSpanish.png);
	background-position: 0px -111px;
	background-repeat: no-repeat;
	width: 112px;
	height: 111px;
}
#nav li a.about_us {
	background-image: url(images/aboutUs.png);
	background-position: 0px -111px;
	background-repeat: no-repeat;
	width: 112px;
	height: 111px;
}
#nav li a.about_us2 {
	background-image: url(images/aboutUsSpanish.png);
	background-position: 0px -111px;
	background-repeat: no-repeat;
	width: 112px;
	height: 111px;
}
#nav li a.location {
	background-image: url(images/locationBtn.png);
	background-position: 0px -111px;
	background-repeat: no-repeat;
	height: 111px;
	width: 112px;
}
#nav li a.location2 {
	background-image: url(images/locationBtnSpanish.png);
	background-position: 0px -111px;
	background-repeat: no-repeat;
	height: 111px;
	width: 112px;
}
#nav li a.washnfold {
	background-image: url(images/washNfoldBtn.png);
	background-position: 0px -111px;
	background-repeat: no-repeat;
	height: 111px;
	width: 112px;
}
#nav li a.washnfold2 {
	background-image: url(images/washNfoldBtnSpanish.png);
	background-position: 0px -111px;
	background-repeat: no-repeat;
	height: 111px;
	width: 112px;
}
#nav li a.specials {
	background-image: url(images/specialsBtn.png);
	background-position: 0px -111px;
	background-repeat: no-repeat;
	height: 111px;
	width: 112px;
}
#nav li a.specials2 {
	background-image: url(images/specialsBtnSpanish.png);
	background-position: 0px -111px;
	background-repeat: no-repeat;
	height: 111px;
	width: 112px;
}
#nav li a.contactus {
	background-image: url(images/contactUsBtn.png);
	background-position: 0px -111px;
	background-repeat: no-repeat;
	height: 111px;
	width: 112px;
}
#nav li a.contactus2 {
	background-image: url(images/contactUsBtnSpanish.png);
	background-position: 0px -111px;
	background-repeat: no-repeat;
	height: 111px;
	width: 112px;
}
#nav li:hover a, #nav a:hover
{
	background-position: 0 0px;
}
#nav table {
	position:absolute; 
	top:0; 
	left:0; 
	border-collapse:collapse; 
	padding:0; 
	width:0; 
	height:0; 
	margin:-1px;
}
#nav .sub {
	position:absolute; 
	left:-9999px; 
	top:-9999px; 
	width:0; 
	height:0; 
	margin:0; 
	padding:0; 
	list-style:none;
}
#nav li:hover {
	position:relative; 
	z-index:200;
}
#nav a:hover {
	position:relative; 
	white-space:normal; 
	z-index:200;
}
#nav :hover ul.sub {
	left:0;
	top:45px;
	width:152px;
	height:auto;
	z-index:300;
	background-color: #555;
}
#nav :hover ul.sub li {
	display:block; 
	height:32px; 
	position:relative; 
	float:left; 
	width:197px; 
	font-weight:normal;
}
#nav :hover ul.sub li a {
	display:block;
	height:25px;
	width:195px;
	text-decoration:none;
	cursor:pointer;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #888;
	border-bottom-color: #ddd;
	border-left-color: #ccc;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	padding-top: 4px;
	color: #FFF;
	background-color: #999;
	text-align: center;
	vertical-align: middle;
}
#nav :hover ul.sub li a b {
	position:absolute; 
	left:-9999px; 
	margin:0;
}
#nav :hover ul.sub li a:hover {
	background-position: 0 64px;
	position:relative;
	background-color: #000;
}
#nav :hover ul.sub li a:hover b {
	left:100px; 
	top:15px; 
	background:#fff; 
	color:#000; 
	border:1px solid #888; 
	display:block; 
	width:100px; 
	height:20px; 
	text-align:center; 
	font-size:12px; 
	line-height:18px;
}
