﻿.ms-core-listMenu-horizontalBox {
	
	font-size: 14px;
}

.ms-core-listMenu-item, .ms-core-listMenu-item:link, 
.ms-core-listMenu-item:visited, .ms-tv-item:link, 
.ms-tv-item:visited, .ms-tv-header:link, 
.ms-tv-header:visited {
	color: #fff;
}

.ms-core-listMenu-root > li.static{
	height: 37px;
	padding:0;
	border-left: solid 1px #fff;
	position:relative;
}

.ms-core-listMenu-root > li.static:hover{
	background:#e7e8e9;
	color:#414141;
	-webkit-transition: background 0.25s ease;
	-moz-transition: background 0.25s ease;
	-ms-transition: background 0.25s ease;
	-o-transition: background 0.25s ease;
	transition: background 0.25s ease;
}


.ms-core-listMenu-root > li.static:hover span.menu-item-text{
	color:#414141;
	background:#e7e8e9;
}
.ms-core-listMenu-horizontalBox li.dynamic > .ms-core-listMenu-item:hover span.menu-item-text {
	/*color:#FFF !important;*/
		background:#b8b8b8;

}
.ms-core-listMenu-root > li.hover{
	background:#e7e8e9;
	color:#414141;
	-webkit-transition: background 0.25s ease;
	-moz-transition: background 0.25s ease;
	-ms-transition: background 0.25s ease;
	-o-transition: background 0.25s ease;
	transition: background 0.25s ease;
}



.ms-core-listMenu-root > li.selected{
	background: #e7e8e9 !important;
	color:#414141 !important;
}
.ms-core-listMenu-root > li:first-child{
	/*background: none !important;*/
	 padding-left: 16px;
}
.ms-core-listMenu-root > li.static:first-child > .ms-core-listMenu-item{
/*background: url('/style%20library/Images/home_icn.png') center no-repeat;*/
	width: 35px;
	margin: 0px;
	padding: 7px 5px;
}
.ms-core-listMenu-root > li.static:first-child > .ms-core-listMenu-item span{
	opacity: 1 !important;
}
.ms-core-listMenu-horizontalBox li.static > .ms-core-listMenu-item{
	margin:0 auto;
	padding: 7px 15px;
	color: white;
}
/*.ms-core-listMenu-horizontalBox li.static > .ms-core-listMenu-item:visited{
	color: #fff !important;
}*/
.ms-core-listMenu-horizontalBox .dynamic-children.additional-background{
	padding-left: 12px;
	background: url('../images/Menu-Arw.png') no-repeat left center !important;
	display: block;
}
.ms-core-listMenu-horizontalBox .ms-core-listMenu-selected{
	color: #414141 !important;
}

.ms-core-listMenu-horizontalBox li.static > .ms-core-listMenu-item:hover{
	/*color:#FFF !important;*/
		background:#e7e8e9;

}
.ms-core-listMenu-root > li.static ul.dynamic{
    width: 200px !important;
	background: #e7e8e9;
	color:#414141;
	box-shadow: none;
	/*right: 0px !important;*/
	top: 37px !important;
	/*display: none;*/
}
.ms-core-listMenu-root > li.static:hover ul.dynamic{
	/*display:block;*/
	z-index: 999995;
}
.ms-core-listMenu-root > li.static ul.dynamic li.dynamic{
	border-bottom: solid 1px #d1d3d4;
		padding-right: 10px;
}
.ms-core-listMenu-root > li.static ul.dynamic li.dynamic:hover{
		background:#b8b8b8;
		border-right:solid 3px #d30000;
}

.ms-core-listMenu-root > li.static ul.dynamic li.dynamic:last-child{
	border: 0px;
	padding-right: 10px;
}
.ms-core-listMenu-root > li.static ul.dynamic li.dynamic:last-child:hover{
	background:#b8b8b8;
	border-right:solid 3px #d30000;
}

.ms-core-listMenu-root > li.static ul.dynamic li.dynamic a{
	line-height: 27px;
	color:#414141;
}

 a span span{
	/*color:#fff;*/
}
.ms-core-listMenu-root > li.static ul.dynamic li.dynamic:hover{
	color:#fff;
	
}
/***************************************************************************************************************************/

li.ms-listMenu-editLink{
	display: none;
}
a.dubaiUAE{
	float: left;
  	margin: 5px 0px 0px 5px;	
}


