/* ------ Navigation Button (DIVs) ------ */

#css_button a  
{
	width: 174px;
	height: 26px;
	color: #fff;  
	background-color: #878787;
	margin-right:1px;
	font-size: 9.5pt; 
	font-family: Arial; 
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: normal;
	padding-top: 27px;
	float: left; 
}

#css_button_current_page a
{
	width: 174px;
	height: 26px;
	color: #fff;  
	background-color: #666;
	margin-right:1px;	
	font-size: 9.5pt; 
	font-family: Arial; 
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: normal;
	padding-top: 27px;
	float: left; 
}

#css_button_last a  
{
	width: 175px;
	height: 26px;
	color: #fff;  
	background-color: #878787;
	font-size: 9.5pt; 
	font-family: Arial; 
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: normal;
	padding-top: 27px;
	float: left; 
}

#css_button_current_page_last a
{
	width: 175px;
	height: 26px;
	color: #fff;  
	background-color: #666;
	font-size: 9.5pt; 
	font-family: Arial; 
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: normal;
	padding-top: 27px;
	float: left; 
}


#css_button a:hover
{
	background-color: #666;
	color: #FFFFFF;
}

#css_button a:active 
{
	background-color: #666;
	color: #FFFFFF; 
}

#css_button_current_page a:hover 
{
	background-color: #666;
	color: #FFFFFF; 
}

#css_button_current_page a:active 
{
	background-color: #666;
	color: #FFFFFF;
}

#css_button_last a:hover
{
	background-color: #666;
	color: #FFFFFF;
}

#css_button_last a:active 
{
	background-color: #666;
	color: #FFFFFF; 
}

#css_button_current_page_last a:hover 
{
	background-color: #666;
	color: #FFFFFF; 
}

#css_button_current_page_last a:active 
{
	background-color: #666;
	color: #FFFFFF;
}

#css_button_netscape a  
{
	width: 175px;
	height: 26px;
	color: #fff;  
	background-color: #878787;
	font-size: 8.5pt; 
	font-family: Arial; 
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: normal;
	padding-top: 27px;
	float: left; 
}

#css_button_current_page_netscape a
{
	width: 175px;
	height: 26px;
	color: #fff;  
	background-color: #666;
	font-size: 8.5pt; 
	font-family: Arial; 
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: normal;
	padding-top: 27px;
	float: left; 
}