/* Menu */
#mainmenu {
	position:absolute;
	top:240px;
	clear:both;
	padding:10px 0;
	width:861px;
	padding-bottom:0px !important;
	padding-bottom:1px;
}
#menu, #menu ul /* Liste */ {
	padding : 0;
	margin : 0 0 0 0px; 
	list-style : none;
	line-height : 15px;
	text-align : left;
}
#menu /* Ensemble du menu */ {
	font-size : 13px; /* hauteur du texte : 12 pixels *//*	border: 1px solid red;*/
}
#menu li a /* Contenu des listes */ {
	display : block; /* on change le type d'�l�ment, les liens deviennent des balises de type block */
	color : black; /* couleur du texte */
	text-decoration : none; /* on supprime le style par d�fault des liens (la pluspart du temps = soulign�) */
	 /* largeur */
	padding:0 2px 0 10px;
	letter-spacing:-0em;/*border: 1px solid re7d;*/
}
#menu li /* Elements des listes */ {
	float : left;/* pour ie qui ne reconnait pas "transparent" */
	width : 107px;
}
#menu li a /* Elements des listes */ {
	display:block;
 	/* pour ie qui ne reconnait pas "transparent" */
}
#menu li#one{
height : 40px;
background:url(../images/1.gif) bottom repeat-x;
border-left:1px solid #99cc00;
border-right:1px solid #e0f0b2;
}
#menu li#two{
height : 40px;
background:url(../images/2.gif) bottom repeat-x;
border-right:1px solid #e0f0b2;
}
#menu li#three{
height : 40px;
background:url(../images/3.gif) bottom repeat-x;
border-right:1px solid #e0f0b2;
}
#menu li#four{
height : 40px;
background:url(../images/4.gif) bottom repeat-x;
border-right:1px solid #e0f0b2;
}
#menu li#five{
height : 40px;
background:url(../images/5.gif) bottom repeat-x;
border-right:1px solid #e0f0b2;
}
#menu li#six{
height : 40px;
background:url(../images/6.gif) bottom repeat-x;
border-right:1px solid #e0f0b2;
}
#menu li#seven{
height : 40px;
background:url(../images/7.gif) bottom repeat-x;
border-right:1px solid #e0f0b2;
}
#menu li#eight{
height : 40px;
background:url(../images/8.gif) bottom repeat-x;
width : 103px;

}
#menu li#eight a{

}
#menu li#nine{
height : 40px;
background:url(../images/9.gif) bottom repeat-x;
}
#menu li.lastm a  {
border-right:none;
}
#menu li.firstm  {
/*width : 80px;*/
}

#menu li a:hover {
color:#99CC00;

}


#menu strong {
	
	font-weight:bold;
}
