@charset "utf-8";
#wrapper #header {
	height: 83px;
	width: 950px;
	background-image: -o-linear-gradient(top, #ecebeb 0%, #ffffff 100%);
}#wrapper #header #auerlogo {
	width: 199px;
	float: left;
}
#wrapper #header #menu {
	float: right;
	height: 83px;
	width: 751px;
}
#wrapper #header #menu #category {
	height: 63px;
	width: 751px;
}
#wrapper #header #menu #category li {
	float: left;
	height: 52px;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper #header #menu #category ul li div {
	height: 23px;
	margin-left: 20px;
	background-image: url(../images/point.png);
	background-repeat: no-repeat;
	padding-top: 5px;
	position:absolute;
	z-index:100;
	margin-top:-1px;
	
	*margin-top:52px;
	*margin-left:-120px;
}
body:nth-of-type(1) #wrapper #header #menu #category ul li div{margin-top:-5px;}
#wrapper #header #menu #category ul li div ul li{
	font-size: 12px;
	color: #FFFFFF;
	background-color: #666666;
	height: 18px;
	padding-right: 5px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	box-shadow : rgba(0, 0, 0, 0.3) 0px 2px 5px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 5px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 5px;
	padding-bottom: 2px;
	text-decoration: none;
}


#wrapper #header #menu #category ul li ul li a{
	font-size: 12px;
	color: #FFFFFF;
	background-color: #666666;
	text-decoration: none;
}
#wrapper #header #menu #category ul li ul li :hover{
	font-size: 12px;
	color: rgb(193,244,19);
	background-color: #666666;
	text-decoration: none;
}
#wrapper #header #menu #category li.parent div {
    display: none;
}
#wrapper #header #menu #category li.parentOn div {
    display: block;
}
#wrapper #header #menu #language li{
	position:relative;
	float: right;
	background-color: #646464;
	margin-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	-webkit-border-radius: 3px 3px 0px 0px;
    -moz-border-radius: 3px 3px 0px 0px;
    border-radius: 3px 3px 0px 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #a1a0a0;
	border-right-color: #a1a0a0;
	border-left-color: #a1a0a0;
	
	height: 17px;
}
#wrapper #header #menu #language li.parent{
	color: #ffffff;
	position:relative;
	float: right;
	background-color: #363535;
	margin-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	-webkit-border-radius: 3px 3px 0px 0px;
    -moz-border-radius: 3px 3px 0px 0px;
    border-radius: 3px 3px 0px 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #a1a0a0;
	border-right-color: #a1a0a0;
	border-left-color: #a1a0a0;
	
	height: 17px;
}
#wrapper #header #menu #language li a{color: #dddada; display:block;text-decoration: none;}
#wrapper #header #menu #language li:hover{
	float: right;
	background-color: #363535;
	margin-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	-webkit-border-radius: 3px 3px 0px 0px;
    -moz-border-radius: 3px 3px 0px 0px;
    border-radius: 3px 3px 0px 0px;
	
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #a1a0a0;
	border-right-color: #a1a0a0;
	border-left-color: #a1a0a0;
	text-decoration: none;
	height: 17px;
}
#wrapper #header #menu #language li:hover a{color: #ffffff;display:block}
