﻿#left_col ul
	{
	list-style-type: none;
	text-align: center;
	float: left;
	height: 26px;
	margin: 0px;
	padding: 0px;
	}

#left_col ul a
	{
	display: block;
	width: 126px;
	height: 26px;
	line-height: 26px;
	text-decoration: none;
	background-image: url('button-css.jpg');
	background-repeat: no-repeat;
	}
	
#left_col ul a:hover
	{
	color: #800000;
	background-position: 0px -26px;
	}

#left_col ul a:active
	{
	color: white;
	background-position: 0px -52px;
	}

#left_col ul li
	{
	display: inline;
	float: left;
	}
}

