
#fancymenu {
position : relative;
width : 580px;
height : 27px;
padding : 0;
margin : auto;
overflow : hidden;
}
#fancymenu ul {
margin : auto;
}
#fancymenu ul li {
float : left;
list-style : none;
}
#fancymenu ul li a {
text-indent : -500em;
z-index : 10;
display : block;
float : left;
height : 27px;
position : relative;
overflow : hidden;
padding-left : 5px;
padding-right : 5px;
}
#menu_home a {
width : 70px;
background : url('../images/menu/labels/home.png') no-repeat center !important ;
background : url('../images/menu/labels/home.gif') no-repeat center;
}
#menu_membre a {
width : 70px;
background : url('../images/menu/labels/register.png') no-repeat center !important ;
background : url('../images/menu/labels/register.gif') no-repeat center;
}
#menu_forum a {
width : 60px;
background : url('../images/menu/labels/board.png') no-repeat center !important ;
background : url('../images/menu/labels/board.gif') no-repeat center;
}
#menu_community a {
width : 80px;
background : url('../images/menu/labels/rules.png') no-repeat center !important ;
background : url('../images/menu/labels/rules.gif') no-repeat center;
}
#menu_credits a {
width : 70px;
background : url('../images/menu/labels/inactive.png') no-repeat center !important ;
background : url('../images/menu/labels/inactive.gif') no-repeat center;
}
#fancymenu li.background {
background : url('../images/menu/bg_menu_right.png') no-repeat top right !important ;
background : url('../images/menu/bg_menu_right.gif') no-repeat top right;
z-index : 8;
position : absolute;
visibility : hidden;
}
#fancymenu .background .left {
background : url('../images/menu/bg_menu.png') no-repeat top left !important ;
background : url('../images/menu/bg_menu.gif') no-repeat top left;
height : 27px;
margin-right : 20px;
}
