#review_menu {
    width: 954px;
    height: 46px;
    background:transparent url('/apps/frontend/news/img/menu_accueil/background_news.png') repeat-x 0 0;
    padding-top: 2px;
    position: relative;
}

#review_menu a b{
    background:transparent url('/apps/frontend/news/img/menu_accueil/news_menu.png') no-repeat 0 0;
    height: 42px;
    line-height: 200px;
    overflow: hidden;
    position: absolute;
    display: block;
    cursor: pointer;
}

#review_menu a.active .on_top {
    width: 92px;
    left: 7px;
    background-position: 0px 0px;    
}

#review_menu a.inactive .on_top {
    width: 92px;
    left: 7px;
    background-position: 0px -84px;
}

#review_menu a.inactive:hover .on_top {
    width: 92px;
    left: 7px;
    background-position: 0px 0px;
    /*background-position: 0px -42px;*/
}

#review_menu a.active .news {
    width: 103px;
    left: 99px;
    background-position: -92px 0px;
}

#review_menu a.inactive .news {
    width: 103px;
    left: 99px;
    background-position: -92px -84px;
}

#review_menu a.inactive:hover .news{
    width: 103px;
    background-position: -92px 0px;
    /*background-position: -92px -42px;*/
}

#review_menu a.active .products {
    width: 122px;
    left: 202px;
    background-position: -195px 0px;
}

#review_menu a.inactive .products {
    width: 122px;
    left: 202px;
    background-position: -195px -84px;
}

#review_menu a.inactive:hover .products {
    width: 122px;
    background-position: -195px 0px;
    /*background-position: -195px -42px;*/
}

#review_menu a.active .event{
    width: 144px;
    left: 324px;
    background-position: -317px 0px;
}

#review_menu a.inactive .event {
    width: 144px;
    left: 324px;
    background-position: -317px -84px;
}

#review_menu a.inactive:hover .event {
    width: 144px;
    background-position: -317px 0px;
    /*background-position: -317px -42px;*/
}
#review_menu a.active .tosee {
    width: 156px;
    left: 468px;
    background-position: -461px 0px;
}

#review_menu a.inactive .tosee {
    width: 156px;
    left: 468px;
    background-position: -461px -84px;
}

#review_menu a.inactive:hover .tosee {
    width: 156px;
    background-position: -461px 0px;
    /*background-position: -461px -42px;*/
}

#review_menu a.inactive:hover {
	text-decoration: none;
	background-color: transparent;
    cursor: pointer;
}

#review_menu #news_search_engine {
    position: absolute;
    right: 10px;
    top:0px;
}

#review_menu #news_search_engine #search_engine_presentation {
    color: #BD003A;
    font-family:Tahoma,"Lucida Grande",Verdana,Geneva,Arial,Helvetica,clean,sans-serif;
    font-size: 11px;
    line-height: 16px;
}

#review_menu #news_search_engine ul {
    display: inline;
}

#review_menu #news_search_engine ul.wrap_field  {
    list-style-type:none;
    padding: 0px;
    margin: 0px;
}

#review_menu #news_search_engine ul.wrap_field li {
    float: left;
}

#review_menu #news_search_engine ul.wrap_field li.left {
    background:transparent url("/apps/frontend/news/img/ontop/search_border.gif") no-repeat 0 0;
    width:4px;
    height:28px;
}

#review_menu #news_search_engine ul.wrap_field li.right {
    background:transparent url("/apps/frontend/news/img/ontop/search_border.gif") no-repeat -4px 0;
    width:4px;
    height:28px;
}

#review_menu #news_search_engine ul.wrap_field input {
    border-color:#878379;
    border-style:solid;
    border-width:1px 0;
    float:left;
    height:22px;
    padding-top:4px;
    width:255px;
}

#review_menu #news_search_engine #news_search_engine_button {
    background:transparent url(/apps/frontend/news/img/ontop/search_button.gif) no-repeat scroll 0 0;
    cursor:pointer;
    float:left;
    height:28px;
    margin-left:4px;
    width:28px;
    border: none;
}


