
ul#nav { background:url(graphics/navigation.gif); position:relative; margin:0; width:778px; height:46px; }
ul#nav li { float:left; list-style-type:none; }
ul#nav li a { height:46px; display:block; position:absolute; top:0; outline:none; border:none; }

ul#nav span {
display:none;
}

li#btgrouphome a, li#bthome a, li#btnewcar a, li#btusedcar a, li#btmotability a, li#btservice a, li#btexpress a, li#btrental a, li#btcontact a {background:url(graphics/navigation.gif)}


li#btgrouphome a 									{ background-position:0 0; width:70px; left:0 }
li#btgrouphome a:hover, li#btgrouphome a.current	{ background-position:0 -46px }

li#bthome a 										{ background-position:-70px 0; width:57px; left:70px }
li#bthome a:hover, li#bthome a.current				{ background-position:-70px -46px }

li#btnewcar a 										{ background-position:-124px 0; width:111px; left:124px }
li#btnewcar a:hover, li#btnewcar a.current			{ background-position:-124px -46px }

li#btusedcar a 										{ background-position:-235px 0; width:113px; left:235px }
li#btusedcar a:hover, li#btusedcar a.current		{ background-position:-235px -46px }

li#btmotability a 									{ background-position:-348px 0; width:89px; left:348px }
li#btmotability a:hover, li#btmotability a.current	{ background-position:-348px -46px }

li#btservice a 										{ background-position:-437px 0; width:107px; left:437px }
li#btservice a:hover, li#btservice a.current		{ background-position:-437px -46px }

li#btexpress a 										{ background-position:-544px 0; width:90px; left:544px }
li#btexpress a:hover, li#btexpress a.current		{ background-position:-544px -46px }

li#btrental a 										{ background-position:-634px 0; width:62px; left:634px }
li#btrental a:hover, li#btrental a.current			{ background-position:-634px -46px }

li#btcontact a 										{ background-position:-696px 0; width:82px; left:696px }
li#btcontact a:hover, li#btcontact a.current		{ background-position:-696px -46px }


/* Drop Down */
#menu1 {
	position:absolute;
	left:120px;
	top:156px;
	width:130px;
	visibility:hidden;
	z-index:2000
	}

#menu1 ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	width:130px;
	}

#menu1 li {
	list-style-type: none;
	width:132px;
	}

#menu1 a {
	display: block;
	height:19px;
	padding-top:3px;
	width:130px;
	text-align:center;
	text-decoration: none;
	color:#fff;
	font-size:11px;
	font-weight: normal;
	background-color:#000;
	border-top:#ccc solid 1px;
	z-index:2000
	}

#menu1 a:hover {
	color:#c00;
	text-decoration:none;
	}
	
#menu2 {
	position:absolute;
	left:245px;
	top:153px;
	width:130px;
	visibility:hidden;
	z-index:2000
	}

#menu2 ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	width:130px;
	}

#menu2 li {
	list-style-type: none;
	width:132px;
	}

#menu2 a {
	display: block;
	height:19px;
	padding-top:3px;
	width:130px;
	text-align:center;
	text-decoration: none;
	color:#fff;
	font-size:11px;
	font-weight: normal;
	background-color:#000;
	border-top:#ccc solid 1px;
	z-index:2000
	}

#menu2 a:hover {
	color:#c00;
	text-decoration:none;
	}