
/** NAVIGATION 1st LEVEL HEADER **/

/** Landingpages **/

.category1stLevel{
	background: transparent url(../../img/custom/bgCategory1stLevel.gif) left bottom repeat-x;
	margin: 0;
	padding: 0 0 0 193px;
	height: 32px;
}

#color_lp1 .category1stLevel { border-bottom: 1px solid #c4071b; }
#color_lp2 .category1stLevel { border-bottom: 1Px solid #00519e; }

.category1stLevel a span{display: none;}

.category1stLevel ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 32px;
	float: left;
}

.category1stLevel ul li{
	float: left;
	margin: 0;
	padding: 0;
}

.category1stLevel ul li a{
	background: transparent url(../../img/custom/ButtonHeadNavigationBG.gif) 0px 0px no-repeat;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 0;
	width: auto;
	height: 24px;
	color: #444;
	font-weight: bold;
	padding: 8px 20px 0 20px;
	text-align: baseline; 
}
.category1stLevel ul li a:hover,
.category1stLevel ul li a.active{
	background: transparent url(../../img/custom/ButtonHeadNavigationBG.gif) 0px -32px no-repeat!important;
	text-decoration: none;
	color: #fff;
}

