#limo_hire {
	width: 100%;
	margin: 0;
	padding: 0 0 0 0;
	background-color: transparent;	
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
	z-index: 99;
	}

	#limo_hire:after {
	content:"";
	display:block;
	clear:both; 	}
	* html #limo_hire { height:1px;	}	
	
	
	
/*--------------------------------

 	LEVEL 1 - normal state

----------------------------------*/

#limo_hire ul {	margin: 0 1px 0 0; padding: 0;	}

#limo_hire li { 
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
	}

#limo_hire li a:link, 
#limo_hire li a:visited,
#limo_hire li a:hover, 
#limo_hire li a:active {
	display: inline-block;
	display: -moz-inline-box; /* similar to display: inline-block in Mozilla */
	*display: inline-block;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	height: 20px;
	margin: 3px 1px 1px 1px;
	padding: 6px 20px 0 20px; 
	color: #ccc;
	text-shadow: 0 0 0 #000;
	background-image: url(../newcastle/limousine.jpg);
	background-repeat: repeat-x;
}

ul li a.nav:hover, ul li a.nav:active {
	color: #757575;
}

ul li a.hasSub {
/*	background-image: url(../website_designer/nav.gif);
	background-position: 0 12px;
	background-repeat: no-repeat;	
*/	
}

/*--------------------------------

 	LEVEL 1 - selected state

----------------------------------*/

#limo_hire li a.navSEL:link, 
#limo_hire li a.navSEL:visited,
#limo_hire li a.navSEL:hover, 
#limo_hire li a.navSEL:active 
 {
	display: inline-block;
	display: -moz-inline-box; /* similar to display: inline-block in Mozilla */
	*display: inline-block;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	height: 26px;
	margin: 0 1px 0 1px;
	padding: 4px 20px 0 20px; 
	color: #ddd;
	text-shadow: 0 0 0 #000;
	background-color:#272727;
	background-image: none;
	
}


