/* style the menu navigation wrap  */

#menu-wrap {

} 



#menu-wrap ul {

}



/* style the links for the top level */

#menu-wrap ul a, #menu-wrap ul a:visited {
	text-decoration:none !important;
	color:#FFF !important;
}

/* top level items on hover */

#menu-wrap ul li:hover a, #menu-wrap ul a:focus, #menu-wrap ul a:active{
	color:#000;

}



/* style the top level hover */

#menu-wrap a:hover{
	color: #FFF !important;
	background-image: url(../../../../../themes/parchment/images/menu.png);
	background-repeat: no-repeat !important;
	background-position: -131px -41px !important;
	margin-top: 0px !important;
	height:41px !important;
	line-height: 41px !important;
}
#menu-wrap ul ul a:hover{
	color: #FFF !important;
	background-image: url(../../../../../themes/parchment/images/menu.png);
	background-repeat: no-repeat !important;
	background-position: -131px -41px !important;
	margin-top: 0px !important;
	height:41px !important;
	line-height: 41px;
	display: none !important;
}

#menu-wrap :hover > a, #menu-wrap ul ul :hover > a {

    color:#000; 


}





/* menu sections with children */

#menu-wrap a.trigger, #menu-wrap a.trigger:hover, #menu-wrap a.trigger:visited {
	background-repeat: no-repeat;
}







.icl_first {
	width: 126px !important;
	background-image: url(../../../../../themes/parchment/images/menu.png) !important;
	background-repeat: no-repeat !important;
	background-position: -5px 0px !important;
	text-indent: 10px;
}

/* style selected page in the top menu */                                  

#menu-wrap li.selected_page, #menu-wrap li.selected_page a, #menu-wrap li.selected_page a:hover{
	color: #FFF !important;
	cursor: default;
	background-image: url(../../../../../themes/parchment/images/menu.png);
	background-repeat: no-repeat !important;
	background-position: -131px -41px !important;
	margin-top: 0px !important;
}


#menu-wrap li.selected_page.icl_first, #menu-wrap li.selected_page.icl_first a, #menu-wrap li.selected_page.icl_first a:hover{
	width: 126px !important;
	background-image: url(../../../../../themes/parchment/images/menu.png) !important;
	background-repeat: no-repeat !important;
	background-position: 0px -41px !important;
	line-height: 41px !important;
}
#menu-wrap .icl_first a:hover {
	width: 126px !important;
	background-image: url(../../../../../themes/parchment/images/menu.png) !important;
	background-repeat: no-repeat !important;
	background-position: -5px -41px !important;
}
#menu-wrap .icl_first li li a:hover {
	width: 126px !important;
	background-image: url(../../../../../themes/parchment/images/menu.png) !important;
	background-repeat: no-repeat !important;
	background-position: -5px -41px !important;
	display: none !important;
}
