/**
 * Style sheet menu
 */
.mod_navigation
{
	width:650px;
	left:210px;
	position:absolute;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	text-decoration:none;
	font-variant:small-caps;
	overflow:visible;
	!top:171px!important;
	top:172px;
	text-decoration:none;
}

#header
{
	position:relative;
	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:580px;
	height:21px;
	margin:0px;
	padding:0px;
	background-color:#0170b2;
	font-size:8pt;
	line-height:2pt;
	list-style-type:none;
	text-decoration:none;
}

.mod_navigation ul ul
{
	width:175px;
	margin:0px;
	padding:0px;
	background-color:#c7dceb;
	color:#0170b2;
	background:#C7DCEB;
	z-index:100;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.mod_navigation li
{
	position:relative;
	float:left;
	text-decoration:none;
}

.mod_navigation li.contact
{
	width:auto;
	position:relative;
	float:right;
	margin-right:-4px;
}

/* style the links for the top level */
.mod_navigation a
{
	height:13px;
	display:block;
	margin-top:1px;
	padding-top:0px;
	padding-right:10px;
	padding-left:10px;
	text-align:center;
	vertical-align:middle;
	background-color:#0170b2;
	text-decoration:none;
	font-size:13px;
	color:#ffffff;
	line-height:12px;
}

/* style the links for the top level */
.mod_navigation p
{
	height:19px;
	display:block;
	padding-top:0px;
	padding-right:10px;
	padding-left:10px;
	text-align:center;
	vertical-align:middle;
	background-color:#0170b2;
	text-decoration:none;
	font-size:13px;
	color:#ffffff;
	line-height:15px;
}

.mod_navigation ul.level_1 a
{
	display:block;
	padding-top:2px;
	padding-bottom:4px;
	border-right:1px solid #ffffff;
	text-decoration:none;
}

.mod_navigation ul.level_1 p
{
	height:19px;
	display:block;
	margin-top:1px;
	border-right:1px solid #ffffff;
}

.mod_navigation ul.level_2 a, .mod_navigation ul.level_3 a
{
	display:block;
	line-height:15px;
	margin-top:0;
	!margin-top:0!important;
	!height:inherit!important;
}

.mod_navigation a.contact
{
	width:60px;
	padding-left:50px;
	background-position:left top;
	background-repeat:no-repeat;
}

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

/* style the second level background */
.mod_navigation ul ul a.drop
{
	background-color:#ffffff;
}

/* style the second level hover */
.mod_navigation ul ul a.drop:hover
{
	background-color:#ffffff;
	color:#0170b2;
}

.mod_navigation ul ul :hover > a.drop
{
	background-color:#ffffff;
	color:#0170b2;
}

/* style the third level background */
.mod_navigation ul ul ul a
{
	text-align:left;
	background-color:#c7dceb;
	border-right:1px solid #c0d0db;
	border-bottom:1px solid #c0d0db;
	border-left:1px solid #c0d0db;
	color:#0170b2;
}

/* style the third level hover */
.mod_navigation ul ul ul a:hover
{
	background-color:#ffffff;
	color:#0170b2;
}

/* style the third level hover */
.mod_navigation ul ul a:hover
{
	background-color:#ffffff;
	color:#0170b2;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.mod_navigation ul ul
{
	width:175px;
	left:0;
	top:24;
	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:175px;
	left:195px;
	top:-1px;
}

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

/* 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:175px;
	height:auto;
	padding:5px 10px;
	text-align:left;
	background-color:#c7dceb;
	border-right:1px solid #c0d0db;
	border-bottom:1px solid #c0d0db;
	border-left:1px solid #c0d0db;
	font-size:7.5pt;
	color:#0170b2;
	font-variant: normal;
}

/* style the second level links */
.mod_navigation ul ul p
{
	width:175px;
	height:auto;
	padding:5px 10px;
	text-align:left;
	background-color:#c7dceb;
	border-right:1px solid #c0d0db;
	border-bottom:1px solid #c0d0db;
	border-left:1px solid #c0d0db;
	font-size:7.5pt;
	color:#0170b2;
	font-variant: normal;
}

.mod_navigation ul ul a.last
{
	width:175px;
	padding:5px 10px;
	background-color:#c7dceb;
	color:#0170b2;
}

/* yet another hack for IE5.5 */
* html .mod_navigation ul ul a, * html .mod_navigation ul ul a:visited
{
	width:150px;
	background-color:#c7dceb;
	color:#0170b2;
}

/* style the top level hover */
.mod_navigation a:hover
{
	background-color:#ffffff;
	color:#0170b2;
}

.mod_navigation a.contact:hover
{
	background-position:left top;
	background-repeat:no-repeat;
}

.mod_navigation a:hover
{
	background-color:#ffffff;
	background-position:center top;
	background-repeat:repeat-x;
}

.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, .mod_navigation ul ul a.first:hover
{
	background-color:#ffffff;
	font-weight:bold;
	color:#0170b2;
	line-height:15px;
	font-variant: normal;
}

.mod_navigation ul ul a.actif
{
	background-color:#c7dceb;
	background-position:center top;
	background-repeat:repeat-x;
	color:#0170b2;
}

.mod_navigation ul a.actif
{
	background-color:#ffffff;
	color:#0170b2;
}

.mod_navigation a.trail
{
	background-color:#ffffff;
	color:#0170b2;
}

.mod_navigation ul.level_2 a.trail
{
	background-color:#c7dceb;
	color:#0170b2;
}

.mod_navigation ul.level_2 a.trail:hover
{
	background-color:#ffffff;
	color:#0170b2;
}

.mod_navigation ul ul a.actif:hover
{
	background-color:#ffffff;
	font-weight:bold;
}

.mod_navigation :hover > a
{
	background-color:#ffffff;
	background-position:center top;
	background-repeat:repeat-x;
	color:#0170b2;
}

/* 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;
}
