/* @override http://pc_invest.ecomstaging.com/SpryAssets/SpryMenuBarHorizontal.css */

#menubreaker {
		clear: both;
}

#MenuBar1 {
	list-style: none;
	margin: 1px 0 0 8px;
	padding: 0 0 2px;
}



#MenuBar1 ul {
	padding: 0;
	list-style: none;
	margin: 0;
	width: auto;
	font-size: 14px;
}

#MenuBar1 a {
	display: block;
	width: auto;
	height: 2em;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	line-height: 16px;
	margin-top: 17px;
	margin-left: 39px;
	margin-right: 44px;
	padding-bottom: 2px;
}

#MenuBar1 > li:hover {
	background-color: #0d1834;
	height: 48px;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

#MenuBar1 li {
	float: left;
	width: auto;
	height: 2em;
	background-image: url(../images/menu_arrow_10.png);
	background-repeat: no-repeat;
	background-position: center top;
	border-right: 1px dotted #0f1c3c;
	border-left: 1px dotted #0f1c3c;
	line-height: 16px;
}

#MenuBar1 li ul {
	position: absolute;
	width: auto;
	left: -999em;
	z-index: 1;
	margin: 0;
	background-color: #232f55;
	font-size: 14px;
}
#MenuBar1 li ul li {
	float:none;
	width: auto;
	background-image: none;
	background-color: #232f55;
	height: 22px;
	padding-bottom: 1px;
}
#MenuBar1 li ul li:hover {
	width: auto;
	background-image: none;
	background-color: #0d1834;
}
#MenuBar1 li ul li a {
	background-image: none;
	width: auto;
	margin: 5px;
	font-size: 14px;
}
#MenuBar1 li:hover ul {
	left: auto;
}


#MenuBar1 li:hover ul, #MenuBar1 li.sfhover ul {
	left: auto;
}
