#MainMenuHeaderId { 
	color: #28287A;
	font-family: "OpenSans SemiBold";
	font-size: 11px;
	font-weight: 700;
	height: 0px;
	left: 0px;
	position: absolute;
	top: 0px;
}


#MainMenuId {
	/*background: url('./menu.png') repeat-x;*/
	/*background: url('./backgrounds.png') repeat-x;*/
	position: relative;
	z-index: 1000000;
	height: 47px;
	clear: both;
	/*padding: 0px 30px;*/
	min-width: 900px;
	left: 20px;
	background: transparent;
	padding-top: 16px;
}
#MainMenuId > ul.left {
	float: left;
}

#MainMenuId > ul.right {
	float: right;
}

#MainMenuId > ul {
	position: relative;
	margin: 0;
	padding: 0;
	height: 100%;
}

#MainMenuId > ul ul {
	list-style: none;
	margin: 0;
	padding: 0;
	/*background: url('./transparent.png');*/
	/*background: url('./backgrounds.png');*/
	background: #fdfdfd;
	border-style: solid;
	border-width: 1px;
}

#MainMenuId > ul a {
	display: block;
	/*color: #FFFFFF;*/
	color: #2828A0;
	text-decoration: none;
	padding: 5px;
}

/*#MainMenuId > ul > li + li {	background: url('./split.png') center left no-repeat;}*/

#MainMenuId > ul .top, #MainMenuId > ul li li.sfhover {
	/*padding: 10px 15px 9px 17px;*/
	/*padding: 5px 10px 5px 17px;*/
	font-family: "OpenSans SemiBold";
	font-size: 11px;
	color: #e6f3f9;
	/*color: #2828A0;*/
	text-align: left;
}

#MainMenuId > ul ul li {
	padding: 2px;
	padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 4px;
}

#MainMenuId > ul .selected .top {
	/*background: url('./selected.png') repeat-x;*/
	/*color: #FFFFFF;*/
	color: #2828A0;
}
#MainMenuId > ul .selected:hover a.top, #MainMenuId > ul .sfhover a.top {
}

#MainMenuId > ul .parent {
	background: url('./arrow-right.png') 95% center no-repeat;
}

#MainMenuId > ul li {
	float: left;
	list-style: none;
	height: 100%;
	/*height: 32px;*/
}

#MainMenuId > ul li ul {
	position: absolute;
}

#MainMenuId > ul li li {
	clear: both;
}
#MainMenuId > ul li ul a {
	/*color: #FFFFFF;*/
	color: #082d4a;
	/*height: 17px;*/
	height: 100%;
	width: 250px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#MainMenuId > ul li ul ul {
	margin: -29px 0 0 263px
}

#MainMenuId > ul li li:hover, #MainMenuId > ul li li.sfhover {
	background: #efefef;
	color: #000000;
}

#container {
	height: 100%;
}


#Ib-panel-menu-icon { 
	/*background: url("./top-panel-sprite.png?132") -192px -1695px transparent !important;*/
	display: block !important;
	height: 12px !important;
	left: 0px !important;
	position: absolute !important;
	top: 7px !important;
	width: 13px !important;
}
