
#navigation_faner {
	width: 580px;
	position: relative;
	top: 50px;
	left: 125px;
}
#navigation_faner ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navigation_faner li {
	display: inline;
}
#navigation_faner a:link, #navigation_faner a:visited {
	font-family: arial, tahoma;
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	float: left;
	width: 114px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-right: 2px;
	text-align: center;
	font-weight: bold;
	background: url(../../../images/fane.png) no-repeat;
}

#navigation_faner a:hover {
	background: url(../../../images/fane_on.png) no-repeat;
}










#navigation_underlinker_bg {
	width: 174px;
	background-color: #138299;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #0b697d;
	border-left-color: #0b697d;
	position: relative;
	left: 28px;
}


#navigation_underlinker ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navigation_underlinker li {
	margin:	0px;
}

#navigation_underlinker a, #navigation_underlinker a:visited {
	display: block;
	font-family: arial, tahoma;
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-bottom: 2px;
	background: url(../../../images/underlinker_background.jpg) repeat-y;
}

#navigation_underlinker a:hover {
	background: url(../../../images/underlinker_background_on.jpg) repeat-y;
}



















