.outermostcontainer {
	display: table;
	width: 100%;
}
.mainnav {
	min-width: 1040px;
	display: table-row;
}

/* -- Submenu Wrapper --*/
.topmenulinksdiv {
	font-size: 14px;
	padding: 0 10px;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
}

.topmenulinksdiv:before,.topmenulinksdiv:after {content: " ";display: table;}
.topmenulinksdiv:after {clear: both;}
.topmenulinksdiv {*zoom: 1;}

/* -- Submenu Link --*/
.topnavmenuitem {
	cursor: pointer;
	float: left;
	margin: 8px 1px;
	padding: 4px 15px;
	background-color: transparent;
	color: #128dbe;
	border-radius: 4px;
}

.topnavmenuitem:hover {
	background-color: #f2f2f3;
}

.topnavmenuitem img, .topnavselmenuitem img {
	margin-left: 4px;
}

/* -- Selected Sub Menu --*/
.topnavselmenuitem {
	cursor: pointer;
	float: left;
	margin: 8px 1px;
	padding: 4px 15px;
	color: #005b7c;
	background-color: #f2f2f3;
	border-radius: 4px;
}

.topnavmenuitem #itemspanleft, 
.topnavmenuitem #itemspanright {
	display: none;
}

.menusectionextender {
	margin-top: 3px;
	float: right;
}

/*-- Main nav wrapper --*/
.menusectiondefault {
	cursor: pointer;
	background-color: #424b5c;
}

.remenusectiondefault, .remenusectionwinapp, .remenusection1, .remenusection2, .remenusection3, .remenusection4 {
	float: left;
	text-align: center;
	width: inherit !important;
}

/* clearfix */
.menusectiondefault:before,.menusectiondefault:after {content: " ";display: table;}
.menusectiondefault:after {clear: both;}
.menusectiondefault {*zoom: 1;}


/*-- Main nav text links --*/
.menutext {
	font-size: 14px;
	padding: 4px 14px;
	color: #dadfe7;
	margin: 8px 1px;
	border-radius: 4px;
	}

/*-- Main nav selected states --*/
.remenusection1 .menutext,.remenusection2 .menutext,.remenusection3 .menutext,.remenusection4 .menutext{
	background-color: #2e3746;
	color: #fff;
	font-weight: normal !important;
	padding: 4px 14px;
	position: relative;
}

.remenusection1 .menutext::after, 
.remenusection2 .menutext::after,
.remenusection3 .menutext::after,
.remenusection4 .menutext::after{
	content: "";
	display: block;
	position: absolute;
	bottom: -9px;
	left: 42%;
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #fff;
}

/*-- Main nav hover --*/

.menutext:hover {
	color: #fff;
}

.remenulinks {
	font-size: 13px;
	padding-top: 0px;
	padding-left: 0px;
}

.remenusection1, .remenusection2, .remenusection3, .remenusection4 {
	color: #fff;
	cursor: pointer;
}

.remenuline1, .remenuline2, .remenuline3, .remenuline4 {
	display: block;
	height: 1px;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

.remenuline1,.remenuline2,.remenuline3,.remenuline4 {
	display: none;
}

#menulinkwindow {
	display: inline;
}

#menulinkwindow img {
	margin-left: 4px;
}