/**
 *********************************************
 * Topthemes graphisme of styles for horizontal CSS-menu
 * @data 05.04.2011
 *********************************************
 * blockcathorizontal by Topthemes 
 * www.topthemes.fr.
 * info@topthemes.fr
 * http://www.topthemes.fr/fr/contactez-nous.
 *********************************************
 */

/* menu:white */
.v2-blockcategoryhome {
    background: url("../../../images/accueil.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 28px;
	margin:-6px;
    text-decoration: none;
    width: 23px;
}
div#menu {
    clear: both;
    float: right;
    height: 41px;
    margin-bottom: 10px;
    position: relative;
    width: 980px;
   background:url(../../../images/main-bg.png) repeat-x;
}

div#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}
div#menu ul.menu {
    padding-left: 2px;
}

div#menu li {
    position: relative;
	background: url(../../../images/menu-drop-active.png) repeat-x scroll 0 100% transparent;
    z-index: 9;
    margin: 0;
    padding: 0 5px 0 0;
    display: block;
    float: left;
}
div#menu li:hover>ul {
    left: -2px;
	
}

div#menu a {
    position: relative;
    z-index: 10;
    height: 41px;
    display: block;
    float: left;
    line-height: 41px;
    text-decoration: none;
    font: normal 12px Trebuchet MS;
}
div#menu a:hover, div#menu a:hover span { 
    color: #777777;
	 }
div#menu li.current a {}

div#menu span {
    display: block;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 95% 0;
}
div#menu ul ul a.parent span {
    background-position:95% 8px;
    background-image: url(../../../images/item-pointer.gif);
}
div#menu ul ul a.parent:hover span {
    background-image: url(../../../images/item-pointer-mover.gif);
}

/* menu::level1 */
div#menu a {
    padding: 0 10px 0 10px;
    line-height: 38px;
    color: #777777;
}
div#menu span {
    margin-top: 1px;
}/**@replace#1*/
div#menu li { background: url("../../../images/main-delimiter.png") no-repeat scroll 100% 13px transparent; }
div#menu li.last { background: none; }

/* menu::level2 */
div#menu ul ul li { background: url(../../../images/menu-drop-active.png) repeat-x scroll 0 100% transparent; }
div#menu ul ul {
    position: absolute;
    top: 38px;
    left: -999em;
    width: 210px;
    padding: 0px 0 0 0;
    background: rgb(45,45,45);
    margin-top:1px;
}
div#menu ul ul a {
   color: #fff;
   background: url(../../../images/drop-bullet_hov.png) no-repeat scroll 100% 1px transparent;
   display: block;
   float: none;
   font-size: 12px;
   height: auto;
   line-height: 26px;
   margin-left: -84px;
   padding: 0 0 0 96px;
   text-align: left;
   text-transform: none;
   white-space: normal;
   width: auto;
   z-index: -1;
}
div#menu ul ul span {
    margin-top: 0;
    padding-right: 15px;
    _padding-right: 20px;
    color: rgb(169,169,169);
}
div#menu ul ul a:hover span {
    color: #fff;
}
div#menu ul ul li.last { background: none; }
div#menu ul ul li {
    width: 100%;
}

/* menu::level3 */
div#menu ul ul ul {
    padding: 0;
    margin: -38px 0 0 210px !important;
    margin-left:172px;
}

/* colors */
div#menu ul ul ul { background: rgb(41,41,41); }
div#menu ul ul ul ul { background: rgb(38,38,38); }
div#menu ul ul ul ul { background: rgb(35,35,35); }

/* lava lamp */
div#menu li.back {
    background: url(../../../images/lava.png) no-repeat right -44px !important;
    background-image: url(images/lava.gif);
    width: 13px;
    height: 44px;
    z-index: 8;
    position: absolute;
    margin: -1px 0 0 -5px;
}
div#menu li.back .left {
    background: url(../../../images/lava.png) no-repeat top left !important;
    background-image: url(images/lava.gif);
    height: 44px;
    margin-right: 8px;
}

