#home{ 
height: 20px; 
width: 130px; 
text-indent: 10000px;
overflow: hidden;
background: url(/images/menu/home.gif) top left no-repeat;
display: block;
} 
  
#home:hover{
background-position: bottom left; 
}

#furniture{ 
height: 20px; 
width: 130px; 
text-indent: 10000px;
overflow: hidden;
background: url(/images/menu/furniture.gif) top left no-repeat;
display: block;
} 
  
#furniture:hover{
background-position: bottom left; 
}
#room_planner{ 
height: 20px; 
width: 130px; 
text-indent: 10000px;
overflow: hidden;
background: url(/images/menu/room_planner.gif) top left no-repeat;
display: block;
} 
  
#room_planner:hover{
background-position: bottom left; 
}
#customization{ 
height: 20px; 
width: 130px; 
text-indent: 10000px;
overflow: hidden;
background: url(/images/menu/customization.gif) top left no-repeat;
display: block;
} 
  
#customization:hover{
background-position: bottom left; 
}
#current_promotion{ 
height: 20px; 
width: 140px; 
text-indent: 10000px;
overflow: hidden;
background: url(/images/menu/current_promotion.gif) top left no-repeat;
display: block;
} 
  
#current_promotion:hover{
background-position: bottom left; 
}
#sales{ 
height: 20px; 
width: 130px; 
text-indent: 10000px;
overflow: hidden;
background: url(/images/menu/sales_associates.gif) top left no-repeat;
display: block;
} 
  
#sales:hover{
background-position: bottom left; 
}

#about_us{ 
height: 20px; 
width: 130px; 
text-indent: 10000px;
overflow: hidden;
background: url(/images/menu/about_us.gif) top left no-repeat;
display: block;
} 
  
#about_us:hover{
background-position: bottom left; 
}

#customer{ 
height: 20px; 
width: 130px; 
text-indent: 10000px;
overflow: hidden;
background: url(/images/menu/customer.gif) top left no-repeat;
display: block;
} 
  
#customer:hover{
background-position: bottom left; 
}
#contact_us{ 
height: 20px; 
width: 130px; 
text-indent: 10000px;
overflow: hidden;
background: url(/images/menu/contact_us.gif) top left no-repeat;
display: block;
} 
  
#contact_us:hover{
background-position: bottom left; 
}

#bodydiagnostics{ 
height: 20px; 
width: 130px; 
text-indent: 10000px;
overflow: hidden;
background: url(/images/menu/bodyDiagnostics.gif) top left no-repeat;
display: block;
} 
  
#bodydiagnostics:hover{
background-position: bottom left; 
}

#credit_app{ 
height: 20px; 
width: 130px; 
text-indent: 10000px;
overflow: hidden;
background: url(/images/menu/credit_app.gif) top left no-repeat;
display: block;
} 
  
#credit_app:hover{
background-position: bottom left; 
}

#newsletter{ 
height: 20px; 
width: 130px; 
text-indent: 10000px;
overflow: hidden;
background: url(/images/menu/newsletter.gif) top left no-repeat;
display: block;
} 
  
#newsletter:hover{
background-position: bottom left; 
}



.submenu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	width: 130px;
	margin-left: 3px;
	padding: 3px;
	padding-left: 3px;
}



/*
a {
	font-size: 11px;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #003366;
}
a:active {
	text-decoration: none;
	color: #FFCC00;
}
*/
