﻿div.SplitBar
{
	background-color: #DB9D00;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}

div.SplitBar :hover
{
	background-color: #cdcdcd;
	cursor: pointer;
}

#topBarAuxiliary
{
    text-align:right;
}
#topBarAuxiliary table
{
    display: inline !important;
    vertical-align: top;
}
#topBarAuxiliary a
{
	text-decoration: none;
	padding: 0px 3px 0px 3px;
}

.NavigationUnorderedList
{
	margin-left: 0;
	padding-left: 0;
	display: block;
}

.NavigationListItem
{
	margin-left: 0;
	padding: 3px 5px;
	list-style: circle;
	display: block;
	color: #a1db19;
}

/* Top Nav tabs */
.primarynav_style div
{
	z-index: 9999;
}

table.HTabStatic, table.HTabSelected
{
	text-align: center;
	text-decoration: none;
	width: 100%;
	font-weight: normal;
	font-size: 11px;
}

table.HTabStatic td, table.HTabSelected td
{
	padding: 2px 5px 2px 5px;
	margin-bottom: -5px;
	
}
table.HTabStatic td :hover, table.HTabSelected td :hover
{
	background-image: none;
}
table.HTabSelected td
{
	background-repeat: no-repeat;
	background-image: url(/images/NHFTemplate/Nav_Blank_Over.jpg);
	margin-top: 1px;
}

table.HTabStatic :hover
{
      color: #000000 !important;
      text-align: center;
      text-decoration: none;
      width: 100%;
      font-weight: normal;
      font-size: 11px;
      background-image: url(/images/NHFTemplate/Nav_Blank_Over.jpg);
      background-repeat: no-repeat;
}


table.HTabSelected, table.HTabSelected a:hover, table.HTabSelected a:visited:hover
{
	/* background: #CCCCCC; */
	color: #000000 !important;
	text-align: center;
	text-decoration: none;
	width: 100%;
	font-weight: normal;
	font-size: 11px;
}

a.HTabStatic
{
	color: #000000;
	text-align: center;
	text-decoration: none;
	width: 100%;
	font-weight: normal;
	font-size: 12pt;
}

table.HTabSelected a
{
	/* background: #CCCCCC; */
	color: #000000 !important;
}
/* end TopNav tabs */



