/**
 * Menu definitions
 *
 */

/* Home */

div#menu_home {
	float: left;
	width: 76px;
	height: 24px;
	background: url(../images/btn_home_over.gif) top left no-repeat;
}

div#menu_home a {
	display: block;
	width: 100%;
	height: 100%;
	background: white url(../images/btn_home.gif) top left no-repeat;
}

div#menu_home a:hover {
	background: transparent none;
} 

/* About */

div#menu_about {
	float: left;
	width: 144px;
	height: 24px;
	background: url(../images/btn_about_over.gif) top left no-repeat;
}

div#menu_about a {
	display: block;
	width: 100%;
	height: 100%;
	background: white url(../images/btn_about.gif) top left no-repeat;
}

div#menu_about a:hover {
	background: transparent none;
} 

/* Existance */

div#menu_existance {
	float: left;
	width: 93px;
	height: 24px;
	background: url(../images/btn_existance_over.gif) top left no-repeat;
}

div#menu_existance a {
	display: block;
	width: 100%;
	height: 100%;
	background: white url(../images/btn_existance.gif) top left no-repeat;
}

div#menu_existance a:hover {
	background: transparent none;
} 

/* Society */

div#menu_society {
	float: left;
	width: 104px;
	height: 24px;
	background: url(../images/btn_society_over.gif) top left no-repeat;
}

div#menu_society a {
	display: block;
	width: 100%;
	height: 100%;
	background: white url(../images/btn_society.gif) top left no-repeat;
}

div#menu_society a:hover {
	background: transparent none;
} 

/* Quality */

div#menu_quality {
	float: left;
	width: 152px;
	height: 24px;
	background: url(../images/btn_quality_over.gif) top left no-repeat;
}

div#menu_quality a {
	display: block;
	width: 100%;
	height: 100%;
	background: white url(../images/btn_quality.gif) top left no-repeat;
}

div#menu_quality a:hover {
	background: transparent none;
}

div#menu div.active a {
	background: transparent none;
} 

/* Always */

div#menu_always {
	float: left;
	width: 151px;
	height: 24px;
	background: url(../images/btn_always_over.gif) top left no-repeat;
}

div#menu_always a {
	display: block;
	width: 100%;
	height: 100%;
	background: white url(../images/btn_always.gif) top left no-repeat;
}

div#menu_always a:hover {
	background: transparent none;
} 

/* Contact */

div#menu_contact {
	float: left;
	width: 74px;
	height: 24px;
	background: url(../images/btn_contact_over.gif) top left no-repeat;
}

div#menu_contact a {
	display: block;
	width: 100%;
	height: 100%;
	background: white url(../images/btn_contact.gif) top left no-repeat;
}

div#menu_contact a:hover {
	background: transparent none;
} 

/* English */

div#menu_english {
	float: left;
	width: 86px;
	height: 24px;
	background: url(../images/btn_english_over.gif) top left no-repeat;
}

div#menu_english a {
	display: block;
	width: 100%;
	height: 100%;
	background: white url(../images/btn_english.gif) top left no-repeat;
}

div#menu_english a:hover {
	background: transparent none;
} 