#about,#cars,#services,#repair,#contacts{
 height:21px;
 border-top:#fff solid 1px;
 border-left:#fff solid 1px;
 border-right:#fff solid 1px;	
 margin:20px 0 0 0;
}
#about:hover,#cars:hover,#services:hover,#repair:hover,#contacts:hover{
 background-position:0 -22px;
 border-top:#cad4dc solid 1px;
 border-left:#cad4dc solid 1px;
 border-right:#cad4dc solid 1px;
}
#about{
 width:79px;
 background:url(../images/background/navigation/about.gif) no-repeat;
 margin-right:11px;
}
#cars{
 width:101px;
 background:url(../images/background/navigation/cars.gif) no-repeat;
 margin-right:14px;
}
#services{
 width:64px;
 background:url(../images/background/navigation/services.gif) no-repeat;
 margin-right:11px;
}
#repair{
 width:175px;
 background:url(../images/background/navigation/repair.gif) no-repeat;
 margin-right:11px;
}
#contacts{
 width:186px;
 background:url(../images/background/navigation/contacts.gif) no-repeat;
}

#navigation .block{
 display:block;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout_horizontal.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */

.menu {}
.menu .last { border-bottom: #cad4dc solid 1px;}
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none;  width:186px; line-height:22px; height:22px; font-size:10px;  }
.menu ul {padding:0; margin:0;list-style-type: none;}
.menu ul li {float:left; position:relative; }
.menu ul li ul { display:none; border-bottom: #cad4dc solid 1px;}

/* specific to non IE browsers */
.menu ul li:hover a {color:#4d4d52; background:#fff;  border-top:#cad4dc solid 1px; border-left:#cad4dc solid 1px;border-right:#cad4dc solid 1px; border-bottom:#cad4dc solid 1px; text-indent:10px;}
.menu ul li:hover ul {display:block; position:absolute; width:186px; top:0; margin:42px 0 0 0;}
.menu ul li:hover ul li { display:block; height:22px;}
.menu ul li:hover ul li a {display:block;}
.menu ul li:hover ul li a:hover {background:#eff5f7; color:#00529c;}

