.kxMenuCls 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
	
.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: 163px;
	display: block;
}
	
.kxMenuCls li ul 
{
	position: absolute;
	left: -3px; /* Set 1px less than mefnu width */
	top: 33px;
	display: none;
	width: 163px;
	font-size: 16px;
	font-size: 15px;
}
.kxMenuCls li ul li ul
{
	position: absolute;
	left: 164px; /* Set 1px less than mefnu width */
	top: 0px;
	display: none;
	width: 164px;
}

/* Styles for Menu Items */
.kxMenuCls ul li a:link, .kxMenuCls ul li a:visited 
{
	display: block;
	text-decoration: none;
	color: #FFF;
	padding: 5px 3px 8px 3px;
	text-align: center;
}
.kxMenuCls ul li a:hover, .kxMenuCls ul li a:active
{ 
	color: #FFF;
}
.kxMenuCls ul li ul li a:link, .kxMenuCls ul li ul li a:visited
{
	background-color: #fff;
	color: #000;
	width: 150px;
	border: solid 1px #BBBDC0;
	border-top: none;
	padding: 4px 10px 3px 5px;
	text-align: left;
}
.kxMenuCls ul li ul li a:hover, .kxMenuCls ul li ul li a:active
{
	background-color: #00AEEF;
	color: #FFF;
	width: 150px;
	padding: 4px 10px 3px 5px;
}
/* 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;
}
a:link.withchild, a:visited.withchild
{
	background-image: url(../pics/menu-arrow.png);
	background-position: top right;
	background-repeat: no-repeat;
}
a:hover.withchild, a:active.withchild
{
	background-image: url(../pics/menu-arrow-on.png);
	background-position: top right;
	background-repeat: no-repeat;
}

