
a.button:hover
{
	color:#ffffff;
	font-weight:bold;
}

.button:hover .button_left
{
	/*background-color:#ce4c0a;*/
	background:url(/_img/button_left.gif) no-repeat;
	height:29px;
	width:12px;
	float:left;
}

.button:hover .button_right
{

	/*background-color:#ce4c0a;*/
	background:url(/_img/button_right.gif) no-repeat;
	height:29px;
	width:12px;
	float:left;
}

.button:hover .button_center
{
	background:url(/_img/button_arring.gif) no-repeat ;
	background-position:top right;
	height:30px;
	padding-top:7px;
	width:auto;
	float:left;
}

a.button
{
	color:#ffffff;
	font-weight:bold;
}

.button .button_left
{

	height:29px;
	width:12px;
	float:left;
}

.button .button_right
{


	height:29px;
	width:12px;
	float:left;
}

.button .button_center
{
	height:30px;
	padding-top:7px;
	width:auto;
	float:left;
}







a.button_active:hover
{
	color:#ffffff;
	font-weight:bold;
}

.button_active:hover .button_left
{
	background:url(/_img/button_left.gif) no-repeat;
	height:29px;
	width:12px;
	float:left;
}

.button_active:hover .button_right
{
	background:url(/_img/button_right.gif) no-repeat;
	height:29px;
	width:12px;
	float:left;
}

.button_active:hover .button_center
{
	background:url(/_img/button_arring.gif) no-repeat ;
	background-position:top right;
	height:30px;
	padding-top:7px;
	width:auto;
	float:left;
}

a.button_active
{
	color:#ffffff;
	font-weight:bold;
}

.button_active .button_left
{
	background:url(/_img/button_left.gif) no-repeat;
	height:29px;
	width:12px;
	float:left;
}

.button_active .button_right
{

	background:url(/_img/button_right.gif) no-repeat;
	height:29px;
	width:12px;
	float:left;
}

.button_active .button_center
{
	background:url(/_img/button_arring.gif) no-repeat ;
	background-position:top right;
	height:30px;
	padding-top:7px;
	width:auto;
	float:left;
}
