/* ------ Navigation Button (DIVs) ------ */

#css_button a  
{
	width: 166px;
	height: 17px;
	color: #B41E17;  
	font-size: 12px; 
	font-family: Arial, Verdana; 
	text-decoration: none;
	display: block;
	text-align: left;
	font-weight: bold;
	padding-left: 28px;
	padding-top: 9px;
	padding-bottom: 9px;
	float: left;
}

#css_button_current_page a
{
	width: 166px;
	height: 17px;
	color: #FFFFFF;  
	font-size: 12px; 
	font-family: Arial, Verdana; 
	text-decoration: none;
	display: block;
	text-align: left;
	font-weight: bold;
	padding-left: 28px;
	padding-top: 9px;
	padding-bottom: 9px;
	float: left;
}

#css_button a:hover
{
	color: #FFFFFF;
}

#css_button a:active 
{
	color: #B41E17; 
}

#css_button_current_page a:hover 
{
	color: #FFFFFF; 
}

#css_button_current_page a:active 
{
	color: #FFFFFF;
}



/* ------ Navigation Button (DIVs) set 2 ------ */

#css_button2 a  
{
	width: 150px;
	height: 17px;
	color: #B41E17;  
	font-size: 12px; 
	font-family: Arial, Verdana; 
	text-decoration: none;
	display: block;
	text-align: left;
	font-weight: bold;
	padding-left: 44px;
	padding-top: 9px;
	padding-bottom: 9px;
	float: left;
	background-image: url("../images/nav_arrow.gif");
	background-position: 20px 9px;
	background-repeat: no-repeat;
}

#css_button_current_page2 a
{
	width: 150px;
	height: 17px;
	color: #FFFFFF;  
	font-size: 12px; 
	font-family: Arial, Verdana; 
	text-decoration: none;
	display: block;
	text-align: left;
	font-weight: bold;
	padding-left: 44px;
	padding-top: 9px;
	padding-bottom: 9px;
	float: left;
	background-image: url("../images/nav_arrow.gif");
	background-position: 20px 9px;
	background-repeat: no-repeat;
}

#css_button2 a:hover
{
	color: #FFFFFF;
}

#css_button2 a:active 
{
	color: #B41E17; 
}

#css_button_current_page2 a:hover 
{
	color: #FFFFFF; 
}

#css_button_current_page2 a:active 
{
	color: #FFFFFF;
}