.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;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 170px;
	color: #FCE3DB;
	}
.kxMenuCls li ul div{

}	
.ChildMenu{
width:800px; 
position:absolute; 
left:200px;
top: 0px;
z-index: 2000;
padding-bottom: 0px;
background: #634222;
border: solid 2px #9C0;
display: none;
}
.kxMenuCls li .ChildMenu div
{
font-size: 80%;
height: auto;
padding:0px;
}
/* Styles for Menu Items */
.kxMenuCls ul li a:link, .kxMenuCls ul li a:visited {
	display: block;
	text-decoration: none;
	height: auto;
	padding: 7px 10px 7px 20px;
	width: 170px;
	margin: 0px;
	margin-bottom: 2px;
	cursor: pointer;
	color: #FFF;
	text-align: left;
	background-color: #634222;
	}
.kxMenuCls ul li a:hover, .kxMenuCls ul li a:active
{ 
	color: #FFF;
	background-color: #9c0;
	font-size: 100%;
}
.kxMenuCls ul li .ChildMenu div a:link, .kxMenuCls ul li .ChildMenu div a:visited
{
	background-color: transparent;
	color: #FFF;
	font-size: 100%;
	height: auto;
	padding: 3px;
	margin-bottom: 0px;
	width: 150px;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
}
.kxMenuCls ul li .ChildMenu div a:hover, .kxMenuCls ul li .ChildMenu div a:active
{
	background-color: transparent;
	color: #FFF;
	height: auto;
}
.kxMenuCls ul li .ChildMenu div{
	background-color: #634222;
	vertical-align: top;
	width: 155px;

}
.kxMenuCls ul li .ChildMenu div:hover{
	background-color: #9c0;
}
/* 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 .ChildMenu { display: block; } /*  The magic */

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

.kxMenuCls li li:hover table { 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;
}

