/*NAVIGATION*/
.language_button {
	width:66px;
	height:16px;
	float:left;
	display:inline;
	margin-right:10px;
	padding-top:3px;
	padding-left:18px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	text-decoration:none;
	line-height:12px;
	color:#545454;
	background-image:url(lang_inactive.gif);
	background-position: top left; 
	background-repeat:no-repeat;
}
.language_button:hover, .language_active {
	color:#5c7cb7;
	background-image:url(lang_active.gif);
	background-position: top left; 
	background-repeat:no-repeat;
}

.nav_item {
	width:175px;
	border-color:#5c7bb7;
	border-top-style:solid;
	border-top-width:1px;
	padding-top: 5px;
	padding-bottom:1px;
}

.navigation1 {
	display:block;
	padding-left:17px;
	height:18px;
	width:157px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:13px;
	line-height:13px;
	text-decoration:none;
	color:#545454;
}
.navigation1:hover, .navigation1_active {
	background-image:url(menu1active.gif);
	background-position: 0px 2px; 
	background-repeat:no-repeat;
	color:#5c7cb7;
}
.navigation2 {
	display:block;
	padding-left:17px;
	height:14px;
	width:157px;
	margin-top:2px;
	margin-bottom:4px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	line-height:13px;
	text-decoration:none;
	color:#545454;
}
.navigation2:hover {
	color:#5c7cb7;
}
.navigation2_active {
	background-image:url(menu2active.gif);
	background-position: 3px 4px; 
	background-repeat:no-repeat;
	color:#5c7cb7;
}
.navigation3 {
	display:block;
	font-family:Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size:11px;
	font-weight:100;
	line-height:10px;
	color:#000000;
	text-decoration:none;
	width:123px;
	padding-left:14px;
	margin-top:1px;
	margin-bottom:5px;
}
.navigation3:hover, .navigation3_active {
	text-decoration:underline;
}