/* Start of CMSMS style sheet 'powerpeak : footerchooser' */
#footerchooser {
	list-style: none;
	padding: 0;
	margin: 20px 0 0 250px;
	width: 700px;
	height: 60px;
	position: absolute;
	overflow: hidden;
}
#footerchooser span {
	display: none;
	position: absolute;
}
#footerchooser a {
	display: block;
	text-indent: -9999px;
	outline: none;
}
#footerchooser a:hover {
	background-position: left bottom;
}
#footerchooser a:hover span{
	display: block;
}

div#main #topmenu #footerchooser li {
	margin: 0px;
	padding: 0px;
}


#footerchooser .powerpeak { background-image: url(images/cms/tab-powerpeak.jpg);}
#footerchooser .montiss {	background-image: url(images/cms/tab-montiss.jpg);}
#footerchooser .santelle {	background-image: url(images/cms/tab-santelle.jpg);}
#footerchooser .aigger {	background-image: url(images/cms/tab-aigger.jpg);}
#footerchooser li {
	float: left;
	width:24%;	
}
#footerchooser .powerpeak,
#footerchooser .montiss,
#footerchooser .santelle,
#footerchooser .aigger {
	height: 60px;
	line-height: 60px;
	background-position: center top;
	background-repeat: no-repeat;
}

#footerchooser .powerpeak:hover,
#footerchooser .montiss:hover,
#footerchooser .santelle:hover,
#footerchooser .aigger:hover {
	background-position: center bottom;
	background-color:transparent;
}

/* End of 'powerpeak : footerchooser' */

