/* Hauptmenü Lohnfertigung Sondermaschinenbau*/
#hauptmenu {
	float:left;
	background: #999999 url(../images/gfx/menur_bg1.gif);
	width: 900px;
	height: auto;
	top: auto;
}

#hauptmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
    text-align: center;

}

#hauptmenu li {
	display: inline;
}

#hauptmenu a {
	float: left;
	display: block;
	color:#000000;
	text-decoration: none;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;

}
#hauptmenu a:hover, #hauptmenu .active a {
	background: url(../images/cssconten/img3.gif);
	color: #FFFFFF;

}
#hauptmenu a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
	font-weight: normal;
}

#hauptmenu li.current a, #hauptmenu li a:hover{
	color: #FFFFFF;
	background: url(../images/gfx/menur_hover_left1.gif) no-repeat; /*left tab image path*/
	background-position: left;

}

#hauptmenu li.current a b, #hauptmenu li a:hover b{
	color: #FFFFFF;
	background: url(../images/gfx/menur_hover_right1.gif) no-repeat right top; /*right tab image path*/
}


