﻿ul {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 130px;
	display: block;
}
li {
	text-decoration: none;
	color: #0000CC;
	text-align: center;
	list-style-type: none;
}
li a {
	font: 700 1em Arial, Helvetica, sans-serif;
	background-image: url('images/buttons/button_up.gif');
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	display: block;
	width: auto;
	height: 28px;
	padding: .1em;
	text-decoration: none;
	text-align: center;
	font-variant: small-caps;
}

li a:hover {
	background-image: url('images/buttons/button_down.gif');
	background-repeat: no-repeat;
	color: #ffffff;
}
