﻿/*
========== MAIN MENU ===========
== emulating the flash menu ====
====== from the fiat site ======
================================
*/

div#top_menu a
{
	top:33px;
	position:absolute;
	display:block;
	height:17px;
	}
	
a.showroom {width:67px; left:51px;}
a.showroom:hover {background:transparent url('../gfx/menu/showroom_hover.jpg') no-repeat 0 0;}

a.used_cars {width:68px; left:118px;}
a.used_cars:hover {background:transparent url('../gfx/menu/used_cars_hover.jpg') no-repeat 0 0;}

a.dealer_locator {width:91px; left:186px;}
a.dealer_locator:hover {background:transparent url('../gfx/menu/dealer_locator_hover.jpg') no-repeat 0 0;}

a.fleet {width:44px; left:277px;}
a.fleet:hover {background:transparent url('../gfx/menu/fleet_hover.jpg') no-repeat 0 0;}

a.finance_insurance {width:115px; left:321px;}
a.finance_insurance:hover {background:transparent url('../gfx/menu/finance_insurance_hover.jpg') no-repeat 0 0;}

a.home {width:62px; height:64px !important; left:460px; top:0 !important;}

a.ownership {width:65px; left:552px;}
a.ownership:hover {background:transparent url('../gfx/menu/ownership_hover.jpg') no-repeat 0 0;}

a.about_fiat {width:76px; left:617px;}
a.about_fiat:hover {background:transparent url('../gfx/menu/about_fiat_hover.jpg') no-repeat 0 0;}

a.accessories {width:79px; left:693px;}
a.accessories:hover {background:transparent url('../gfx/menu/accessories_hover.jpg') no-repeat 0 0;}

a.forum {width:50px; left:772px;}
a.forum:hover {background:transparent url('../gfx/menu/forum_hover.jpg') no-repeat 0 0;}

a.mobility {width:62px; left:822px;}
a.mobility:hover {background:transparent url('../gfx/menu/mobility_hover.jpg') no-repeat 0 0;}

a.contact {width:53px; left:884px;}
a.contact:hover {background:transparent url('../gfx/menu/contact_hover.jpg') no-repeat 0 0;}

div#sub_menu a
{
	margin-top:16px;
	float:left;
	display:block;
	height:15px;
	}
	
a.book_test_drive {width:118px;}
a.book_test_drive:hover {background:transparent url('../gfx/menu/book_test_drive_hover.jpg') no-repeat 0 0;}

a.request_brochure {width:118px; margin-left:12px;}
a.request_brochure:hover {background:transparent url('../gfx/menu/request_brochure_hover.jpg') no-repeat 0 0;}

a.configure_fiat {width:103px; margin-left:19px;}
a.configure_fiat:hover {background:transparent url('../gfx/menu/configure_fiat_hover.jpg') no-repeat 0 0;}
