
body {
	font: normal 11px verdana;
	}

.kxMenuCls {
	font: normal 11px tahoma;
}
	
.kxMenuCls ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

.kxChildMenuCls ul {
        display: block;
	width: 150px; /* Width of Menu Items */
        }


.kxMenuCls ul li {
	position: relative;
	float: left;
	width: 107px;
	display: block;
	}
	
.kxMenuCls li ul {
	position: absolute;
	left: 0; /* Set 1px less than mefnu width */
	top: 21px;
	display: none;
	}

/* Styles for Menu Items */
.kxMenuCls ul li a:link, .kxMenuCls ul li a:visited {
	display: block;
	text-decoration: none;
	color: #FFF;
	padding: 4px 3px 6px 3px;
	background-repeat: no-repeat;
	background-image: url(pics/button_out.gif);
	background-color: #189587;
	text-align: center;
	}
.kxMenuCls ul li a:hover, .kxMenuCls ul li a:active
{ 
	background-repeat: no-repeat;
	background-image: url(pics/button_hover.gif);
	background-color: #189587;
	color: #FFF;
}
.kxMenuCls ul li ul li a:link, .kxMenuCls ul li ul li a:visited
{
	background-color: #189587;
	background-image: none;
}
.kxMenuCls ul li ul li a:hover, .kxMenuCls ul li ul li a:active
{
	background-color: #387B7B;
	background-image: none;
}
/* Fix IE. Hide from IE Mac \*/
* html kxMenuCls ul li { float: left; height: 1%; }
* html kxMenuCls ul li a { height: 1%; }
/* End */

.kxMenuCls li:hover ul { display: block; } /*  The magic */

.kxMenuCls li:hover ul ul { display: none; }

.kxMenuCls li li:hover ul { display: block; }

.kxMenuCls li li:hover ul ul { display: none; }

.kxMenuCls li li li:hover ul { display: block; }

.kxMenuCls li li li:hover ul ul { display: none; }

.kxSelectedCls  li {
color: #112233;
}