/* ------ Navigation Button (DIVs) ------ */

#css_button a  
{
	width: 101px;
	height: 23px;
	color: #E4FAF1;  
	background-color: #8BA68F;
	font-size: 12.5px; 
	font-family: Verdana; 
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: bold;
	float: left;
	padding-top: 7px;
}

#css_button_current_page a
{
	width: 105px;
	height: 23px;
	color: #21533E;
	background-color: #EAF7E1;
	font-size: 12.5px; 
	font-family: Verdana; 
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: bold;
	float: left;
	padding-top: 7px;
}

#css_button a:hover
{
	background-color: #EAF7E1;
	color: #21533E;
}

#css_button a:active 
{
	background-color: #8BA68F;
	color: #E4FAF1;
}

#css_button_current_page a:hover 
{
	background-color: #EAF7E1;
	color: #21533E;
}

#css_button_current_page a:active 
{
	background-color: #EAF7E1;
	color: #21533E;
}
