/*
Theme Name: DROP-DOWN MENU
Theme URI: http://www.autoservicefinder.de
Description: Genau die Werkstatt, die Sie brauchen.
Version: 1.0
Author: UP Advertising GmbH
Author URI: http://www.upadvertising.com
*/


/* GLOBAL
-------------------------------------------------------------------------*/
.barrow {
	margin: 20px 0 0 0 ;
	background-color: transparent;
	z-index: 99;
	padding: 0;
}
.drop, .drop ul {
	padding: 0;
	margin: 0 0px;
	z-index: 195;
}
.drop {
	margin: 17px 0 0 0;
	z-index: 195;
	display: block;
	height: 35px;
	background-image: url(images/bg_menu.gif);
	background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
.drop {margin: 19px 0 0 0; height: 33px;}
}
/* Firefox und Safari*/

/* 1. EBENE
-----------------------------------------------------------*/
.drop li {
	float: left;
	position: relative;
	list-style-type: none;
	font-weight: bold;
	line-height: 23px;
	z-index: 99;
	color: #fff;
}
.drop li a {
	margin-left: 0px;
	padding-left: 0px;
     padding-top: 5px;
	display: block;
	color: #fff;
	background-color: none;
	text-decoration: none;

}
.page2 a, .page2g a  {
     margin-left: 2px !important;
     width: 130px;
     height: 30px;
     padding-left: 65px !important;

}
.page3 a, .page3g a  {
     width: 153px;
     height: 30px;
     padding-left: 43px !important;
}
.page8 a, .page8g a  {
     width: 150px;
     height: 30px;
     padding-left: 46px !important;
}
.page12 a, .page12g a {
     width: 172px;
     height: 30px;
     padding-left: 24px !important;
}
.page14 a, .page14g a {
     width: 156px;
     height: 30px;
     padding-left: 40px !important;
}
.drop li a:hover {
     text-decoration: none;
     background: #006ab3;
     color: white;

}


/* 2. EBENE
-----------------------------------------------------------*/
.drop li ul {
	width: 196px !important;
	line-height: 23px;
	font-weight: normal;
	text-decoration: none;
	visibility: hidden;
	position: absolute;
	z-index: 200;
}
.drop li ul li {
	background: url(images/bg_submenu.gif) no-repeat center top;
	height: 30px;
	text-decoration: none;
}
.drop li ul li a {
	background: url(images/bg_submenu.gif) no-repeat center top;
	height: 30px;
	display: block;
	color: #fff !important;
	line-height: 23px;
	font-weight: normal;
	text-decoration: none;
	padding-left: 10px !important;
	width: 186px !important;
}
.drop li ul li a:hover {
	background: url(images/bg_submenu_over.gif) no-repeat center top;
	color: #fff !important;
	font-weight: normal;
	width: 196x !important;
	text-decoration: underline;
}
* html .drop li ul li a {
	height: 25px;
}
.drop li:hover ul {
	visibility: visible;
	width: 199px;
}

/*######################*/
.drop li.page3g ul {
	visibility: visible;
	background-color: transparent;
	width: 199px;
	text-decoration: none;
}
.drop li.page14g ul {
	visibility: visible;
	background-color: transparent;
	width: 199px;
	text-decoration: none;
}







