/**
 * Style sheet menu
 */
.mod_navigation
{
	width:980px;
	height:240px;
	left:300px;
	top:20px;
	position:absolute;
	overflow:visible;
	margin:0px;
	padding:0px;
	z-index:100;
}

/* hack to correct IE5.5 faulty box model */
* html .mod_navigation
{
	width:980px;
	w\idth:950px;
}

/* remove all the bullets, borders and padding from the default list styling */
.mod_navigation ul
{
	width:960px;
	height:48px;
	margin:0px;
	padding:10px 0px 0px 0px;
	background-image:url("/tl_files/TEP/Design/images/barre_menu4.jpg");
	background-position:left top;
	background-repeat:no-repeat;
	list-style-type:none;
	text-indent:-20000px;
}

.mod_navigation ul ul
{
	width:110px;
	padding-top:12px;
	background-image:none;
	text-indent:0px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.mod_navigation li
{
	width:115px;
	position:relative;
	float:left;
	margin-right:-4px;
}

/* style the links for the top level */
.mod_navigation a
{
	width:118px;
	height:30px;
	display:block;
	padding-left:0px;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
	font-size:13px;
	color:#ffffff;
	line-height:19px;
}

.mod_navigation ul ul a
{
	text-align:left;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .mod_navigation a, * html .mod_navigation a:visited
{
	width:128px;
	w\idth:117px;
}

/* style the second level background */
.mod_navigation ul ul a.drop
{
}

/* style the second level hover */
.mod_navigation ul ul a.drop:hover
{
}

.mod_navigation ul ul :hover > a.drop
{
}

/* style the third level background */
.mod_navigation ul ul ul a
{
	background:#def0fa;
}

/* style the third level hover */
.mod_navigation ul ul ul a:hover
{
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.mod_navigation ul ul
{
	width:128px;
	height:0;
	left:0px;
	top:19px;
	position:absolute;
	visibility:hidden;
}

/* another hack for IE5.5 */
* html .mod_navigation ul ul
{
	top:23px;
	t\op:24px;
}

/* position the third level flyout menu */
.mod_navigation ul ul ul
{
	width:128px;
	left:148px;
	top:5px;
}

/* position the third level flyout menu for a left flyout */
.mod_navigation ul ul ul.left
{
	left:-128px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.mod_navigation table
{
	top:0;
	left:0;
	position:absolute;
	border-collapse:collapse;
}

/* style the second level links */
.mod_navigation ul ul a
{
	width:128px;
	height:auto;
	padding:5px 10px;
	border:0;
	font-weight:normal;
	font-size:11px;
	color:#0064a3;
	line-height:1em;
	background:#ffffff;
	line-height:14px;
}

.mod_navigation ul ul a.last
{
	width:128px;
	padding:5px 10px;
}

/* yet another hack for IE5.5 */
* html .mod_navigation ul ul a, * html .mod_navigation ul ul a:visited
{
	width:150px;
	w\idth:128px;
}

/* style the top level hover */
.mod_navigation a:hover
{
}

.mod_navigation a:hover
{
}

.mod_navigation ul ul a:hover, .mod_navigation ul ul a.last:hover, .mod_navigation ul ul ul a:hover, .mod_navigation ul ul ul a.last:hover
{
}

/* rubrique active */
.mod_navigation ul a.actif
{
}

/* top level selectionned */
.mod_navigation a.trail
{
}

.mod_navigation ul ul a.actif
{
}

.mod_navigation ul ul a.actif:hover
{
}

.mod_navigation :hover > a
{
}

.level_2 a
{
}

/* hover au survol */
.mod_navigation ul ul :hover > a
{
}

/* make the second level visible when hover on first level list OR link */
.mod_navigation ul li:hover ul, .mod_navigation ul a:hover ul
{
	visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
.mod_navigation ul :hover ul ul
{
	visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.mod_navigation ul :hover ul :hover ul
{
	visibility:visible;
}

.mod_navigation ul ul li
{
	width:148px;
	border:1px solid #b6def5;
}

.mod_navigation .level_2 .roll_proprete a:hover
{
	color:#1d8bc6;
}

.mod_navigation .level_2 .roll_hygiene a:hover
{
	color:#48a13c;
}

.mod_navigation .level_2 .roll_urbaine a:hover
{
	color:#f19009;
}

.mod_navigation .level_2 .roll_depoussierage a:hover
{
	color:#a91045;
}

.mod_navigation .level_2 .roll_multiservice a:hover
{
	color:#6b5c7b;
}

.mod_navigation .level_2 .roll_dechets a:hover
{
	color:#c9ce0a;
}

.mod_navigation .level_2 .roll_verts a:hover
{
	color:#00b298;
}
