/* stylesheet for navigation content (left col)
======================================================*/

/* basic and generic styling */
td.fb-navcontent {
	display: block;
	width: 170px;
	border-right: 22px solid white;
	vertical-align: top;
	background-color: #F2F7F9;
}

td.fb-navcontent * {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

td.fb-navcontent ul {
	margin: 0;
	padding: 0;
}

li.fbnav-level1, li.fbnav-level2, li.fbnav-level3, li.fbnav-level4 {
	display: block;
	width: 170px;
	height: 27px;
	margin-bottom: 2px;
	color: black;
	list-style: none;
	line-height: 14px;
	margin-top: 0;
	padding-top: 4;
	padding-bottom: 4;
	list-style-image: none;
}

td.fbnav-level1, td.fbnav-level2, td.fbnav-level3, td.fbnav-level4 {
	display: block;
	width: 170px;
	height: 27px;
	margin-bottom: 2px;
	color: black;
	list-style: none;
	line-height: 27px;
	margin-top: 0;
	padding-top: 4;
	padding-bottom: 4;
	list-style-image: none;
}

td.fb-navcontent a {
	display: block;
	width: 170px;
	margin: 0; padding: 0; border: 0;
}

td.fb-navcontent a:link, td.fb-navcontent a:visited, td.fb-navcontent a:active {
	text-decoration: none;
	color: black;
}

td.fb-navcontent a:hover {
	text-decoration: underline;
	background-image: url(../img/arrow_mediumblue_closen.gif);
	background-repeat: no-repeat;
}

/* title of nav */
h1#fbnav-title {
	display: block;
	position: relative;
	width: 170px;
	height: 27px;
	background-color: #0F6190;
	font-size: 11px;
	color: white;
	line-height: 27px;
	margin-bottom: 2px; padding-bottom: 0;
	margin-top: 0; padding-top: 0;
}

h1#fbnav-title span {
	margin-left: 10px;
	color: white;
}

h1#fbnav-title a:hover {															/* a:hover arrow positionning */
	color: white;
	text-decoration: underline;
	
}

/* active (open) or unactive ? */

.fbnav-unactive {
	background-image: none;
}

.fbnav-active {														/* this one for other levels*/
}

.fbnav-active-l1  {
	background-image: none;
}



/* -----------------
LEVEL 1
----------------- */

.fbnav-level1 {																		/* background color */
	background-color: #83ACC7;
}

.fbnav-level1 div {																/* text of the link positioning */
	margin-left: 20px;
	text-align: left;
	vertical-align: middle;
}

.fbnav-level1 a:hover {																/* a:hover arrow positionning */
	text-decoration: underline;
	background-image: url(../img/arrow_darkblue_closen.gif);
	background-repeat: no-repeat;
	background-position: 7px 5px;
}

a.fbnav-active-l1 {	
	background-image: url(../img/arrow_darkblue_open.gif);
	background-repeat: no-repeat;
	background-position: 7px 8px;
}

a.fbnav-open-l1 {	
	background-image: url(../img/arrow_darkblue_closen.gif);
	background-repeat: no-repeat;
	background-position: 7px 5px;
}

/* -----------------
LEVEL 2
----------------- */

.fbnav-level2 {																		/* background color */
	background-color: #C1D5E3;
}

.fbnav-level2 div {																/* text of the link positioning */
	margin-left: 29px;
	text-align: left;
}

.fbnav-level2 a:hover {																/* a:hover arrow positionning */
	background-position: 20px 5px;
}

a.fbnav-active-l2 {																	/* a:link */
	background-image: url(../img/arrow_mediumblue_open.gif);
	background-repeat: no-repeat;
	background-position: 17px 8px;
}

a.fbnav-open-l2 {																	/* a:link */
	background-image: url(../img/arrow_darkblue_closen.gif);
	background-repeat: no-repeat;
	background-position: 17px 5px;
}

/* -----------------
LEVEL 3
----------------- */

.fbnav-level3 {																		/* background color */
	background-color: #E0EAF1;
}

.fbnav-level3 div {																/* text of the link positioning */
	margin-left: 38px;
}

.fbnav-level3 a:hover {																/* a:hover arrow positionning */
	background-position: 29px 5px;
}

a.fbnav-active-l3 {																	/* a:link */
	background-image: url(../img/arrow_mediumblue_open.gif);
	background-repeat: no-repeat;
	background-position: 27px 8px;
}

a.fbnav-open-l3 {																	/* a:link */
	background-image: url(../img/arrow_darkblue_closen.gif);
	background-repeat: no-repeat;
	background-position: 27px 5px;
}

/* -----------------
LEVEL 4
----------------- */

.fbnav-level4 {																		/* background color */
	background-color: #F2F7F9;
}

.fbnav-level4 div {																/* text of the link positioning */
	margin-left: 46px;
}

.fbnav-level4 a:hover {																/* a:hover arrow positionning */
	background-position: 37px 5px;
}

a.fbnav-active-l4 {																	/* a:link */
	background-image: url(../img/arrow_mediumblue_open.gif);
	background-repeat: no-repeat;
	background-position: 35px 8px;
}

a.fbnav-open-l4 {																	/* a:link */
	background-image: url(../img/arrow_darkblue_closen.gif);
	background-repeat: no-repeat;
	background-position: 35px 5px;
}

/* -----------------
LEVEL 5
----------------- */

.fbnav-level5 {																		/* background color */
	background-color: #FFFFFF;
}

li.fbnav-level5 {
	display: block;
	width: 170px;
	height: 18px;
	color: black;
	list-style: none;
	line-height: 18px;
	margin-top: 0;
	background-color: #FFFFFF;
	padding-top: 4;
	padding-bottom: 4;
	list-style-image: none;
}

.fbnav-level5 div {																/* text of the link positioning */
	margin-left: 54px;
}

.fbnav-level5 a:hover {																/* a:hover arrow positionning */
	background-position: 45px 5px;
}

.fbnav-level5 a:link span, .fbnav-level5 a:visited span, .fbnav-level5 a:active span {								/* a:hover arrow positionning */
	color: #0F6190;
}

.fbnav-level5 a:hover span {
	color: black;
}

a.fbnav-active-l5 {																	/* a:link */
	background-image: url(../img/arrow_mediumblue_open.gif);
	background-repeat: no-repeat;
	background-position: 43px 8px;
}

a.fbnav-open-l5 {																	/* a:link */
	background-image: url(../img/arrow_darkblue_closen.gif);
	background-repeat: no-repeat;
	background-position: 43px 5px;
}

