/* @override http://eggplant.dev/mu/wp-content/plugins/sitepress-multilingual-cms/modules/cms-navigation/css/cms-navigation.css?ver=1.7.1 */

/* style the menu navigation wrap  */
#menu-wrap {
    background-color: #eee;
} 

#menu-wrap ul {
    background-color: #5798d0;
}

/* style the links for the top level */
#menu-wrap ul a, #menu-wrap ul a:visited {
    text-decoration:none; 
    color:#000; 
    border-right:1px solid #fff; 
}
/* top level items on hover */
#menu-wrap ul li:hover a, #menu-wrap ul a:focus, #menu-wrap ul a:active{    
    background-color: #5798D0;               
    color:#000; 
}

/* style the top level hover */
#menu-wrap a:hover, #menu-wrap ul ul a:hover{
    color:#000; 
    background:#5798d0;
}
#menu-wrap :hover > a, #menu-wrap ul ul :hover > a {
    color:#000; 
    background:#B3D9FF;
}


/* menu sections with children */
#menu-wrap a.trigger, #menu-wrap a.trigger:hover, #menu-wrap a.trigger:visited {
    background-image: url(../img/cms-nav-dark-s.gif);
    background-repeat: no-repeat;
    background-position: right center;
}


/* style sections from the dropdown menus */
#menu-wrap li.section{
    color: #fff;
    background-color: #4283b7;
    font-weight: bold;        
} 
/* style sections from the dropdown menus */


/* style the second level links */
#menu-wrap ul ul a, #menu-wrap ul ul a:visited {
    color:#000;;
}

          
/* style the second level hover */
#menu-wrap ul ul a:hover{
    background:#B3D9FF
}
#menu-wrap ul ul :hover > a {
    background:#B3D9FF
}

                                  
/* style selected page in the top menu */                                  
#menu-wrap li.selected_page{    
    color: #004D99;
    background-color: #5798d0;
}

/* style selected subpage in the top menu */                                  
#menu-wrap li.selected_subpage{    
    color: #004D99;
    background-color: #B3D9FF;
}
#menu-wrap li.selected_subpage a, #menu-wrap li.selected_subpage a:visited{
    background-color: #B3D9FF;
}
#menu-wrap ul ul li a.selected{    
    background-color: #D0D8F0;
    color: #004D99;
}

/* style sidebar navigation */

#sidebar-navigation h4{
    /* style sidebar title */
}
#sidebar-navigation .cms-nav-sidebar a, #sidebar-navigation .cms-nav-sidebar a:visited{
    /* links */
}
#sidebar-navigation .cms-nav-sidebar a:hover, #sidebar-navigation .cms-nav-sidebar a:focus, #sidebar-navigation .cms-nav-sidebar a:active{
    /* links hover */
}

.cms-nav-sidebar .selected_page_side{
    /* selected item in side navigation */
}

.cms-nav-bc a, .cms-nav-bc a:visited{
    /* trail navigation links */
}
.cms-nav-bc a:hover, .cms-nav-bc a:focus, .cms-nav-bc a:active{
    /* trail navigation links hover */
}
.cms-nav-bc{
    /* trail navigation links hover - not linked */
}

/* Overwriting original styles */
#menu-wrap a.trigger, #menu-wrap a.trigger:visited { background-image: none; }
#menu-wrap ul li:hover a, #menu-wrap ul a:focus, #menu-wrap ul a:active { background-color: transparent; }
#menu-wrap li.selected_page { background-color: transparent; }

#menu-wrap {
	float: right;
	width: auto !important;
	margin-top: 43px;
	clear: right;
	background-color: transparent;
}
#menu-wrap ul { /* default top MENU styling */
	list-style: none;
	float: right;
	background-color: transparent;
}
#menu-wrap li { /* default menu ITEM styling */
	display: block;
	font-size: 16px;
}
#menu-wrap ul a, #menu-wrap ul a:visited { /* default menu LINK styling */
	color: #333;
	padding: 0 15px;
	display: block;
	text-decoration: none;
	border: none;
	font-size: 14px;
	font-weight: normal;
}
#menu-wrap ul a:hover, #menu-wrap ul a:active, #menu-wrap ul a:focus,
#menu-wrap li.selected_page,
#menu-wrap a.trigger:hover {
	color: #333;
	background: url(http://www.eggplantdigital.cn/wp-content/themes/eggplant/images/menu-item-hover.jpg) repeat-x left top;
}
#menu-wrap ul ul { /* default sub MENU styling */
	margin-top: 0px !important;
	/* visibility: visible; */
}
#menu-wrap ul ul li {
	background-color: #FFF2D5;
	padding: 0;
	font-size: 14px;
	border-bottom: 2px solid #fff;
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
	width: auto;
}
#menu-wrap li li a, #menu-wrap li li a:visited {
	color: #333;
	padding: 10px 15px;
}
#menu-wrap ul ul li a.selected {
	background-color: #FFD980;
	color: #222;
}
#menu-wrap li li:hover {
	background-color: #FFD980;
}
#menu-wrap li li a:hover {
	color: #333;
	background: transparent;
}
#menu-wrap li li.selected_subpage,
#menu-wrap li li.selected_subpage:hover{
	padding: 5px 15px;
	background-color: #FFD980;
	color: #333;
}
#menu-wrap li li.selected_subpage {
	width: 150px;
}