.navigation_bar{
	display: block;
	font-size: 12px;
	text-align: center;
	clear: both;
	height:60px;
	width:695px;
	/*background:url('../images/bg_page_nav.png') repeat-x;*/
	background-size: 100% 100%;
    font-family: arial;
}

.navigation_bar .navigation_inner{
	display: block;
	margin-top:15px;
	float: left;
	margin-left:350px;
}
.navigation_bar span{
	display: block;
	width:20px;
	height:20px;
	text-align: center;
	/*background:#2261a9;*/
	background:#3e9200;
	border-radius: 25px;
	color:white;
	border-radius: 20px;
	line-height: 20px;
	float:left;
	/*border:3px solid #2261a9;*/
	/*border:3px solid orange;*/
    border:3px solid #3e9200;
	margin-right:3px;
}

.navigation_bar a{
	display: block;
	width:20px;
	height:20px;
	text-align: center;
	/*background:#2261a9;*/
	background:#3e9200;
	border-radius: 25px;
	color:white;
	border-radius: 20px;
	line-height: 20px;
	float:left;
	/*border:3px solid #2261a9;*/
	/*border:3px solid orange;*/
    border:3px solid #3e9200;
	text-decoration: none;
    margin-right:3px;
}
.navigation_bar a:hover{
	background:white;
	/*color:#2261a9;*/
    color:#3e9200;

}

#clicked_nav{
	background:white;
	font-weight: bold;
	/*color:#2261a9;*/
	/*color:gray;*/
    color:#3e9200;
}