/* ------------------------------------------------------ nav ---------- */
#menu {
	width: 270px;
	float: left;
	margin: 0px;
	padding: 0px;
	margin-left: 30px;
}

#menuLeft, #menuRight {
	padding-top: 0px;
	float: left;
	width: 100px;
}

#menuLeft ul, #menuRight ul {
	width: 100px;
	text-align: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#menuLeft ul li, #menuRight ul li {
	display: block;
	width: 75px;
	padding-left: 35px;
	height: 25px;
	margin: 0;
	padding: 0;
}

#menu ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	text-decoration: none;
}

#menu ul li {
	text-align: left;
	text-decoration: none;
	padding-left: 35px;
	margin-bottom: 5px;
	background-repeat: no-repeat;
	background-position: left center;
}

li.home {
	background-image: url(images/Home.gif);
	background-repeat: no-repeat;
}
li.taxi {
	background-image: url(images/services.gif);
	background-repeat: no-repeat;
}
li.airports {
	background-image: url(images/airport-taxi.gif);
	background-repeat: no-repeat;
}

li.prices {
	background-image: url(images/journey-fares.gif);
	background-repeat: no-repeat;
}
li.about {
	background-image: url(images/about.gif);
	background-repeat: no-repeat;
}
li.contact{
	background-image: url(images/contact.gif);
	background-repeat: no-repeat;
}

#menuLeft ul li a, #menuRight ul li a {
	text-decoration: none;
}

#menuLeft ul li a:hover, #menuRight ul li a:hover {
	text-decoration: underline;
}

#menuLeft ul li a:visited, #menuLeft ul li a, #menuRight ul li a:visited, #menuRight ul li a {
	color: #5071d0;
	font-weight: normal;
}
