.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;
	width: 143px;
	display: block;
	margin-bottom: 7px;
	font-weight: bold;
	font-size: 14px; 
	vertical-align: bottom;
}
	
.kxMenuCls li ul 
{
	position: absolute;
	left: 143px; /* Set 1px less than mefnu width */
	top: 0px;
	display: none;
	width: 114px;	
}
.kxMenuCls li ul li
{
	font-weight: normal;
	font-size: 14px; 
	margin-bottom: 0px;
}
/* Styles for Menu Items */
.kxMenuCls ul li a:link, .kxMenuCls ul li a:visited 
{
	display: block;
	text-decoration: none;
	color: #524E72;
	padding: 4px 3px 6px 3px;
	background-color: #D6EAF6;
	background-image: url(/pics/bg_bot_menu.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 20px;
}
.kxMenuCls ul li a:hover, .kxMenuCls ul li a:active
{ 
	background-color: #D6EAF6;
	background-image: url(../pics/bg_bot_menu_over.png);
	background-repeat: no-repeat;
	background-position: bottom;
	color: #524E72;
	padding-top: 20px;
}
.kxMenuCls ul li ul li a:link, .kxMenuCls ul li ul li a:visited, .kxMenuCls ul li ul li a:hover, .kxMenuCls ul li ul li a:active
{
	width: 133px;
	background-image: none;
	padding-left: 10px;
	padding-top: 3px;
}
.kxMenuCls ul li ul li a:link, .kxMenuCls ul li ul li a:visited
{
	background-color: #D6EAF6;
	color: #524E72;
	background-image: url(/pics/bg_bot_menu.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.kxMenuCls ul li ul li a:hover, .kxMenuCls ul li ul li a:active
{
	background-color: #B8DBEF;
	color: #FFF;
	background-image: url(/pics/bg_bot_menu.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
/* 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;
}
