body {
behavior:url("css/csshover3.htc"); 
}




#nav li {
display: block;
float: left;

}

#nav li a {
text-indent: -9999px;
}



.homeBtn {
width: 88px;
height: 60px;
background: url(../images/nav/home.gif) no-repeat center top;
}

.homeBtn a{
width: 88px;
height: 60px;
display: block;
}

.homeBtn:hover {
background-position: center;
}

.homeCurr {
width: 88px;
height: 60px;
background: url(../images/nav/home.gif) no-repeat center bottom;
text-indent: -9999px;
}







.kitchensBtn {
width: 108px;
height: 60px;
background: url(../images/nav/kitchens.gif) no-repeat center top;
}


.kitchensBtn a{
width: 108px;
height: 60px;
display: block;
}


.kitchensBtn:hover {
background-position: center;
}



.kitchensCurr {
width: 108px;
height: 60px;
background: url(../images/nav/kitchens.gif) no-repeat center bottom;

}

.kitchensCurr:hover {
background-position: center;
}

.kitchensCurr span {
width: 108px;
height: 60px;
display: block;
text-indent: -9999px;
}













.accessBtn {
width: 132px;
height: 60px;
background: url(../images/nav/access.gif) no-repeat center top;
}

.accessBtn a{
width: 132px;
height: 60px;
display: block;
}

.accessBtn:hover {
background-position: center;
}



.accessCurr {
width: 132px;
height: 60px;
background: url(../images/nav/access.gif) no-repeat center bottom;
}


.accessCurr:hover {
background-position: center;
}


.accessCurr span {
width: 132px;
height: 60px;
display: block;
text-indent: -9999px;
}








/** BEDROOMS **/



.bedroomsBtn {
width: 114px;
height: 60px;
background: url(../images/nav/bedrooms.gif) no-repeat center top;
}

.bedroomsBtn a{
width: 114px;
height: 60px;
display: block;
}

.bedroomsBtn:hover {
background-position: center;
}




.bedroomsCurr {
width: 114px;
height: 60px;
background: url(../images/nav/bedrooms.gif) no-repeat center bottom;
}



.bedroomsCurr:hover {
background-position: center;
}

.bedroomsCurr span {
width: 114px;
height: 60px;
display: block;
text-indent: -9999px;
}












.surfBtn {
width: 153px;
height: 60px;
background: url(../images/nav/surf.gif) no-repeat center top;
}

.surfBtn a{
width: 153px;
height: 60px;
display: block;
}

.surfBtn:hover {
background-position: center;
}



.surfCurr {
text-indent: -9999px;
width: 153px;
height: 60px;
background: url(../images/nav/surf.gif) no-repeat center bottom;
}








.newBtn {
width: 151px;
height: 60px;
background: url(../images/nav/new.gif) no-repeat center top;
}

.newBtn a{
width: 151px;
height: 60px;
display: block;
}

.newBtn:hover {
background-position: center;
}










.appBtn {
width: 128px;
height: 60px;
background: url(../images/nav/app.gif) no-repeat center top;
}

.appBtn a{
width: 128px;
height: 60px;
display: block;
}

.appBtn:hover {
background-position: center;
}

.appCurr {
text-indent: -9999px;
width: 128px;
height: 60px;
background: url(../images/nav/app.gif) no-repeat center bottom;
}






.aboutBtn {
width: 114px;
height: 60px;
background: url(../images/nav/about.gif) no-repeat center top;
}

.aboutBtn a{
width: 114px;
height: 60px;
display: block;
}

.aboutBtn:hover {
background-position: center;
}




.aboutCurr {
text-indent: -9999px;
width: 114px;
height: 60px;
background: url(../images/nav/about.gif) no-repeat center bottom;
}









.contactBtn {
width: 126px;
height: 60px;
background: url(../images/nav/contact.gif) no-repeat center top;
}

.contactBtn a{
width: 126px;
height: 60px;
display: block;
}

.contactBtn:hover {
background-position: center;
}



.contactCurr {
text-indent: -9999px;
width: 126px;
height: 60px;
background: url(../images/nav/contact.gif) no-repeat center bottom;
}

































#nav {
margin: 0;
padding: 0;
list-style: none;
}






#nav ul {
	float: left;
	width: 250px;
	list-style: none;
	padding: 0;
	margin: 0;
	/*background: #332236;*/
	background: white;
}


#nav li ul {
padding-bottom: 20px !important;
}



#nav li ul li {
height: 30px;
padding-left: 20px;
}

#nav li ul li a {
color: #332236;
text-indent: 0 !important;
display: inline;
font: 12px/30px Arial, Helvetica, sans-serif;
}

#nav li ul li a:hover {
text-decoration:none;
}







#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 250px;
	margin: 0;
	padding: 0;
}

#nav li li {
	width: 200px;
}

/*#nav li ul a {
	width: 13em;
	w\idth: 9em;
}*/

#nav li ul ul {
	margin: 0;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

/*#nav li:hover, #nav li.sfhover {
	background: #eda;
}*/
