@charset "utf-8";
/* CSS Document */

#topmenu{
	clear:both;

}


#topmenu ul{
	font-size:65%;
	padding:0px;
	margin:0px;
}

#topmenu li{
	padding:0px;
	margin:0px;
	list-style-type:none;
	float:left;
}
#topmenu li a{
	display:block;
	width:130px;
	height:95px;
}


#topmenu li a span{
	position:absolute;
	left:-1000px;
}
/* taken out 
#spacer{
	background-image:url(../images/01_spacer.jpg);
	background-repeat:no-repeat;
	width:13px;
	height:50px;
	
}
*/

#one a{
	background-image:url(../images/french-buttons/01.jpg);
	background-repeat:no-repeat;

}

#one a:hover{
	background-image:url(../images/french-buttons-over/01.jpg);
}

#two a{
	background-image:url(../images/french-buttons/02.jpg);
	background-repeat:no-repeat;

}

#two a:hover{
	background-image:url(../images/french-buttons-over/02.jpg);
}

#three a{
	background-image:url(../images/french-buttons/03.jpg);
	background-repeat:no-repeat;

}

#three a:hover{
	background-image:url(../images/french-buttons-over/03.jpg);
}


#four a{
	background-image:url(../images/french-buttons/04.jpg);
	background-repeat:no-repeat;

}

#four a:hover{
	background-image:url(../images/french-buttons-over/04.jpg);
}

#five a{
	background-image:url(../images/french-buttons/05.jpg);
	background-repeat:no-repeat;

}

#five a:hover{
	background-image:url(../images/french-buttons-over/05.jpg);
}

#six a{
	background-image:url(../images/french-buttons/06.jpg);
	background-repeat:no-repeat;

}

#six a:hover{
	background-image:url(../images/french-buttons-over/06.jpg);
}
