/*
 *		Horizontal, top-2-bottom menu
 *		Copyright Aleksandar Vacic, www.aplus.co.yu, some rights reserved http://creativecommons.org/licenses/by/2.0/
 */


/* - - - ADxMenu: BASIC styles - - - */

/* remove all list stylings */
.menu, .menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

/* move all list items into one row, by floating them */
.menu li {
	margin: 0;
	padding: 0 0px 0 0px;  /* PSR retassage */
	height:28px;  /* PSR : Hauteur onglet niv1 */
	border: 0;
	display: block;
	float: left;
	border: 0px solid #ccc;
}

/* define new starting point for the nested UL, thus making positioning it a piece of cake */
.menu li:hover {
	position: relative;
}

/* force the submenu items into separate rows, while still keeping float:left (which resolves IE6 white-gap problem) */
.menu li li {
	width: 100%;
	text-align:left;  /* PSR alignement à gauche libelle niv2 */
	height:20px;     /* PSR ajustement hauteur niv2 */
}

/* fix the position for 2nd level submenus.
	first make sure no horizontal scrollbars are visible on initial page load by sliding them all into top-left corner  */
.menu li li div {
	top: 0;
	left: 0;
}

/* ...and then place the submenu where it should be when shown */
.menu li li:hover div {
	left: 100%;
}

/* initialy hide all sub menus */
.menu div {
	display: none;
	position: absolute;
	z-index: 10;
}

/* display them on hover */
.menu li:hover>div {
	display: block;
}

/* -- float.clear -- force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
/* IE7 float clear: */
.menu, .menu ul {
	min-height: 0;
}
/* -- float.clear.END --  */

/* sticky submenu: it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu div" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */

.menu div {
	padding: 14px 30px 30px 30px;   /* PSR positionnement menu niv2 */
	margin: -10px 0 0 -30px;
	/*background: #f00;*/		/* uncomment this if you want to see the "safe" area. you can also use to adjust the safe area to your requirement */
}

/* - - - ADxMenu: DESIGN styles - - - */

.menu {		/* navigation background style */
	position:relative;
	z-index:2000;
	float:left;
	/* top:-2px; */
	/* width:700px; */
	color: #333;
	background:url(../images/nav-bg.gif) 0 0 repeat;
	/*background: #fff;*/	 /* uncomment this if you want to use a color instead of background image */
	border: 0px solid #ccc;
	background:transparent url(../templates/img/menu-bg.gif) repeat-x left top;  /*  PSR  fond niv1 menu*/
}

.menu ul {	/* drop down menu style */
	width: 150px;
	background: #fff;
	border:1px solid #ccc;
	padding-bottom : 5px;    /* PSR  : réglage temporaire bordure menu niv2. A ajuster avec hauteur onglet niv2 */
}

.menu li li:hover>div {	/* inset 2nd+ submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}

.menu ul a:hover { /* drop down hover style (IE6 included) */
	background: #eee;
	font-weight:normal;
}

.menu li:hover>a { 	/* first level hover button style (IE6 excluded) */
	color: #fff;   /* PSR couleur libelle niv 1 Roll-over */
	background:url(../templates/img/menu-separator_bgtrans.gif) no-repeat right top;   /* PSR : Fond onglet niv1 Roll-over  */
}

.hover2 li:hover>a {	/* drop down hover style (IE6 excluded) */
	color: #444;    /* #000; */
	background: #eee;
	border:0px solid red;

}

.menu a {	/* first level button style (IE6 included) */
	color: #fff;   /* couleur lien niv 1 */
	font-size : 13px;
	padding:4px 8px 3px 8px;
	display: block;
	text-decoration: none;
	font-weight:bold;
	background:url(../templates/img/menu-separator_bgtrans.gif) no-repeat right top;   /* PSR : Fond onglet niv1 Roll-off  */
	border:0px solid white;
}

.menu a:hover {		/* first level button hover style (IE6 included) */
  color: #fff;           /* PSR : IE6 couleur police niv1 rollover mais regler ie6.css pour eviter heritage couleeur en niv2 rollover IE6 */
	background: url(../images/nav2.gif) 100% 0 no-repeat;
	/*background: #eee;*/	 /* uncomment this if you want to use a color instead of background image */
	text-decoration: none;
	font-weight:bold;
}

.menu ul a {	/* remove inheritance from submenus (IE6 included)*/
	color: #444;         /* PSR : couleur police niv2 */
	background: #fff;
	font-weight:normal;
	font-size :11px;    /* PSR : taille police niv2 */
}

.active a {	/* first level menu active state style (IE6 included) */
  color: #444;          /* PSR : IE6 couleur police niv1 actif seulement */
	background: url(../images/nav2.gif) 100% 0 no-repeat;
	font-weight: bold;
	text-decoration: none;
}


/* Fix for IE5/Mac \*//*/
.menu a {
	float: left;
}
.menu {
	display: inline-block;
}
/* End Fix */


/* Ajout LR Presse */

#_top_nav ul.menu {
  margin : 0px 0 0 0px;
  padding : 0 0 0 0;
  height:25px;
}


#_nav ul.menu {
  margin : 0px 0 0 0px;
  padding : 0 0 0 220px;
  height:25px;
}

/* Ajout LR Presse */

#nav .nav-start {
	background:transparent url(../templates/img/menu-start.gif) no-repeat left top;
	width:7px;
	height:28px;
}

#nav li.menu-bl2red { 	z-index : 20; border:0px solid orange;margin:0 0 0 -7px; height:28px; background:transparent url(../templates/img/menu-bl2red.gif) no-repeat left top; width:34px; }
#nav li.menu-bl2green {   z-index : 20; border:0px solid orange;margin:0 0 0 -7px; height:28px; background:transparent url(../templates/img/menu-bl2green.gif) no-repeat left top; width:34px; }
#nav li.menu-bl2blue {   z-index : 20; border:0px solid orange;margin:0 0 0 -7px; height:28px; background:transparent url(../templates/img/menu-bl2blue.gif) no-repeat left top; width:34px; }

#nav li.menu-red2green  { margin:0 0 0 -7px; height:28px;background:transparent url(../templates/img/menu-red2green.gif) no-repeat left top; width:34px; }
#nav li.menu-green2blue { margin:0 0 0 -7px; height:28px;background:transparent url(../templates/img/menu-green2blue.gif) no-repeat left top; width:34px; }
#nav li.menu-blue2bl { margin:0 0 0 -7px; height:28px;background:transparent url(../templates/img/menu-blue2bl.gif) no-repeat left top; width:34px; }
#nav li.menu-blue2wh { margin:0 0 0 -7px; height:28px;background:transparent url(../templates/img/menu-blue2wh.gif) no-repeat left top; width:34px; }

#nav li.menu-red2wh { margin:0 0 0 -7px; height:28px;background:transparent url(../templates/img/menu-red2wh.gif) no-repeat left top; width:34px; }
#nav li.menu-green2wh { margin:0 0 0 -7px; height:28px;background:transparent url(../templates/img/menu-green2wh.gif) no-repeat left top; width:34px; }



#nav li.red-bg          { background:transparent url(../templates/img/menu-red-bg.gif) repeat-x left top; }
#nav li.green-bg          { background:transparent url(../templates/img/menu-green-bg.gif) repeat-x left top; }
#nav li.blue-bg          { background:transparent url(../templates/img/menu-blue-bg.gif) repeat-x left top; }

/* Suppression du séparateur sur les onglets spéciaux en Roll-over  */
.menu li.no_bg_roll:hover>a { 	/* first level hover button style (IE6 excluded) */
	/* background:transparent;  */  /* PSR : Fond onglet niv1 Roll-over : suppression barre de separation en rollover  */
}

.menu li.no_bg_roll a {
  background:transparent;  /* PSR : Fond onglet niv1 Roll-over : : suppression barre de separation en rolloff   */
}

.no_bg_roll li:hover>a {	/* drop down hover style (IE6 excluded) */
	color: #444;
	background: #eee;
	border:0px solid green;

}



/*]]>*/