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

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

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


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

#header A:link, #header A:visited, #header A:active, #header A:hover {
	color: #FFF;
	text-decoration: none;
	border-bottom: none;
	border-style: hidden;
	background-color: #fff;
}

#languageSelect A.currentLang:link, #languageSelect A.currentLang:visited, #languageSelect A.currentLang:active, #languageSelect A.currentLang:hover {
	color: Black;
	text-decoration: none;
	border-bottom: none;
	border-style: hidden;
	background-color: #fff;
	border-bottom-width: 0px;
}

#languageSelect A.langLink:link, #languageSelect A.langLink:visited, #languageSelect A.langLink:active, #languageSelect A.langLink:hover {
	color: #414E1A;
	text-decoration: none;
	border-bottom: none;
	border-style: hidden;
	background-color: #fff;
	border-bottom: 1px solid #557630;
}


#legal * A:link, #legal * A:visited, #legal * A:active, #legal * A:hover {
	color: #C7C2BA;
	background-color: #fff;
	border-bottom-style: dotted;
	border-bottom-color: #C7C2BA;
}


/*	-	-	-	-	-	-	-	-	-	-	*/
/* 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: #5C7F92;
	font-weight: bold;
	color: #FFF;
}


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

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

.navLink{
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	width: 184px;
	display: block;
}

.L1{}

.L2 A.navLink{
	padding-left: 32px;
	width: 160px;
}

A.currentItem{
	font-weight: bold;
	color: #5C7F92;
	background-color: #e5e2dc;
}

A.currentItem:hover {
	font-weight: bold;
	color: #5C7F92;
	background-color: #e5e2dc;
}


A.sectionItem, A.sectionItem:hover {
	color: #414E1A;
	background-color: #FFF;
}

A.inActiveItem, A.inActiveItem:hover {
	color: #414E1A;
	background-color: #FFF;	
}


.L2 A.currentItem{
	font-weight: bold;
	color: #5C7F92;
	background-color: #f2f0ed;
}
.L2 A.currentItem:hover{
	font-weight: bold;
	color: #5C7F92;
	background-color: #f2f0ed;
}

.navBlockOpen{}
