.HeaderLogo {
	text-align: left;
	float: left;
}
.HeaderLogo > img {
	image-rendering: -webkit-optimize-contrast;
}

.HeaderTop {
	padding-top: 0.4em;
	padding-bottom: 0.3em;
	width: 100%;
	background-color: #FFd633;	
	border-bottom: solid 8px #f7f7f7;
}

.HeaderSeparator {
	margin: 0 0.75em 0 0.75em;
	font-size: 60%;
	color: #746c5e;
}	

.HeaderLink,
.HeaderLink:visited,
.HeaderLink:active,
.HeaderLink:hover,
.HeaderLink:link {
	font-family: Verdana;
	font-weight: bold;
	text-align: left;
}

.RightHeaderLinks {
	margin: 0 0.35em 0 0;
	float: right;
}	

.HeaderLabel {
	font-family: Verdana;
	font-weight: bold;
}	

.EditResources {
	float: right;
	margin-right: 0.4em;
}	

.MenuDiv {
	width: 100%;
	background-color: #cecfce;
	text-align: left;
}

* html .TabMenu {
	margin-top: -1px;
}

.TabMenuItem {
	font-weight: bold !important;
	text-decoration: none !important;
	background-color: #cecfce;
  text-align: center;
  border-top: 1px solid #cecfce;
	border-right: 1px solid #cecfce;
	border-bottom: 1px solid #cecfce;
  border-left: none;
  padding: 5px 6px 4px 6px;
  color: gray !important;
}

.TabMenuItemSelected {
	font-size: 11px;
	font-weight: bold !important;
	background-color: #ffffff;
	text-align: center;
	border-top: 2px solid black !important;
	border-right: 1px solid #cecfce;
	border-bottom: none;
	border-left: none;
	padding: 5px 8px 4px 6px;
	color: #000000 !important;
}

.TabMenuItemHover {
  color: black !important;
  font-weight: bold;
}

.SubTabDiv {
	text-align: left;
	margin: 5px 0 0 0;
/*border-bottom: solid 1px #cecfce;*/
	width: 100%;
	float: left;
	z-index: 1;
}

.SubTabDiv ul {
	list-style-type: none;
	margin: 0 0 0 1em;
	padding: 0;
}

.SubTabDiv ul li {
	margin: 0 0.5em -1px 0;
	list-style-type: none;
	padding: 0.3em 0.4em 0.5em 0.4em;
	float: left;
	position: relative; /* IE 6 hack to cause border of item to sit over border of div */
	border: 1px solid white;
}

.SubTabActiveTrue {
/*border-top: 1px solid orange !important;
	border-left: 1px solid #cecfce !important;
	border-right: 1px solid #cecfce !important;
	border-bottom: solid 1px #ffffff !important;*/
	border-left-color: #c0c0c0 !important;
	border-right-color: #f1f1f1 !important;
	border-top-color: #c0c0c0 !important;
	border-bottom-color: #f1f1f1 !important;
	border-style: solid !important;
	border-width: 1px !important;
	background: #f8f8f8 !important;
}

.SubTabActiveFalse {
	border-top: solid 1px #ffffff;
}

.SubTabActiveFalse a {
	text-decoration: none !important;
	color: Gray !important;
}

.SubTabActiveFalse a:active, .SubTabActiveFalse a:hover {
	color: Black !important;
}