﻿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,      span.HTabStatic, span.HTabStatic
{
	text-align: center;
	text-decoration: none;
	/*width: 100%;*/
	/*font-weight: normal;
	 ncja, here's original line - font-size: 12pt;*/
	 font-size: 15px;
	 font-weight: bold;
	 /* added following ncja */
	 /* works for all browsers except chrome   BECAUSE chrome treates as spans */
	  /*margin: 0 100px 0 10px; */
}

table.HTabStatic td, table.HTabSelected td, span.HTabStatic /* ncja added span.HTabStatic for chrome , great fix b/c chrome treats menu items as spans, not tables*/
{
	padding: 2px 10px 2px 10px;
}

table.HTabSelected td
{
	background-repeat: no-repeat;
}

table.HTabStatic :hover, span.HTabStatic :hover
{
      color: #003399 !important;
      text-align: center;
      text-decoration: none;
      width: 100%;
      font-size: 15px;
      font-weight: bold;
      /* ncja font-size: 12pt;*/
      
}


table.HTabSelected, table.HTabSelected a:hover, table.HTabSelected a:visited:hover,        span.HTabSelected, span.HTabSelected a:hover, span.HTabSelected a:visited:hover /*ncja chrome fix */
{
	background: #003366;
	color: #FFFFFF !important;
	text-align: center;
	text-decoration: none;
	width: 100%;
	/*font-weight: normal;
	ncja font-size: 12pt;*/
	font-size: 15px;
	font-weight: bold;
}

a.HTabStatic
{
	color: #003399;
	text-align: center;
	text-decoration: none;
	width: 100%;
	/* font-weight: normal;
	ncja font-size: 12pt;*/
	font-size: 15px;
	font-weight: bold;
}

table.HTabSelected a, span.HTabSelected a
{
	background: #003366;
	color: #FFFFFF !important;
}


/* ncja */
/*
span.HTabStatic
{
	margin: 0 10px 0 10px;
}
*/

/* end TopNav tabs */




