/* Bottom acrosss menu */
#fullacrossmenu {
	position: absolute;
	left: 10px;
	width: 940px;
	height:69px;
	top:259px;
	background-repeat: no-repeat;
	background-image: url(http://www.thelogofactory.com/styles/menus/showroombackground.png);
}

#warehouseacrossmenu {
	position: absolute;
	left: 10px;
	width: 940px;
	height:69px;
	top:259px;
	background-repeat: no-repeat;
	background-image: url(http://www.thelogofactory.com/styles/menus/warehouse-background.png);
}

#orderingacrossmenu {
	position: absolute;
	left: 10px;
	width: 940px;
	height:69px;
	top:259px;
	background-repeat: no-repeat;
	background-image: url(http://www.thelogofactory.com/styles/menus/order-background.png);
}

#servicesfullacrossmenu {
	position: absolute;
	left: 10px;
	width: 940px;
	height:69px;
	top:259px;
	background-repeat: no-repeat;
	background-image: url(http://www.thelogofactory.com/styles/menus/services-background.png);
}

#aboutfullacrossmenu {
	position: absolute;
	left: 10px;
	width: 940px;
	height:69px;
	top:259px;
	background-repeat: no-repeat;
	background-image: url(http://www.thelogofactory.com/styles/menus/about-background.png);
}

#articlesfullacrossmenu {
	position: absolute;
	left: 10px;
	width: 940px;
	height:69px;
	top:259px;
	background-repeat: no-repeat;
	background-image: url(http://www.thelogofactory.com/styles/menus/articles-background.png);
}

#helpcenterfullacrossmenu {
	position: absolute;
	left: 10px;
	width: 940px;
	height:69px;
	top:259px;
	background-repeat: no-repeat;
	background-image: url(http://www.thelogofactory.com/styles/menus/help-background.png);
}

#pricingcenterfullacrossmenu {
	position: absolute;
	left: 10px;
	width: 940px;
	height:69px;
	top:259px;
	background-repeat: no-repeat;
	background-image: url(http://www.thelogofactory.com/styles/menus/pricing-background.png);
}

/* Main Navigation Rollover Buttons CHANGE FOR EACH SECTION */

#fullacrossmenubuttons {
	width:800px;
	height:69px;
	position:absolute;
	top: 0px;
	left: 126px;
	background:  url(http://www.thelogofactory.com/styles/menus/showroombuttons.png);
	background-repeat: no-repeat;
}

#menubuttons {
	width:720px;
	height:69px;
	position:absolute;
	top: 0px;
	left: 126px;
	background:  url(http://www.thelogofactory.com/styles/menus/showroombuttons.png);
	background-repeat: no-repeat;
	overflow:hidden;
}

.buttons ul{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}
.buttons ul li{
	display: block;
	float: left;
	text-align: left;
	padding: 0;
	margin: 0;
}
.buttons ul li a span{
	display:none;
}
.buttons ul li a{
	width:80px;
	height:69px;
	margin:0px;
	padding:0px;
	display: block;

}

.buttons ul li a.button1:hover{
	background:  url(http://www.thelogofactory.com/styles/menus/showroombuttons.png) 0px -69px;  /* <--------- HEADER MENNU IMAGE */
}
.buttons ul li a.button2:hover{
	background:  url(http://www.thelogofactory.com/styles/menus/showroombuttons.png) -80px -69px;  
}
.buttons ul li a.button3:hover{
	background:  url(http://www.thelogofactory.com/styles/menus/showroombuttons.png) -160px -69px;  
}			
.buttons ul li a.button4:hover{
	background:  url(http://www.thelogofactory.com/styles/menus/showroombuttons.png) -240px -69px;
}		
.buttons ul li a.button5:hover{
	background:  url(http://www.thelogofactory.com/styles/menus/showroombuttons.png) -320px -69px;
}		
.buttons ul li a.button6:hover{
	background:  url(http://www.thelogofactory.com/styles/menus/showroombuttons.png) -400px -69px;
}	
.buttons ul li a.button7:hover{
	background:  url(http://www.thelogofactory.com/styles/menus/showroombuttons.png) -480px -69px;
}	
.buttons ul li a.button8:hover{
	background:  url(http://www.thelogofactory.com/styles/menus/showroombuttons.png) -560px -69px;
}	
.buttons ul li a.button9:hover{
	background:  url(http://www.thelogofactory.com/styles/menus/showroombuttons.png) -640px -69px;
}	
.buttons ul li a.button10:hover{
	background:  url(http://www.thelogofactory.com/styles/menus/showroombuttons.png) -720px -69px;
}	

/* -- Hovers -- ABOUT MENU //////////////////////////////////////////////////////////////////////////*/

#aboutusmenubuttons {
	width:720px;
	height:69px;
	position:absolute;
	top: 0px;
	left: 126px;
	background:  url(http://www.thelogofactory.com/styles/menus/about-buttons.png);
	background-repeat: no-repeat;
	overflow:hidden;
}

.aboutusmenubuttons ul{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}
.aboutusmenubuttons ul li{
	display: block;
	float: left;
	text-align: left;
	padding: 0;
	margin: 0;
}
.aboutusmenubuttons ul li a span{
	display:none;
}
.aboutusmenubuttons ul li a{
	width:80px;
	height:69px;
	margin:0px;
	padding:0px;
	display: block;

}

.aboutusmenubuttons ul li a.button1:hover{
	background:  url(http://www.thelogofactory.com/styles/menus/about-buttons.png) 0px -69px;  /* <--------- HEADER MENNU IMAGE */
}
.aboutusmenubuttons ul li a.button2:hover{
	background:  url(http://www.thelogofactory.com/styles/menus/about-buttons.png) -80px -69px;  
}
.aboutusmenubuttons ul li a.button3:hover{
	background:  url(http://www.thelogofactory.com/styles/menus/about-buttons.png) -160px -69px;  
}			
.aboutusmenubuttons ul li a.button4:hover{
	background:  url(http://www.thelogofactory.com/styles/menus/about-buttons.png) -240px -69px;
}		
.aboutusmenubuttons ul li a.button5:hover{
	background:  url(http://www.thelogofactory.com/styles/menus/about-buttons.png) -320px -69px;
}		
.aboutusmenubuttons ul li a.button6:hover{
	background:  url(http://www.thelogofactory.com/styles/menus/about-buttons.png) -400px -69px;
}	
.aboutusmenubuttons ul li a.button7:hover{
	background:  url(http://www.thelogofactory.com/styles/menus/about-buttons.png) -480px -69px;
}	
.aboutusmenubuttons ul li a.button8:hover{
	background:  url(http://www.thelogofactory.com/styles/menus/about-buttons.png) -560px -69px;
}	
.aboutusmenubuttons ul li a.button9:hover{
	background:  url(http://www.thelogofactory.com/styles/menus/about-buttons.png) -640px -69px;
}	
.aboutusmenubuttons ul li a.button10:hover{
	background:  url(http://www.thelogofactory.com/styles/menus/about-buttons.png) -720px -69px;
}	

/* -- Hovers -- HELP PAGES MENU //////////////////////////////////////////////////////////////////////////*/

#helpagesmenubuttons {
	width:720px;
	height:69px;
	position:absolute;
	top: 0px;
	left: 126px;
	background:  url(http://www.thelogofactory.com/styles/menus/help-buttons.png);
	background-repeat: no-repeat;
	overflow:hidden;
}

.helpagesmenubuttons ul{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}
.helpagesmenubuttons ul li{
	display: block;
	float: left;
	text-align: left;
	padding: 0;
	margin: 0;
}
.helpagesmenubuttons ul li a span{
	display:none;
}
.helpagesmenubuttons ul li a{
	width:80px;
	height:69px;
	margin:0px;
	padding:0px;
	display: block;

}

.helpagesmenubuttons ul li a.button1:hover{
	background:  url(http://www.thelogofactory.com/styles/menus/help-buttons.png) 0px -69px;  /* <--------- HEADER MENNU IMAGE */
}
.helpagesmenubuttons ul li a.button2:hover{
	background:  url(http://www.thelogofactory.com/styles/menus/help-buttons.png) -80px -69px;  
}
.helpagesmenubuttons ul li a.button3:hover{
	background:  url(http://www.thelogofactory.com/styles/menus/help-buttons.png) -160px -69px;  
}			
.helpagesmenubuttons ul li a.button4:hover{
	background:  url(http://www.thelogofactory.com/styles/menus/help-buttons.png) -240px -69px;
}		
.helpagesmenubuttons ul li a.button5:hover{
	background:  url(http://www.thelogofactory.com/styles/menus/help-buttons.png) -320px -69px;
}		
.helpagesmenubuttons ul li a.button6:hover{
	background:  url(http://www.thelogofactory.com/styles/menus/help-buttons.png) -400px -69px;
}	
.helpagesmenubuttons ul li a.button7:hover{
	background:  url(http://www.thelogofactory.com/styles/menus/help-buttons.png) -480px -69px;
}	
.helpagesmenubuttons ul li a.button8:hover{
	background:  url(http://www.thelogofactory.com/styles/menus/help-buttons.png) -560px -69px;
}	
.helpagesmenubuttons ul li a.button9:hover{
	background:  url(http://www.thelogofactory.com/styles/menus/help-buttons.png) -640px -69px;
}	
.helpagesmenubuttons ul li a.button10:hover{
	background:  url(http://www.thelogofactory.com/styles/menus/help-buttons.png) -720px -69px;
}	


/* -- Hovers -- WAREHOSUSE MENU //////////////////////////////////////////////////////////////////////////*/

#warehousemenubuttons {
	width:720px;
	height:69px;
	position:absolute;
	top: 0px;
	left: 126px;
	background:  url(http://www.thelogofactory.com/styles/menus/warehouse-buttons.png);
	background-repeat: no-repeat;
	overflow:hidden;
}

.warehousemenubuttons ul{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}
.warehousemenubuttons ul li{
	display: block;
	float: left;
	text-align: left;
	padding: 0;
	margin: 0;
}
.warehousemenubuttons ul li a span{
	display:none;
}
.warehousemenubuttons ul li a{
	width:80px;
	height:69px;
	margin:0px;
	padding:0px;
	display: block;

}

.warehousemenubuttons ul li a.button1:hover{
	background:  url(http://www.thelogofactory.com/styles/menus/warehouse-buttons.png) 0px -69px;  /* <--------- HEADER MENNU IMAGE */
}
.warehousemenubuttons ul li a.button2:hover{
	background:  url(http://www.thelogofactory.com/styles/menus/warehouse-buttons.png) -80px -69px;  
}
.warehousemenubuttons ul li a.button3:hover{
	background:  url(http://www.thelogofactory.com/styles/menus/warehouse-buttons.png) -160px -69px;  
}			
.warehousemenubuttons ul li a.button4:hover{
	background:  url(http://www.thelogofactory.com/styles/menus/warehouse-buttons.png) -240px -69px;
}		
.warehousemenubuttons ul li a.button5:hover{
	background:  url(http://www.thelogofactory.com/styles/menus/warehouse-buttons.png) -320px -69px;
}		
.warehousemenubuttons ul li a.button6:hover{
	background:  url(http://www.thelogofactory.com/styles/menus/warehouse-buttons.png) -400px -69px;
}	
.warehousemenubuttons ul li a.button7:hover{
	background:  url(http://www.thelogofactory.com/styles/menus/warehouse-buttons.png) -480px -69px;
}	
.warehousemenubuttons ul li a.button8:hover{
	background:  url(http://www.thelogofactory.com/styles/menus/warehouse-buttons.png) -560px -69px;
}	
.warehousemenubuttons ul li a.button9:hover{
	background:  url(http://www.thelogofactory.com/styles/menus/warehouse-buttons.png) -640px -69px;
}	

/* ARTICLES */

#articlesmenubuttons {
	width:720px;
	height:69px;
	position:absolute;
	top: 0px;
	left: 126px;
	background:  url(http://www.thelogofactory.com/styles/menus/articles-buttons.png);
	background-repeat: no-repeat;
	overflow:hidden;
}

.articlesmenubuttons ul{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}
.articlesmenubuttons ul li{
	display: block;
	float: left;
	text-align: left;
	padding: 0;
	margin: 0;
}
.articlesmenubuttons ul li a span{
	display:none;
}
.articlesmenubuttons ul li a{
	width:80px;
	height:69px;
	margin:0px;
	padding:0px;
	display: block;

}

.articlesmenubuttons ul li a.button1:hover{
	background:  url(http://www.thelogofactory.com/styles/menus/articles-buttons.png) 0px -69px;  /* <--------- HEADER MENNU IMAGE */
}
.articlesmenubuttons ul li a.button2:hover{
	background:  url(http://www.thelogofactory.com/styles/menus/articles-buttons.png) -80px -69px;  
}
.articlesmenubuttons ul li a.button3:hover{
	background:  url(http://www.thelogofactory.com/styles/menus/articles-buttons.png) -160px -69px;  
}			
.articlesmenubuttons ul li a.button4:hover{
	background:  url(http://www.thelogofactory.com/styles/menus/articles-buttons.png) -240px -69px;
}		
.articlesmenubuttons ul li a.button5:hover{
	background:  url(http://www.thelogofactory.com/styles/menus/articles-buttons.png) -320px -69px;
}		
.articlesmenubuttons ul li a.button6:hover{
	background:  url(http://www.thelogofactory.com/styles/menus/articles-buttons.png) -400px -69px;
}	
.articlesmenubuttons ul li a.button7:hover{
	background:  url(http://www.thelogofactory.com/styles/menus/articles-buttons.png) -480px -69px;
}	
.articlesmenubuttons ul li a.button8:hover{
	background:  url(http://www.thelogofactory.com/styles/menus/articles-buttons.png) -560px -69px;
}	
.articlesmenubuttons ul li a.button9:hover{
	background:  url(http://www.thelogofactory.com/styles/menus/articles-buttons.png) -640px -69px;
}	

/* HOW WE WORK */

#howitworksgallerymini {
	width:720px;
	height:69px;
	position:absolute;
	top: 0px;
	left: 126px;
	background:  url(http://www.thelogofactory.com/styles/menus/howwework-buttons.png);
	background-repeat: no-repeat;
	overflow:hidden;
}

.howitworksgallerymini ul{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}
.howitworksgallerymini ul li{
	display: block;
	float: left;
	text-align: left;
	padding: 0;
	margin: 0;
}
.howitworksgallerymini ul li a span{
	display:none;
}
.howitworksgallerymini ul li a{
	width:80px;
	height:69px;
	margin:0px;
	padding:0px;
	display: block;

}

.howitworksgallerymini ul li a.button1:hover{
	background:  url(http://www.thelogofactory.com/styles/menus/howwework-buttons.png) 0px -69px;  /* <--------- HEADER MENNU IMAGE */
}
.howitworksgallerymini ul li a.button2:hover{
	background:  url(http://www.thelogofactory.com/styles/menus/howwework-buttons.png) -80px -69px;  
}
.howitworksgallerymini ul li a.button3:hover{
	background:  url(http://www.thelogofactory.com/styles/menus/howwework-buttons.png) -160px -69px;  
}			
.howitworksgallerymini ul li a.button4:hover{
	background:  url(http://www.thelogofactory.com/styles/menus/howwework-buttons.png) -240px -69px;
}		
.howitworksgallerymini ul li a.button5:hover{
	background:  url(http://www.thelogofactory.com/styles/menus/howwework-buttons.png) -320px -69px;
}		
.howitworksgallerymini ul li a.button6:hover{
	background:  url(http://www.thelogofactory.com/styles/menus/howwework-buttons.png) -400px -69px;
}	
.howitworksgallerymini ul li a.button7:hover{
	background:  url(http://www.thelogofactory.com/styles/menus/howwework-buttons.png) -480px -69px;
}	
.howitworksgallerymini ul li a.button8:hover{
	background:  url(http://www.thelogofactory.com/styles/menus/howwework-buttons.png) -560px -69px;
}	
.howitworksgallerymini ul li a.button9:hover{
	background:  url(http://www.thelogofactory.com/styles/menus/howwework-buttons.png) -640px -69px;
}	

/* PRICING */

#pricingindexbuttons3 {
	width:720px;
	height:69px;
	position:absolute;
	top: 0px;
	left: 126px;
	background:  url(http://www.thelogofactory.com/styles/menus/pricing-buttons.png);
	background-repeat: no-repeat;
	overflow:hidden;
}

.pricingindexbuttons3 ul{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}
.pricingindexbuttons3 ul li{
	display: block;
	float: left;
	text-align: left;
	padding: 0;
	margin: 0;
}
.pricingindexbuttons3 ul li a span{
	display:none;
}
.pricingindexbuttons3 ul li a{
	width:80px;
	height:69px;
	margin:0px;
	padding:0px;
	display: block;

}

.pricingindexbuttons3 ul li a.button1:hover{
	background:  url(http://www.thelogofactory.com/styles/menus/pricing-buttons.png) 0px -69px;  /* <--------- HEADER MENNU IMAGE */
}
.pricingindexbuttons3 ul li a.button2:hover{
	background:  url(http://www.thelogofactory.com/styles/menus/pricing-buttons.png) -80px -69px;  
}
.pricingindexbuttons3 ul li a.button3:hover{
	background:  url(http://www.thelogofactory.com/styles/menus/pricing-buttons.png) -160px -69px;  
}			
.pricingindexbuttons3 ul li a.button4:hover{
	background:  url(http://www.thelogofactory.com/styles/menus/pricing-buttons.png) -240px -69px;
}		
.pricingindexbuttons3 ul li a.button5:hover{
	background:  url(http://www.thelogofactory.com/styles/menus/pricing-buttons.png) -320px -69px;
}		
.pricingindexbuttons3 ul li a.button6:hover{
	background:  url(http://www.thelogofactory.com/styles/menus/pricing-buttons.png) -400px -69px;
}	
.pricingindexbuttons3 ul li a.button7:hover{
	background:  url(http://www.thelogofactory.com/styles/menus/pricing-buttons.png) -480px -69px;
}	
.pricingindexbuttons3 ul li a.button8:hover{
	background:  url(http://www.thelogofactory.com/styles/menus/pricing-buttons.png) -560px -69px;
}	
.pricingindexbuttons3 ul li a.button9:hover{
	background:  url(http://www.thelogofactory.com/styles/menus/pricing-buttons.png) -640px -69px;
}	

/* SERVICES*/

#servicebuttonmenu {
	width:720px;
	height:69px;
	position:absolute;
	top: 0px;
	left: 126px;
	background:  url(http://www.thelogofactory.com/styles/menus/services-buttons.png);
	background-repeat: no-repeat;
	overflow:hidden;
}

.servicebuttonmenu ul{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}
.servicebuttonmenu ul li{
	display: block;
	float: left;
	text-align: left;
	padding: 0;
	margin: 0;
}
.servicebuttonmenu ul li a span{
	display:none;
}
.servicebuttonmenu ul li a{
	width:80px;
	height:69px;
	margin:0px;
	padding:0px;
	display: block;

}

.servicebuttonmenu ul li a.button1:hover{
	background:  url(http://www.thelogofactory.com/styles/menus/services-buttons.png) 0px -69px;  /* <--------- HEADER MENNU IMAGE */
}
.servicebuttonmenu ul li a.button2:hover{
	background:  url(http://www.thelogofactory.com/styles/menus/services-buttons.png) -80px -69px;  
}
.servicebuttonmenu ul li a.button3:hover{
	background:  url(http://www.thelogofactory.com/styles/menus/services-buttons.png) -160px -69px;  
}			
.servicebuttonmenu ul li a.button4:hover{
	background:  url(http://www.thelogofactory.com/styles/menus/services-buttons.png) -240px -69px;
}		
.servicebuttonmenu ul li a.button5:hover{
	background:  url(http://www.thelogofactory.com/styles/menus/services-buttons.png) -320px -69px;
}		
.servicebuttonmenu ul li a.button6:hover{
	background:  url(http://www.thelogofactory.com/styles/menus/services-buttons.png) -400px -69px;
}	
.servicebuttonmenu ul li a.button7:hover{
	background:  url(http://www.thelogofactory.com/styles/menus/services-buttons.png) -480px -69px;
}	
.servicebuttonmenu ul li a.button8:hover{
	background:  url(http://www.thelogofactory.com/styles/menus/services-buttons.png) -560px -69px;
}	
.servicebuttonmenu ul li a.button9:hover{
	background:  url(http://www.thelogofactory.com/styles/menus/services-buttons.png) -640px -69px;
}	

/* -- Hovers -- ORDER MENU //////////////////////////////////////////////////////////////////////////*/

#orderingmenubuttons {
	width:720px;
	height:69px;
	position:absolute;
	top: 0px;
	left: 126px;
	background:  url(http://www.thelogofactory.com/styles/menus/order-buttons.png);
	background-repeat: no-repeat;
	overflow:hidden;
}

.orderingmenubuttons ul{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}
.orderingmenubuttons ul li{
	display: block;
	float: left;
	text-align: left;
	padding: 0;
	margin: 0;
}
.orderingmenubuttons ul li a span{
	display:none;
}
.orderingmenubuttons ul li a{
	width:80px;
	height:69px;
	margin:0px;
	padding:0px;
	display: block;

}

.orderingmenubuttons ul li a.button1:hover{
	background:  url(http://www.thelogofactory.com/styles/menus/order-buttons.png) 0px -69px;  /* <--------- HEADER MENNU IMAGE */
}
.orderingmenubuttons ul li a.button2:hover{
	background:  url(http://www.thelogofactory.com/styles/menus/order-buttons.png) -80px -69px;  
}
.orderingmenubuttons ul li a.button3:hover{
	background:  url(http://www.thelogofactory.com/styles/menus/order-buttons.png) -160px -69px;  
}			
.orderingmenubuttons ul li a.button4:hover{
	background:  url(http://www.thelogofactory.com/styles/menus/order-buttons.png) -240px -69px;
}		
.orderingmenubuttons ul li a.button5:hover{
	background:  url(http://www.thelogofactory.com/styles/menus/order-buttons.png) -320px -69px;
}		
.orderingmenubuttons ul li a.button6:hover{
	background:  url(http://www.thelogofactory.com/styles/menus/order-buttons.png) -400px -69px;
}	
.orderingmenubuttons ul li a.button7:hover{
	background:  url(http://www.thelogofactory.com/styles/menus/order-buttons.png) -480px -69px;
}	
.orderingmenubuttons ul li a.button8:hover{
	background:  url(http://www.thelogofactory.com/styles/menus/order-buttons.png) -560px -69px;
}	
.orderingmenubuttons ul li a.button9:hover{
	background:  url(http://www.thelogofactory.com/styles/menus/order-buttons.png) -640px -69px;
}	


/* BUTTON KILLERS */

#logodesignbuttonkilller {
	width:80px;
	height:69px;
	position:absolute;
	top: 0px;
	left: 0px;
	background:  url(http://www.thelogofactory.com/styles/menus/button-killer-logo.png);
	background-repeat: no-repeat;
	overflow:hidden;
}

#logorepairbuttonkilller {
	width:80px;
	height:69px;
	position:absolute;
	top: 0px;
	left: 80px;
	background:  url(http://www.thelogofactory.com/styles/menus/button-killer-repair.png);
	background-repeat: no-repeat;
	overflow:hidden;
}

#stationerybuttonkilller {
	width:80px;
	height:69px;
	position:absolute;
	top: 0px;
	left: 160px;
	background:  url(http://www.thelogofactory.com/styles/menus/button-killer-stationery.png);
	background-repeat: no-repeat;
	overflow:hidden;
}

#flashbuttonkilller {
	width:80px;
	height:69px;
	position:absolute;
	top: 0px;
	left: 240px;
	background:  url(http://www.thelogofactory.com/styles/menus/button-killer-flash.png);
	background-repeat: no-repeat;
	overflow:hidden;
}

#threeDbuttonkilller {
	width:80px;
	height:69px;
	position:absolute;
	top: 0px;
	left: 320px;
	background:  url(http://www.thelogofactory.com/styles/menus/button-killer-3D.png);
	background-repeat: no-repeat;
	overflow:hidden;
}

#folderbuttonkilller {
	width:80px;
	height:69px;
	position:absolute;
	top: 0px;
	left: 400px;
	background:  url(http://www.thelogofactory.com/styles/menus/button-killer-folder.png);
	background-repeat: no-repeat;
	overflow:hidden;
}

#brochurebuttonkilller {
	width:80px;
	height:69px;
	position:absolute;
	top: 0px;
	left: 480px;
	background:  url(http://www.thelogofactory.com/styles/menus/button-killer-brochure.png);
	background-repeat: no-repeat;
	overflow:hidden;
}

#webbuttonkilller {
	width:80px;
	height:69px;
	position:absolute;
	top: 0px;
	left: 560px;
	background:  url(http://www.thelogofactory.com/styles/menus/button-killer-web.png);
	background-repeat: no-repeat;
	overflow:hidden;
}

#graphicsbuttonkilller {
	width:80px;
	height:69px;
	position:absolute;
	top: 0px;
	left: 640px;
	background:  url(http://www.thelogofactory.com/styles/menus/button-killer-graphic.png);
	background-repeat: no-repeat;
	overflow:hidden;
}

#howbuttonkilller {
	width:80px;
	height:69px;
	position:absolute;
	top: 0px;
	left: 240px;
	background:  url(http://www.thelogofactory.com/styles/menus/button-killer-how.png);
	background-repeat: no-repeat;
	overflow:hidden;
}
