/* P654
100% 	#165788 
67%		#638EAF 
33%		#B2C8D8 
0%		#FFFFFF 
*/

/*	-	-	-	-	-	-	-	-	-	-	*/
/* GENERAL LINKS							*/

* A:link, * A:visited, * A:active, * A:hover {
	color: #165788;
	text-decoration: none;
	border-bottom: 1px solid #165788;
}

* A:hover {
	background-color: #B2C8D8;
}

* A.cleanLink{	
	text-decoration: none;
	border: none;
	border-bottom: none;
	background-color: inherit;
}


/*	-	-	-	-	-	-	-	-	-	-	*/
/*	DIV SPECIFIC LINKS						*/


#legal * A:link, #legal * A:visited, #legal * A:active, #legal * A:hover {
	color: #638EAF;
	border-bottom: 1px solid #638EAF;
}

#languageSelect * A:link, #languageSelect * A:visited, #languageSelect * A:active, #languageSelect * A:hover {
	color: #B2C8D8;
	border-bottom: 1px solid #B2C8D8;
}
#languageSelect * #currentLang{
	font-weight: bold;
	color: #FFF;
}


/*	-	-	-	-	-	-	-	-	-	-	*/
/* NAV 										*/


#nav{
	font-size: 14px;
}

#nav A:link, #nav A:visited, #nav A:active, #nav A:hover {
	/*color: #000;*/
	text-decoration: none;
	border-bottom: none;
}

#nav A.activeItem:hover {
	background-color: #165788;
	font-weight: bold;
	color: #FFF;
}


.navList{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.navItem{
	border-top: 1px solid #BBB;
}

.navLink{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	width: 165px;
	display: block;
}

.L1{}

.L2 A.navLink{
	padding-left: 20px;
	width: 150px;
}

A.currentItem{
	font-weight: bold;
	color: #000;
	background-color: #FFF;
}

A.currentItem:hover {
	font-weight: bold;
	color: #000;
	background-color: #FFF;
}


A.sectionItem, A.sectionItem:hover {
	color: #12466D;
	background-color: #F8F8F8;
	font-weight: bold;
}

A.inActiveItem, A.inActiveItem:hover {
	color: #B2C8D8;
	background-color: #EEE;	
}


.L2 A.currentItem{
	font-weight: bold;
	color: #000;
	background-color: #FFF;
}
.L2 A.currentItem:hover{
	font-weight: bold;
	color: #000;
	background-color: #FFF;
}

.navBlockOpen{
	color: #12466D;
	font-style: italic;
	letter-spacing: 1px;
}