.menu 
{
z-index:100;
float: left;
white-space:nowrap;
}


#EasyMenu-9
{
z-index:9999;
}

#EasyMenu-8
{
z-index:99;
}
.menu ul li
{
z-index: 1;
line-height: 17px;
}

.menu-child
{
padding:3px;
z-index:1;
}

.menu-child-scroll
{
width:320px;
_width:auto;
height:305px;
overflow:auto;
}
.menu ul 
{
list-style: none;
margin: 0;
padding: 0;
float: left;
}

.menu a 
{
font-family: 'Arial', 'Helvetica', 'Verdana', sans-serif;
display: inline-block;
margin: 0;
/*padding: 2px 3px;*/
}
.eMenuLink
{
padding: 5px;
}
.eMenuLink.empty_link
{
cursor:default !important;
text-decoration:none !important;
}

.eMenuImage
{

}
.menu  a 
{

}

.menu  a:hover 
{
/*color: #a00;*/
background: none;
}

li.menu-child 
{
position: relative;
}

.menu ul 
{
z-index:99999;
}

.menu ul ul 
{
position: absolute;
}

.menu ul ul ul {
top: 0;
left: 100%;
}

div.menu ul ul,
div.menu ul li:hover ul ul,
div.menu ul ul li:hover ul ul
{
display: none;
}

.has-more-img
{
content: url(/shared/images/menu-downarrow.gif) center top no-repeat;
}

.has-more
{
background: url(/shared/images/menu-downarrow.gif) right center no-repeat;
}

.has-child
{
padding-right:10px;
background: #e7eff2 url(/shared/images/menu_arrow2.gif) right center no-repeat;
z-index:10;
position:absolute;
}

.has-child-scroll
{
padding-right:10px;
background: #e7eff2 url(/shared/images/menu_arrow2.gif) right center no-repeat;
z-index:10;
position:absolute;

}

.no-child
{
position:absolute;
z-index:10;
background: #e7eff2;
}

.ul-child
{
position:absolute;
z-index:10;
border:1px solid #4F7B98;
background:#e7eff2;
}


.ul-child-scroll
{
position:absolute;
z-index:10;
border:1px solid #4F7B98;/*#D9C98B;*/
background: #e7eff2;
height:50px;
overflow:auto;
}


.menu-parent{}
.menu-parent-link{padding: 2px 8px 3px 6px;}
.menu-parent-img{padding:0;}

#EasyMenuContext, .EasyMenuContext
{
	width: 150px;
	height: 100px;
	z-index:10001;
}

#EasyMenuContext ul, #EasyMenuContext ul li, .EasyMenuContext ul, .EasyMenuContext ul li
{
	list-style: none;
	margin: 0;
	padding:2;
	font-size:11px;	
}	

#EasyMenuContext ul, .EasyMenuContext ul
{	
	background: #ffffff;
	position:relative;
	left:4px;
	top:4px;
	border: 1px solid #81b0bf;
	width:140px;
}

.EasyMenuContext-del-hover
{
	background-color: #d2ecff;
	cursor: pointer;
	width:100%;
}

.EasyMenuContext-del-normal
{
	background-color: white;
	cursor: auto;
	width:100%;
}

.EasyMenuContext-edit-hover
{
	background-color: #d2ecff;
	cursor: pointer;
	width:100%;
}

.EasyMenuContext-edit-normal
{
	background-color: white;
	cursor: auto;
	width:100%;
}	

.EasyMenuContext-add-hover
{
	background-color: #d2ecff;
	cursor: pointer;
	width:100%;
}

.EasyMenuContext-add-normal
{
	background-color: white;
	cursor: auto;
	width:100%;
}	