
.genericLevelDiv ul li, .genericLevelDiv ul li a{
	color:#4B4B4B;
	font-family: Arial narrow;
	font-weight: lighter;
	text-align: center;
	font-size: 14px;
}
.genericLevelDiv{
	
}
.catalogDiv{
/*	height:23px; */
	border-bottom:1px solid #fff;
	/*border-bottom:1px solid #C6C6C6;*/
}
.catalogDiv, .catalogDiv a{
	cursor: default;
}
.catalogDiv ul li {
	padding:3px 10px;	
}
div#firstLevelDiv{
	background: #000;
	height:30px;
}
div#firstLevelDiv ul{
	margin:0;
	padding:0;
}

div#firstLevelDiv ul li{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	text-align:center;
	font: bold 11px arial;
	background: #000;
	padding-top:5px;
	height:22px;
	border-left: 3px solid #151215;
}

div#firstLevelDiv ul li:first-child{
	margin-left:8px;
	border-left:0;
}

div#firstLevelDiv ul li a{	
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	color: #C3C5C6;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	
}


div#secondLevelDiv{
	background: url('../images/newplatou/menylinje.png');
	background-repeat: repeat-x;
	height:28px;
}
div#secondLevelDiv ul{
	margin:0;
	padding:0;
}
div#secondLevelDiv ul li{
	list-style: none;
	float:left;
	height:18px;
	padding:5px 10px;
}
div#secondLevelDiv ul li a,div#secondLevelDiv ul li{
	/*color:#4B4B4B;
	font-family: Arial narrow;
	font-weight: lighter;
	text-align: center;
	font-size: 16px;*/
}
div#secondLevelDiv ul li:hover{
	background:#999;	
}


div#thirdLevelDiv{
	clear:both;
	background: #fff;
	
}
div#thirdLevelDiv ul{
	display:none;
	margin:0;
	padding:0;
}
div#thirdLevelDiv ul li{
	float: left;
	list-style: none;
	/*cursor: pointer;*/
	background: #fff;
	border-right:1px solid #C6C6C6;	
}
div#thirdLevelDiv ul li:last-child{
	border-right:0;
}
div#thirdLevelDiv ul li a{
	color:#4B4B4B;
	text-decoration: none;
}

div#thirdLevelDiv ul li:hover, div#thirdLevelDiv li a:hover{
	background: #C23335;
	color:#fff;
}


div#forthLevelDiv{
	clear:both;
	background: #fff;
	
}
div#forthLevelDiv ul{
	display:none;
	margin:0;
	padding:0;
}
div#forthLevelDiv ul li{
	list-style: none;
	float:left;
	/*cursor: pointer;*/
	background: #fff;
	border-right:1px solid #C6C6C6;	
}
div#forthLevelDiv ul li:last-child{
	border-right:0;
}
div#forthLevelDiv ul li:hover, div#forthLevelDiv ul li a:hover{
	background: #C23335;
	color:#fff;
}
div#forthLevelDiv ul li a{
	color:#4B4B4B;
	text-decoration: none;
}


div#fifthLevelDiv{
	clear:both;
	background: #fff;
	
}
div#fifthLevelDiv ul{
	display:none;
	margin:0;
	padding:0;
}
div#fifthLevelDiv ul li{
	list-style: none;
	float:left;
	/*cursor: pointer;*/
	background: #fff;
	border-right:1px solid #C6C6C6;	
}
div#fifthLevelDiv ul li:hover, div#fifthLevelDiv ul li a:hover{
	background: #C23335;
	color:#fff;
}
div#fifthLevelDiv ul li a{
	color:#4B4B4B;
	text-decoration: none;
}


.catalog_leaf{
	background: #FFF;
}
.catalog_leaf, .catalog_leaf a{
	cursor: pointer !important;
}
.catalogSelected, .catalogSelected a{
	background:#999 !important;
	color:#4B4B4B !important;
}

#topmenu_manager_second_level_UL{
	display:none;	
}



