/* this is the main UL element*/
.dropdown{margin:0;padding:0;list-style:none;z-index:1;}
ul li {line-height:20px;}
/* these are the inner menus*/
.dropdown ul{margin:0;margin-top:-20px;padding-top:22px;padding-bottom:10px;list-style:none;background:transparent url(../images/menu_dropdown_bg.png) no-repeat scroll 0 100%;z-index:-1;width:125px;padding-left:40px;}
.dropdown ul.menu-infos{margin:0;margin-top:-26px;height:90px;padding-top:31px;padding-bottom:10px;list-style:none;background:transparent url(../images/menuDropdownBgInfos.png) no-repeat scroll 0;z-index:-1;width:150px;padding-left:30px;}
/* these are all the LIs in the menu*/
.dropdown li{margin:0;padding:0px;width:125px;cursor:pointer;height:20px;}
.dropdown li.principal {background:transparent url(../images/principal.png) no-repeat scroll 0 100%;}
.dropdown li.principal:hover {background:transparent none no-repeat scroll 0 100%;}
.dropdown li.infos {background:transparent url(../images/top180Infos.png) no-repeat;font-size:10px; font-weight:bold;color:#FFFFFF;height:25px;line-height:25px;margin-bottom:0pt;text-indent:20px;width:180px;}
.dropdown li.infos:hover {background:transparent none no-repeat;}
/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown a{text-decoration:none !important;color:#FFFFFF !important;font-size:90%;}
.dropdown a.ssmenu:hover {padding-left: 10px;}
.dropdown a.info:hover {background:transparent url(../images/puce_info.png) no-repeat scroll 0%;}
.dropdown a.team:hover {background:transparent url(../images/puce_team.png) no-repeat scroll 0%;}
.dropdown a.group:hover {background:transparent url(../images/puce_group.png) no-repeat scroll 0%;}
.dropdown a.decon:hover {background:transparent url(../images/puce_decon.png) no-repeat scroll 0%;}
/* these are the LIs that only belong to submenu*/
.dropdown ul li{margin-left:-15px;height:20px;}
#menu_infos .dropdown ul li{margin-left:-15px;height:12px;}
/* these are the LIs that contains a submenu*/
.dropdown li.submenu{background-position:center left;background-repeat:no-repeat;padding-left:20px;width:105px;}
#menu_infos .dropdown li.submenu{background-position:center left;background-repeat:no-repeat;padding-left:0px;width:180px;}
/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown ul li.submenu{background-position:top right;padding:0px;width:120px;}
#menu_infos.dropdown ul li.submenu{background-position:top right;padding:0px;width:180px;}