/* CSS Document */



#metanav{
	float:right;
	margin:10px 0 0 0;
	padding:0;
	list-style: none outside none;
	text-align:center;
}
#metanav li{
	margin:0 8px 0 0;
	padding:0;
	display: inline-block;
	list-style: none outside none;
	/*border-right: 1px solid #5d6166;*/
	height:13px;
}
#metanav a{
	color:#5d6166;
	font-size: 12px;
	line-height:12px;
	text-decoration: none;
	display:block;
	position:relative;
	padding:0 8px 0 0;
}

#metanav a:hover{	color:#21377C;}
#metanav a.active, #metanav a:active{	color:#0F1E32;}

#metanav li:last-child,
#metanav li:last-child a{
    border-right: 0px none;
	padding:0;
	margin:0;
}


#metanav_bottom{
	margin:0 auto 0 auto;
	padding:0;
	text-align: center;
	list-style: none outside none;
}
#metanav_bottom li{
	margin:0;
	padding:0;
	display: inline-block;
	list-style: none outside none;
	/*border-right: 1px solid #6D767C;*/
}
#metanav_bottom a{
	color:#6D767C;
	display:block;
	padding:0px 6px;
}
#metanav_bottom a:hover{color:#0F1E32;}
#metanav_bottom a.active{	color:#21377C;}

#metanav_bottom li:last-child{
    border-right: 0px none;
}
#metanav_bottom li:last-child a{
	padding-right:0px;
}




#languages{
	display:block;
	float:right;
	overflow:hidden;
}
#languages a{
	background-color: #d9dbdc;
	color: #7a868c;
	display: block;
	font-size: 0.75em;
	line-height: 38px;
	text-align: center;
	text-transform: uppercase;
	width: 38px;
}
#languages a:hover{
	background-color: #7a868c;
	color: #000f23;
}

#searchbox{
	margin-left:10px;
}
