div.menuHeader{
	background-position:top;
	background-repeat:no-repeat;
	background-color:#ececea;
	background: url( '../images/header_image.gif' ) top left no-repeat;
	height:132px;
	width:1000px;
	margin: 0px; padding: 0px;
}

/* Home Button */	

div.menubg {
	float: left;
	width: 100%;
	height: 42px;
	background: url( '../images/bg_menu.gif' ) top left repeat-x;
	}

div.menu {
	float: left;
	width: 135px;
	height: 42px;
	text-align: center;
	background: url( '../images/bg_menu.gif' ) top left repeat-x;
	}

div.menu a:link {
	display: block;
	margin: 0; 
	white-space: no-wrap;	
	height:100%;
	overflow:hidden;
	color: white;
	padding-top: 15px;
	text-decoration: none;
	
	}
div.menu a:visited {
	display: block;
	margin: 0; 
	white-space: no-wrap;	
	height:100%;
	overflow:hidden;
	color: white;
	padding-top: 15px;
	text-decoration: none;
	
	}


div.menu a:hover {
	color: white;
	text-decoration: none;
	background: url( '../images/bg_over.gif' ) top center no-repeat;
	}


.header {
	border-left: solid 4px #cc2a27;
	padding-left: 2px;
	font-size: 10pt;
	font-weight: bold;
	float: left;
	height: 15px;
	color: #4d4742;
}


/* Sofa Express Button 
	
div.menuExpress {
	float: left;
	width: 159px; height: 42px;
	margin: 0; padding:0;
	text-align: center;
	background: url( '../images/bg_menu.gif' ) top left repeat-x;
	}

div.menuExpress a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	color: white;
	padding-top: 15px;
	text-decoration: none;
	}

div.menuExpress a:hover {
color: white;
	text-decoration: none;
	background: url( '../images/bg_over.gif' ) top center no-repeat;
	}
	


	/* Products Button */
	
	
div.menuProducts {
	float: left;
	width: 121px; height: 42px;
	margin: 0; padding:0;
	text-align: center;
	background: url( '../images/bg_menu.gif' ) top left repeat-x;
	}

div.menuProducts a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
		color: white;
	padding-top: 15px;
	text-decoration: none;
	}
div.menuProducts a:hover {
color: white;
	text-decoration: none;
	background: url( '../images/bg_over.gif' ) top center no-repeat;
	}
	
	
	/* Dealers Button */
	
	
div.menuDealers {
	float: left;
	width: 158px; height: 42px;
	margin: 0; padding:0;
	text-align: center;
	background: url( '../images/bg_menu.gif' ) top left repeat-x;
	}

div.menuDealers a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	color: white;
	padding-top: 15px;
	text-decoration: none;
	}
div.menuDealers a:hover {
color: white;
	text-decoration: none;
	background: url( '../images/bg_over.gif' ) top center no-repeat;
	}
	
	/* Product Warranties Button */
	
	
div.menuWarranties {
	float: left;
	width: 200px; height: 42px;
	margin: 0; padding:0;
	text-align: center;
	background: url( '../images/bg_menu.gif' ) top left repeat-x;
	}

div.menuWarranties a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	color: white;
	padding-top: 15px;
	text-decoration: none;
	}
div.menuWarranties a:hover {
color: white;
	text-decoration: none;
	background: url( '../images/bg_over.gif' ) top center no-repeat;
	}
	
	/* About Us Button */
	
	
div.menuAbout {
	float: left;
	width: 115px; height: 42px;
	margin: 0; padding:0;
	text-align: center;
	background: url( '../images/bg_menu.gif' ) top left repeat-x;
	}

div.menuAbout a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	color: white;
	padding-top: 15px;
	text-decoration: none;
	}
div.menuAbout a:hover {
color: white;
	text-decoration: none;
	background: url( '../images/bg_over.gif' ) top center no-repeat;
	}
	
	/* Contact Us Button */
	
	
div.menuContact {
	float: left;
	width: 137px; height: 42px;
	margin: 0; padding:0;
	text-align: center;
	background: url( '../images/bg_menu.gif' ) top left repeat-x;
	}

div.menuContact a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	color: white;
	padding-top: 15px;
	text-decoration: none;
	}
div.menuContact a:hover {
color: white;
	text-decoration: none;
	background: url( '../images/bg_over.gif' ) top center no-repeat;
	}
	*/
	
