﻿.menu-container {
	margin: 0 auto;
	padding: 0;
	height: 29px;
	width: 910px;
	background: transparent;
	background-image: url('../images/bottomnavmenubackground-1.png');
	border: 0px none;
	color:#fff;
	margin-left: -5px;
}
.memu {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.memu ul {
	list-style: none outside none;
    margin: 0;
    padding: 0;
	position: absolute;
    left: -9999px;
	margin-left: 10px;
    /* htello width: 150px;  */
	
    /*-moz-box-shadow: 3px 2px 3px #333;
    -webkit-box-shadow: 3px 2px 3px #333;
    box-shadow: 3px 2px 3px #333;*/
}
.divSearchCEDS
{
    padding:2px 10px 0 0;
    height:20px;
    float: right;
    
}
.tbSearchCEDS  
{
    width:70%; 
    height:20px; 
    background-color: #fff; 
    top: 1px; 
    left: 0px; 
    border-style: none;
    padding-left:10px;
    margin-left:0px;
    margin-right:0px;
}

.searchImg
{
    vertical-align:top; 
    padding:0 0 0 0;
}
.memu ul ul {
	margin-left: 0px;
	margin-top: 0px;
}
.memu a {
    border: 0 none;
    color: #fff;
    display: block;
    font: bold 12px/25px segoe ui,verdana,sans-serif;
    margin: 0 -1px -1px 0;
    padding-left: 0px;
    text-decoration: none;
    /* htello width: 150px;*/
	text-overflow: ellipsis;
}
/*
.memu .memu-icon {
	position: relative;
	width: 16px; 
	height: 16px; 
	margin: 4px 10px 0px 0px;
	float: left;
}
*/
.memu li.memu-root > a {
	/*border-left: 0 !important;*/
	border-right: 1 solid #8B78B0;
	border-top: 1px solid transparent !important;
	border-bottom: 1px solid transparent !important;
	background: transparent !important;
}

.memu li {
    float: left;
    border-right: 1px solid #8B78B0;
    text-align: left;
    padding-left:15px;;    
}

.memu li li
{
    text-align: left;
    padding-left: 5px;
    padding-top:1px;
	border-right:0px none !important;
	background: transparent !important;
}
/*.memu li.has-children > a {
    background: url("arrow.png") no-repeat scroll #fff;
	background-position: 130px center;
    background-color: rgba(255, 255, 255, 0.98);
}*/
.memu li:hover {
    position: relative;
    z-index: 100;
    background-image: url('../images/bottomnavmenubackgroundhover-1.png');
}
.memu li:hover > a {
	background-color: transparent !important;
    border: 0 none;
    color: #fff;
}
.memu li:hover > ul {
    left: -10px;
    opacity: .90;
    top: 20px;
    z-index: -1;
    background-color: #529435;
}
.memu li:hover li:hover > ul {
    left: 150px;
    opacity: .90;
    top: 0px;
    z-index: 1000;
    background-color: #529435;
}

.memu-root ul > li:hover {
    background-color: #6e369f !important;
    opacity: 1;
    width:97%;
}


/*.memu-current {
	background-color: #abcdef !important;
	background-color: rgba(235, 245, 255, 0.98 !important);
}*/