﻿ul {
	list-style-type: none;
	font-family: Tahoma;
	font-size: 12px;
	text-align: center;
	height: 30px;
	margin: 0;
	padding: 0;
}

ul a {
	display: block;
	width: 115px;
	height: 35px;
	color: #666666;
	line-height: 30px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-image: url('images/private_limo_menu.jpg');
}

ul a:hover {
	background-position: 0px -35px;
	background-color: #000000;
}

ul li {
	display: inline;
	float: left;
}
