
#kexp_navbar ul 
{
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	/* Hide from IE/Mac \*/
	height: 1%;
	/* End hide */
}
#kexp_navbar ul li, #kexp_navbar ul li a
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
	text-align: left;
	line-height: normal;
}
.navbarlist 
{
	font-family: Arial, Verdana, San-Serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

.navbarlist ul li
{
	position: relative;
	display: inline;
	float: left;
	border-right: 2px dotted #fff;
	background-color: #feac31;
	z-index: 99;
}
.navbarlist ul li a, .navbarlist ul li a:visited 
{
	display: block;
	padding: 5px;
	text-decoration: none;
	color: #fff;
	z-index: 100;
}
.navbarlist ul li a:hover 
{
	background-color: #fff;
	color: #feac31;
	z-index: 100;
	text-decoration: none;	
}
.navbarlist ul li ul
{
	position: absolute;
	left: 0;
	display: none;
	border-bottom: 1px solid #000;
	background-color: transparent;
	color: #000;
}
.navbarlist ul li ul li
{
	display: list-item;
	float: left;
	background: transparent url('/content/images/structure/menu-trans.png') repeat top left;
	border-top: 1px dashed #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;

}
.navbarlist ul li ul li ul 
{
	top: 0;
}
.navbarlist ul li ul li a, .navbarlist ul li ul li a:visited 
{
	width: 150px;
	color: #000;
}
.navbarlist ul li ul li a:hover
{
	background-color: #feac31;
	color: #fff;
}
#knavUL li:hover ul, #knavUL li.msieFix ul 
{
	display: block;
}
.navbarlist ul li ul li.lilast
{
	border-bottom: 1px solid #000;
}
.navbarlist 
{
	line-height: normal;
}
