@charset "utf-8";
/* CSS Document */

#frame #header #slider ul li a{
	background-image: url(../images/navigation_menu_background.png);

}
#frame #header #slider .navigation .divider {
	background-image: url(../images/navigation_divider_background.png);
}

#frame #header #slider .navigation .divider_left{
	background-image: url(../images/navigation_divider_left_background.png);
}

#frame #header #slider .navigation .divider_right{
	background-image: url(../images/navigation_divider_right_background.png);
}

div.hoverBtnHome {
	position: 		relative;
	width: 			100px;
	height: 		48px;
	background:		url(../images/but_home_off.jpg) scroll;
}
div.hoverBtnHome a {
	position: 		relative;
	z-index: 		2;
	display: 		block;
	width: 			100px;
	height: 		48px;
	line-height: 		48px;
	text-align: 		center;
	background:		transparent none repeat-x 0 0 scroll;
}
div.hoverBtnHome div {
	display:		none;
	position: 		relative;
	z-index: 		1;
	width: 			100px;
	height: 		48px;
	margin-top: 		-48px;
	background:		url(../images/but_home_off.jpg) none scroll;
}

div.hoverBtnEvent {
	position: 		relative;
	width: 			100px;
	height: 		48px;
	background:		url(../images/but_event_off.jpg) scroll;
}
div.hoverBtnEvent a {
	position: 		relative;
	z-index: 		2;
	display: 		block;
	width: 			100px;
	height: 		48px;
	line-height: 		48px;
	text-align: 		center;
	background:		transparent none repeat-x 0 0 scroll;
}
div.hoverBtnEvent div {
	display:		none;
	position: 		relative;
	z-index: 		1;
	width: 			100px;
	height: 		48px;
	margin-top: 		-48px;
	background:		url(../images/but_event_off.jpg) none scroll;
}


div.hoverBtnVenue {
	position: 		relative;
	width: 			100px;
	height: 		48px;
	background:		url(../images/but_venue_off.jpg) scroll;
}
div.hoverBtnVenue a {
	position: 		relative;
	z-index: 		2;
	display: 		block;
	width: 			100px;
	height: 		48px;
	line-height: 		48px;
	text-align: 		center;
	background:		transparent none repeat-x 0 0 scroll;
}
div.hoverBtnVenue div {
	display:		none;
	position: 		relative;
	z-index: 		1;
	width: 			100px;
	height: 		48px;
	margin-top: 		-48px;
	background:		url(../images/but_venue_off.jpg) none scroll;
}



div.hoverBtnPartners {
	position: 		relative;
	width: 			100px;
	height: 		48px;
	background:		url(../images/but_partners_off.jpg) scroll;
}
div.hoverBtnPartners a {
	position: 		relative;
	z-index: 		2;
	display: 		block;
	width: 			100px;
	height: 		48px;
	line-height: 		48px;
	text-align: 		center;
	background:		transparent none repeat-x 0 0 scroll;
}
div.hoverBtnPartners div {
	display:		none;
	position: 		relative;
	z-index: 		1;
	width: 			100px;
	height: 		48px;
	margin-top: 		-48px;
	background:		url(../images/but_partners_off.jpg) none scroll;
}


div.hoverBtnBrands {
	position: 		relative;
	width: 			100px;
	height: 		48px;
	background:		url(../images/but_brands_off.jpg) scroll;
}
div.hoverBtnBrands a {
	position: 		relative;
	z-index: 		2;
	display: 		block;
	width: 			100px;
	height: 		48px;
	line-height: 		48px;
	text-align: 		center;
	background:		transparent none repeat-x 0 0 scroll;
}
div.hoverBtnBrands div {
	display:		none;
	position: 		relative;
	z-index: 		1;
	width: 			100px;
	height: 		48px;
	margin-top: 		-48px;
	background:		url(../images/but_brands_off.jpg) none scroll;
}


div.hoverBtnGallery {
	position: 		relative;
	width: 			100px;
	height: 		48px;
	background:		url(../images/but_gallery_off.jpg) scroll;
}
div.hoverBtnGallery a {
	position: 		relative;
	z-index: 		2;
	display: 		block;
	width: 			100px;
	height: 		48px;
	line-height: 		48px;
	text-align: 		center;
	background:		transparent none repeat-x 0 0 scroll;
}
div.hoverBtnGallery div {
	display:		none;
	position: 		relative;
	z-index: 		1;
	width: 			100px;
	height: 		48px;
	margin-top: 		-48px;
	background:		url(../images/but_gallery_off.jpg) none scroll;
}


div.hoverBtnContact {
	position: 		relative;
	width: 			100px;
	height: 		48px;
	background:		url(../images/but_contact_off.jpg) scroll;
}
div.hoverBtnContact a {
	position: 		relative;
	z-index: 		2;
	display: 		block;
	width: 			100px;
	height: 		48px;
	line-height: 		48px;
	text-align: 		center;
	background:		transparent none repeat-x 0 0 scroll;
}
div.hoverBtnContact div {
	display:		none;
	position: 		relative;
	z-index: 		1;
	width: 			100px;
	height: 		48px;
	margin-top: 		-48px;
	background:		url(../images/but_contact_off.jpg) none scroll;
}

div.hoverBtnHome, div.hoverBtnEvent, div.hoverBtnVenue, 
div.hoverBtnPartners, div.hoverBtnBrands, div.hoverBtnGallery, div.hoverBtnContact{
	display:block;
	float:left;
}