﻿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: middle;
}
#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: none;
	display: inline;
}

/* Top Nav tabs */
.primarynav_style div
{
	z-index: 2000;
}

table.HTabStatic, table.HTabSelected
{
	text-align: center;
	text-decoration: none;
	width: 100%;
	font-weight: normal;
	font-size: 120% !important;
}

table.HTabStatic td, table.HTabSelected td
{
	padding: 2px 10px 2px 10px;
}

table.HTabSelected td
{
	background-repeat: no-repeat;
}

table.HTabStatic :hover
{
      color: #003399 !important;
      text-align: center;
      text-decoration: none;
      width: 100%;
      font-weight: normal;
}


table.HTabSelected, table.HTabSelected a:hover, table.HTabSelected a:visited:hover
{
	background: #003366;
	color: #FFFFFF !important;
	text-align: center;
	text-decoration: none;
	width: 100%;
	font-weight: normal;
	font-size: 120% !important;
}

a.HTabStatic
{
	color: #003399;
	text-align: center;
	text-decoration: none;
	width: 100%;
	font-weight: normal;
	font-size: 120% !important;
}

table.HTabSelected a
{
	background: #003366;
	color: #FFFFFF !important;
}
/* end TopNav tabs */



