/* ------ Navigation Button (DIVs) ------ */

#nav_divider
{
	width: 1px;
	height: 12px;
	margin-top: 3px;
	background: #FFFFFF;
	float: left;
}

#css_button a  
{
	color: #FFFFFF;
	font-size: 11px; 
	font-family: Verdana; 
	text-decoration: none;
	display: block;
	text-align: left;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	float: left;
}

#css_button_current_page a
{
	color: yellow;
	font-size: 11px; 
	font-family: Verdana; 
	text-decoration: none;
	display: block;
	text-align: left;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	float: left;
}

#css_button a:hover
{
	color: yellow;
}

#css_button a:active 
{
	color: #FFFFFF; 
}

#css_button_current_page a:hover 
{
	color: yellow; 
}

#css_button_current_page a:active 
{
	color: yellow;
}-- Navigation Button (DIVs) ------ */

#nav_divider
{
	width: 1px;
	height: 12px;
	margin-top: 3px;
	background: #FFFFFF;
	float: right;
}

#css_button a  
{
	color: #FFFFFF;
	font-size: 11px; 
	font-family: Verdana; 
	text-decoration: none;
	display: block;
	text-align: right;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	float: left;
}

#css_button_current_page a
{
	color: yellow;
	font-size: 11px; 
	font-family: Verdana; 
	text-decoration: none;
	display: block;
	text-align: right;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	float: left;
}

#css_button a:hover
{
	color: yellow;
}

#css_button a:active 
{
	color: #FFFFFF; 
}

#css_button_current_page a:hover 
{
	color: yellow; 
}

#css_button_current_page a:active 
{
	color: yellow;
}