#about,#cars,#services,#repair,#contacts,#media{
 height:38px;
}

#about:hover,#cars:hover,#services:hover,#repair:hover,#contacts:hover,#media:hover{
 background-position:0 -38px;
}
#about{
 width:145px;
 background:url(../images/background/navigation/about.png) no-repeat;
}
#cars{
 width:176px;
 background:url(../images/background/navigation/cars.png) no-repeat;
}
#services{
 width:133px;
 background:url(../images/background/navigation/services.png) no-repeat;
}
#repair{
 width:250px;
 background:url(../images/background/navigation/repair.png) no-repeat;
}
#contacts{
 width:256px;
 background:url(../images/background/navigation/contacts.png) no-repeat;
}
#media{
 width:176px;
 background:url(../images/background/navigation/media2.png) no-repeat;
}

#navigation .block{
 display:block;
}



#head-bottom-overlay wwwli.last {
   display: block;
   width: 176px;
   height: 38px;
   float: left;
   padding: 0;
}

#head-bottom-overlay wwwli.last a {
   background: url("../images/background/navigation/media_up.png") no-repeat transparent;
   display: block;
   width: 176px;
   height: 38px;
   float: left;
   margin: 0;
   padding: 0;
}

#head-bottom-overlay wwwli.last a:hover {
   background: url("../images/background/navigation/media_over.png") no-repeat transparent;
}



/* ================================================================ 
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 .child { width:255px; border-left:#ebebeb solid 1px; border-right:#ebebeb solid 1px; border-top:#ebebeb solid 1px; text-indent:15px; }
.menu .last { border-bottom: #ee1b2f solid 5px;}
.menu ul li a, .menu ul li a:visited {display:block; height:23px; font-size:12px; text-decoration:none; line-height:23px;}
.menu ul {padding:0; margin:0;list-style-type: none;}
.menu ul li {float:left; position:relative; }
.menu ul li ul { display:none; }

/* specific to non IE browsers */
.menu ul li:hover a {color:#4d4d52; background:#fff;  }
.menu ul li:hover ul {display:block; position:absolute; width:256px; top:0; margin:0 0 0 -1px; margin:38px 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:#000 url(../images/background/navigation/sub-nav.gif) repeat-x; color:#fff; border-left:#000 solid 1px; border-right:#000 solid 1px; border-top:#000 solid 1px;}
