/* CSS Document */

/************** LIST START***********/
.menu ul {
	position: absolute;
	border-top: 2px solid #FFFFFF;
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
	display: block;
	width: 100%;
	margin-top: 20px;
	/*list-style-image:url(../images/square_red.jpg);*/ 
	background-color: #CCCCCC;
}

.menu ul li {
  position: relative;
	margin: 0px;
	padding: 0;
	margin-left: 25px;
	list-style-image:url(../images/square_red.jpg);
	height: auto;
}
/**************** LIST END************/



/**************** ID START************/
div#home {
	left:69px; 
	width:100px;
}
div#unternehmen {
	left:171px; 
	width:170px;
}
div#marken {
	left: 343px; 
	width:185px;
}
div#dienstleistungen {
	left: 530px; 
	width:155px;
}
div#kataloge {
	left: 687px; 
	width:150px;
}
div#kontakt {
	left: 839px; 
	width: 121px;
}
/**************** ID END************/


.menu {
	position: absolute;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	line-height: 22px;
	color: #333333;
	height: 20px;
	vertical-align:middle;
	text-align:left;
	z-index: 100;
	top: 1px;


}

.menu ul {
	visibility: hidden;
}

.head ul li {
	margin-left: 0px;
}

div.menu:hover {
    overflow: visible;
}

div.menu:hover .head a {
	color: #FFFFFF;
    background-color: #7D7D7D;
}
div.menu:hover .head {
	color: #FFFFFF;
	background-color: #7D7D7D;
}

div.menu:hover ul {
	visibility: visible;
}


div.menu:hover .head {
	color: #FFFFFF;
	background-color: #7D7D7D;
}

.head {
	height: 20px;
	background-color: #CCCCCC;
	border-bottom: 2px solid #F2F2F2;
	line-height: 20px;
	z-index: 100;
}

.head a {
	margin-left: 30px;
	text-decoration: none;
	color: #333333;
}

.subNav:hover .head a {
	color: #FFFFFF;
}

.subNav {
	font-family: Arial;
	font-weight: normal;
	font-size: 11px;
	line-height: 20px;
	color: #333333;
	text-decoration: none;
	z-index: 100;
}

.subNav:hover {
	color: #CC3333;
}
