/* ------ Navigation Button (DIVs) ------ */

#css_button a  
{
/*	width: 155px;*/
	height: 17px;
	color: #ffffff;  
/*	background-color: #221E72;
	border-left: 1px solid #34317E;
	border-top: 1px solid #34317E;
	border-bottom: 1px solid #FFFFFF;	*/
	font-size: 7.5pt;
	font-family: Verdana; 
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: normal;
	padding-left: 19px;
	padding-right: 19px;
	padding-top: 4px;
	float: left;
}

#css_button_current_page a
{
/*	width: 155px;*/
	height: 17px;
	color: #FE7936;  
/*	background-color: #221E72;
	border-left: 1px solid #34317E;
	border-top: 1px solid #34317E;
	border-bottom: 1px solid #FFFFFF;	*/
	font-size: 7.5pt;
	font-family: Verdana; 
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: normal;
	padding-left: 19px;
	padding-right: 19px;
	padding-top: 4px;
	float: left;
}


#css_button_netscape a  
{
/*	width: 155px;*/
	height: 17px;
	color: #ffffff;  
/*	background-color: #221E72;
	border-left: 1px solid #34317E;
	border-top: 1px solid #34317E;
	border-bottom: 1px solid #FFFFFF;	*/
	font-size: 7.5pt;
	font-family: Verdana; 
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: normal;
	padding-left: 19px;
	padding-right: 19px;
	padding-top: 4px;
	float: left;
}

#css_button_current_page_netscape a
{
/*	width: 155px;*/
	height: 17px;
	color: #FE7936;  
/*	background-color: #221E72;
	border-left: 1px solid #34317E;
	border-top: 1px solid #34317E;
	border-bottom: 1px solid #FFFFFF;	*/
	font-size: 7.5pt;
	font-family: Verdana; 
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: normal;
	padding-left: 19px;
	padding-right: 19px;
	padding-top: 4px;
	float: left;
}

#css_button a:hover
{
	background-color: #000000;
	color: #FE7936;
}

#css_button a:active 
{
/*	background-color: #221E72;*/
	color: #FE7936; 
}

#css_button_current_page a:hover 
{
	background-color: #000000;
	color: #FE7936; 
}

#css_button_current_page a:active 
{
/*	background-color: #221E72;*/
	color: #FE7936;
}


