/* Module: CategoriesTopMenu
 * Copyright@2011 All rights reserved
 * 
 * Author: Prestacrea
 * Website: http://www.prestacrea.com
 * Email: contact@prestacrea.com */

#header {float:none;width:100%}

/* Conteneur menu */
#categoriestopmenu {
background:transparent;
float:right;
height:60px;
width:700px;
margin:0px 0 0 0;
border:0px solid red;
font-family: Times new roman, serif;

}

/* Miniatures */
#categoriestopmenu_img {height:40px;margin-left:61px;overflow:hidden}
#categoriestopmenu_img ul li {list-style:none;float:left;margin-right:0px}

/* Catégories 1er niveau */
#categoriestopmenu_ul {margin-left:0px;margin-right:0px;}
#categoriestopmenu_ul li {border:0px solid yellow;padding:0 10px;float:left;position:relative;list-style:none}
#categoriestopmenu_ul li.last {border-right:none}
#categoriestopmenu_ul a {display:table-cell;width:90px;height:60px;vertical-align:middle;color:#EEE;font-size:14px;font-weight:normal;text-align:center;text-decoration:none;text-transform:uppercase;*padding:10px 0;*display:block;*height:20px}
#categoriestopmenu_ul a:hover, #categoriestopmenu_ul a.selected {color:#BBB}

/* couleur specifique */	
#categoriestopmenu_ul   .couleur2  a {color:#aac80b}	/* epicerie salee // vert */
#categoriestopmenu_ul   .couleur10  a {color:#ef7c00}	/* boissons // orange */
#categoriestopmenu_ul   .couleur15  a {color:#009ee3}	/* epicerie sucrée // bleu  */
#categoriestopmenu_ul   .couleur18  a {color:#e5007d}	/* indedit d'afrique // rose  */
#categoriestopmenu_ul   .couleur21  a {color:#d32e31}	/* cadeaux acessoires //rouge  */
#categoriestopmenu_ul   .couleur24  a {color:#b8bd9d}	/* beauté soins // gris*/

/* Lien accueil */	
#categoriestopmenu_ul #home {background:url('../img/categoriestopmenu_home.png') no-repeat center;width:40px;margin-left:-10px}

/* Lien promotions */
#categoriestopmenu_ul #specials {float:right;border-right:none;border-left:1px solid #888}

/* Lien nouveautés */
#categoriestopmenu_ul #new_products {float:right;border-right:none;border-left:1px solid #888}

/* Catégories 2ème niveau */
#categoriestopmenu_ul ul {display:none;position:absolute;border-bottom:1px solid #AAA;top:40px;margin-left:-5px}
#categoriestopmenu_ul ul li {padding:0;background:#FFF;border:1px solid #AAA;border-bottom:none;width:160px}
#categoriestopmenu_ul ul li a {display:block;padding:10px;width:150px;height:15px;color:#BBB;font-weight:normal;text-align:left}
#categoriestopmenu_ul ul li.last a {border-right:1px solid #AAA;padding-right:0}
#categoriestopmenu_ul ul a:hover, #categoriestopmenu_ul ul a:focus, #categoriestopmenu_ul ul a.selected {background:#BBB;color:#FFF;padding-right:0}

/* Catégories 3ème niveau */
#categoriestopmenu_ul ul ul {display:none;position:absolute;top:-1px;margin-left:160px!important}