#secondary {
	background-color: #000;
}

#topBar {
	width: 918px;
	margin: 0 auto;
	height: 29px;
}

#_topM {
	display: table;
	margin: 0;
	padding: 0;
	/*width: 75%;*/
	height: 29px;
	position: relative;
	float: left;
}

#_topM li.main, #_topM li.main>a:hover {
	cursor: default;
}

#_topM, ._subM, #_topM ._subM li {
	margin: 0px;
	padding: 0px;
}

#_topM li, #_topMLoginout li {
	float: left;
	display: inline;
	cursor: pointer;
	list-style: none;
	padding: 0px 15px 0px 15px;
	font-size: 12px;
}

#_topM li.noPad, #_topMLoginout li.noPad {
	padding: 0;
}

#_topM li.noPad a, #_topMLoginout li.noPad a {
	padding: 0 15px;
}

#_topM>li {
	border-left: 1px solid white;
}

#_topM .last {
	border-right: 1px solid white;
}

#_topM li.first {
	padding: 0;
}

#_topM li.first a {
	display: inline-block;
	background: url('../img/el_home.png') no-repeat scroll 50% 60%
		transparent;
	width: 46px;
	text-indent: -3000px;
}

#_topM li ul.first {
	left: -1px;
	top: 100%;
}

#_topM>li>a {
	color: #fff;
	line-height: 29px;
}

ul._subM li, ul._subM li a {
	color: #000;
	text-decoration: none;
	text-align: left;
}

#_topM ._subM li {
	width: 100%;
	text-indent: 10px;
	line-height: 29px;
	margin-right: 10px;
	background: #f0f0f0;
}

#_topM li a {
	display: block;
	width: inherit;
	height: inherit;
	line-height: 29px;
	text-decoration: none;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
/* Lower levels */
ul._subM {
	display: none;
}

#_topM>li:hover>a {
	color: #f9d200;
}

#_topM ._subM li:hover>a {
	color: #f9d200;
	background: #000;
	border-left: 1px solid #f0f0f0;
	width: 199px;
}

li:hover>._subM {
	display: block;
	position: absolute;
	width: 200px;
	top: 0px;
	left: 100%;
	z-index: 1000;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
}

#_topM li:hover {
	position: relative;
	z-index: 2000;
}
/* LOGOUT BUTTON */
#_topMLoginout {
	display: table;
	margin: 0 0 0 0px;
	padding: 0;
	height: 29px;
	top: 0px;
	position: relative;
	float: right;
}

#_topMLoginout li.menuLoginout {
	background-color: #f0f0f0;
}

#_topMLoginout li.menuLoginout a {
	text-transform: uppercase;
	color: #036b05;
	font-weight: bold;
	line-height: 29px;
	text-decoration: none;
	display: block;
}

.covid{
	font-weight: 550;
	color: #FF0 !important;
}
/* END OF LOGOUT BUTTON */