.ddsmoothmenu{
/*font: bold 12px Verdana;
background: #414141; */
width: 100%;
background:transparent url(../images/menu/bg_menu.gif) repeat-x 0 0;
height:25px;
display:block;
}

.ddsmoothmenu ul{
z-index:10000;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
/*display: block;
background: #414141; 
color: white;
padding: 2px 10px;
height:22px;
border-right: 1px solid #778;
color: #2d2b2b;
text-decoration: none;*/

	background:transparent url(../images/menu/bg_lien_menu.gif) no-repeat right 0;
	color:#fff;
	display:block;
	font:bold 10px/21px Verdana;
	height:25px;
	padding:0 20px;
	text-decoration:none;


}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: white;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
/*background: black; */
color: white;
}

#smoothmenu1 ul li a:hover{
/*background: black; */
color: #FFBF00;
}

#smoothmenu1 ul li ul li a:hover{
/*background: black; */
color: white !important;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
	border-left:1px solid #797979;
	border-right:1px solid #797979;
	/*border-top:1px solid #797979;*/
	background:#666;
	line-height:25px;
	/*padding:3px 0 3px 55px;*/
	
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
/*font: normal 13px Verdana;
width: 165px; 
padding: 5px;*/
margin: 0;
border-top-width: 0;
background:none;
font-weight:normal;	
border-bottom:1px solid #797979;
padding:3px 0 2px 55px;
width: 120px; 
/*border-bottom: 1px solid gray;*/
}

ddsmoothmenu ul li ul li{
display: list-item;
float: none;
	border-left:1px solid #797979;
	border-right:1px solid #797979;
	/*border-top:1px solid #797979;*/
	background:#666;
	line-height:25px;
	/*padding:3px 0 3px 55px;*/
	
}


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 7px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 8px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}


/* #################### ICONES MENUS ######################*/



.ddsmoothmenu ul li ul li a.menu_vision 
{
	background:#666 url(../images/menu/picto_menu_vision.gif) no-repeat 0 0;
	width: 200px; 
}

.ddsmoothmenu ul li ul li a.menu_comparaison 
{
	background:#666 url(../images/menu/picto_menu_comparaison.gif) no-repeat 0 0;
	width: 200px; 
}

.ddsmoothmenu ul li ul li a.menu_consultation 
{
	background:#666 url(../images/menu/picto_menu_consultation.gif) no-repeat 0 0;
	width: 200px; 
}

.ddsmoothmenu ul li ul li a.menu_selection 
{
	background:#666 url(../images/menu/picto_menu_selection.gif) no-repeat 0 0;
	width: 200px; 
}

.ddsmoothmenu ul li ul li a.menu_creer_etude 
{
	background:#666 url(../images/menu/picto_creerEtude.gif) no-repeat 0 0;
	width: 220px; 
}

.ddsmoothmenu ul li ul li a.menu_creer_etude:hover 
{
	background:#767676 url(../images/menu/picto_creerEtude.gif) no-repeat 0 -30px;
	width: 220px; 
}

.ddsmoothmenu ul li ul li a.menu_gerer_etudes 
{
	background:#666 url(../images/menu/picto_gererEtude.gif) no-repeat 0 0;
	width: 220px; 
}

.ddsmoothmenu ul li ul li a.menu_gerer_etudes:hover 
{
	background:#767676 url(../images/menu/picto_gererEtude.gif) no-repeat 0 -30px;
	width: 220px; 
}

.ddsmoothmenu ul li ul li a.menu_gerer_sauvegardes 
{
	background:#666 url(../images/menu/picto_gererSauvegarde.gif) no-repeat 0 0;
	width: 220px; 
}

.ddsmoothmenu ul li ul li a.menu_gerer_sauvegardes:hover 
{
	background:#767676 url(../images/menu/picto_gererSauvegarde.gif) no-repeat 0 -30px;
	width: 220px; 
}

.ddsmoothmenu ul li ul li a.menu_bibliotheque 
{
	background:#666 url(../images/menu/picto_biblio.gif) no-repeat 0 0;
	width: 200px; 
}

.ddsmoothmenu ul li ul li a.menu_bibliotheque:hover 
{
	background:#767676 url(../images/menu/picto_biblio.gif) no-repeat 0 -30px;
	width: 200px; 
}

.ddsmoothmenu ul li ul li a.menu_suivre_actualite 
{
	background:#666 url(../images/menu/picto_suivreActus.gif) no-repeat 0 0;
	width: 200px; 
}

.ddsmoothmenu ul li ul li a.menu_suivre_actualite:hover 
{
	background:#767676 url(../images/menu/picto_suivreActus.gif) no-repeat 0 -30px;
	width: 200px; 
}

.ddsmoothmenu ul li ul li a.menu_gerer_alertes 
{
	background:#666 url(../images/menu/picto_gererAlerte.gif) no-repeat 0 0;
	width: 200px; 
}

.ddsmoothmenu ul li ul li a.menu_gerer_alertes:hover 
{
	background:#767676 url(../images/menu/picto_gererAlerte.gif) no-repeat 0 -30px;
	width: 200px; 
}

.ddsmoothmenu ul li ul li a.menu_parametrer 
{
	background:#666 url(../images/menu/picto_parametrer.gif) no-repeat 0 0;
	width: 200px; 
}

.ddsmoothmenu ul li ul li a.menu_parametrer:hover 
{
	background:#767676 url(../images/menu/picto_parametrer.gif) no-repeat 0 -30px;
	width: 200px; 
}

.ddsmoothmenu ul li ul li a.menu_creer_client 
{
	background:#666 url(../images/menu/picto_creerClient.gif) no-repeat 0 0;
	width: 200px; 
}

.ddsmoothmenu ul li ul li a.menu_creer_client:hover 
{
	background:#767676 url(../images/menu/picto_creerClient.gif) no-repeat 0 -30px;
	width: 200px; 
}

.ddsmoothmenu ul li ul li a.menu_portefeuille_clients 
{
	background:#666 url(../images/menu/picto_portefeuilleClient.gif) no-repeat 0 0;
	width: 200px; 
}

.ddsmoothmenu ul li ul li a.menu_portefeuille_clients:hover 
{
	background:#767676 url(../images/menu/picto_portefeuilleClient.gif) no-repeat 0 -30px;
	width: 200px; 
}

.ddsmoothmenu ul li ul li a.menu_evenements_clients 
{
	background:#666 url(../images/menu/picto_evenementClient.gif) no-repeat 0 0;
	width: 200px; 
}

.ddsmoothmenu ul li ul li a.menu_evenements_clients:hover 
{
	background:#767676 url(../images/menu/picto_evenementClient.gif) no-repeat 0 -30px;
	width: 200px; 
}

.ddsmoothmenu ul li ul li a.menu_selection 
{
	background:#666 url(../images/menu/picto_menu_selection.gif) no-repeat 0 0;
	width: 200px; 
}

.ddsmoothmenu ul li ul li a.menu_selection:hover 
{
	background:#767676 url(../images/menu/picto_menu_selection.gif) no-repeat 0 -31px;
	width: 200px; 
}

.ddsmoothmenu ul li ul li a.menu_etudes 
{
	background:#666 url(../images/menu/picto_etudeEnCours.gif) no-repeat 0 0;
	width: 200px; 
}

.ddsmoothmenu ul li ul li a.menu_etudes:hover 
{
	background:#767676 url(../images/menu/picto_etudeEnCours.gif) no-repeat 0 -30px;
	width: 200px; 
}


.ddsmoothmenu ul li ul li a:hover { 
	background-color:#767676;
	background-position:0 -31px;
}

.nomClientAccomp {
	font-size: 12px;
	font-weight: bold;
	color: #FFBF00;
	
}
.nomClientAccomp a {
	font-size: 10px !important;
	font-weight: bold !important;
	color: #FFBF00 !important;
	background: transparent url(../images/menu/picto-clientEnCours.gif) no-repeat left center !important;
	padding: 0 15px 0 30px !important;
}
