﻿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;
	margin: -5px 0 0 0;
}

#topBarAuxiliary table
{
    display: inline !important;
    vertical-align: middle;
}
#topBarAuxiliary a
{
	text-decoration: none;
	padding: 0px 3px 0px 3px;
	border-right: solid black 1px;
}

.NavigationUnorderedList
{
	margin-left: 0;
	padding-left: 0;
	display: inline;
	
}

.NavigationListItem
{
	margin-left: 0;
	padding: 3px 5px;
	list-style: none;
	display: inline;
	height: 10px;
}

/* 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: 11pt;
	
}

table.HTabStatic td, table.HTabSelected td
{
	padding: 5px 90px 2px 3px;
 	font-weight: normal;
}

table.HTabSelected td
{
	background-repeat: no-repeat; 
}

table.HTabStatic :hover
{     color: #4A5E7B !important;
      text-align: center;
      text-decoration: none;
      width:100%;
      font-weight: normal;
      font-size: 11pt;
      font-type: arial;
}


table.HTabSelected, table.HTabSelected a:hover, table.HTabSelected a:visited:hover
{
	background: #ffffff;
      	color: #4A5E7B !important;
	text-align: center;
	text-decoration: none;
	width: 100%;
	font-weight: normal;
	font-size: 11pt;
}

a.HTabStatic
{
	color: #000000;
	text-align: center;
	text-decoration: none;
	width: 100%;
	font-weight: normal;
	font-size: 11pt;
}

table.HTabSelected a
{
	background: #ffffff;
	color: #4A5E7B !important;
	display: block; width:100%;
}
/* end TopNav tabs */




.PrimaryDynamicMenu table
{
	margin: 0px;
	border-bottom: solid 1px #ffffff; 
	
}

.PrimaryDynamicMenuItem
{
	background-color: #6B82AD;
	text-decoration: none;
	height: 10px;
	font-family: Arial !important;
	font-size: 10pt !Important;
	color: #ffffff !important;
	padding-left: 6px;
	padding-right: 6px;
}


a.PrimaryDynamicMenuItem
{padding-left: 6px;
	padding-right: 6px; 
}
a.PrimaryDynamicMenuItem:hover
{
	background-color: #cccccc;
	display: block;
	text-decoration: none;
	
	height: 10px;
	font-family: Arial !important;
	font-size: 10pt !Important;
	color: #000000 !important;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 22px;
}
