/*@charset "utf-8";
/* CSS Document */

/* navListIGATION ------------------------------------------------------------ navListIGATION */


.navListigationHolder   
{
	position:absolute;
	margin-left:50%;
	left:-490px;
	padding:0 0 0 0;
	height:40px;
	width:980px;
	
	/*background-image:url(../images/topBar_bg.gif);
	background-position:bottom;*/
}

.blueSide
{
	float:left;
	background-color:#002552;
	width:49%;
	height:40px;
}

.redSide
{
	float:left;
	background-color:#CF0006;
	width:51%;
	height:40px;
}


/* DROP DOWNS  ------------------------------------------------------------ DROP DOWNS */
/*####################BLUE NAV#####################*/
#navBlue, #navBlue ul {
	float: left;
	width: 789px;
	height:40px;
	list-style: none;
	line-height: 1;
	padding: 0;
	margin:0px -4px 0 0px;
	background-color:#002552;/*002952*/
	line-height: normal;
	
}

#navBlue a 
{
	display: block;
	color: #fff;
	text-decoration: none;
	/*padding:15px 39px 0 12px;*/
	padding:13px 15px 0 15px;
	height:27px;

}

#navBlue li 
{
    float: left;
    position: relative;
    line-height:18px;
    border-right:solid 1px #fff;
   /*border-left:solid 1px #fff;
	display: inline;
	margin:0 0 0 4px;*/
}

#navBlue li.secure
{
    display:none;
}

.emptyNav
{
	border:none !important;
}

.secure
{
	line-height:18px;
}

#navBlue li a.Selected {
	color: #EAB800;
}

#navBlue li ul 
{
	position: absolute;
	visibility: hidden;
	height: auto;
	width: 206px;
	/*w\idth: 206px;*/
	margin: 0;
	background: #8c9fb1;
	
	
}

#navBlue li li 
{
	float:left;
	padding-right: 1em;
	width: 13em;
	margin:0;
	border-left:none;
    border-right:none;
}

#navBlue li ul a {
	width: 191px;
	text-align:left;
	padding:10px 0 5px 15px;
	
}

#navBlue li ul ul {
	margin: -1.75em 0 0 14em;
}

#navBlue li:hover ul ul, #navBlue li:hover ul ul ul, #navBlue li.sfhover ul ul, #navBlue li.sfhover ul ul ul {
	visibility: hidden;
/*	left: -999em;*/
}

#navBlue li:hover, #navBlue li.sfhover {
	background: #8c9fb1;
}

/*new*/
#navBlue li ul li a:hover
{
  background-color:#002552;
  width: 191px;
}

#navBlue li:hover ul, #navBlue li li:hover ul, #navBlue li li li:hover ul, #navBlue li.sfhover ul, #navBlue li li.sfhover ul, #navBlue li li li.sfhover ul {
	visibility: visible;
	background-color:#8c9fb1

}


/*####################RED NAV#####################*/
#navRed, #navRed ul {
	float: left;
	width:191px;
	list-style: none;
	line-height: 1;
	padding: 0;
	margin:0 0 0 4px;
	background-color:#CF0006;
	line-height: normal;
}

#navRed a 
{
	display: block;
	color: #fff;
	text-decoration: none;
	height: auto;
	/*padding:15px 39px 0 12px;*/
	padding:13px 25px 0 12px;
	height:27px;

}

#navRed li {
	float: left;
	/*margin:0 0 0 4px;*/
}

#navRed li ul 
{
	float:left;
	position: absolute;
	left: -999em;
	height: auto;
	width: 206px;
	/*w\idth: 206px;*/
	margin: 0;
	background: #8c9fb1;
}

#navRed li li {
	padding-right: 1em;
	width: 13em;
	margin:0;
}

#navRed li ul a {
	width: 191px;
	text-align:left;
	padding:10px 0 5px 15px;
}

#navRed li ul ul {
	margin: -1.75em 0 0 14em;
}

#navRed li:hover ul ul, #navRed li:hover ul ul ul, #navRed li.sfhover ul ul, #navRed li.sfhover ul ul ul {
	left: -999em;
}

#navRed li:hover, #navRed li.sfhover {
	background: #8c9fb1;
}
/*new*/
#navRed li ul li:hover
{
  background-color:#002952;
  	width: 192px;
}

#navRed li:hover ul, #navRed li li:hover ul, #navRed li li li:hover ul, #navRed li.sfhover ul, #navRed li li.sfhover ul, #navRed li li li.sfhover ul {
	left: auto;
	background-color:#8c9fb1

}

.lastTopNavItem{
  border-left:solid 8px #FABC00;
  background-color:#CF0006;
  margin:0;
  padding:0 34px 0 0;
  float:left;
}


.lastTopNavItem ul li a:hover{
  background-color:#CF0006;
}


.lastTopNavItem ul
{
	float:left;
	position: absolute;
	left: -999em;
	height: auto;
	margin: 0;
	background: #8c9fb1;
}



/* Site map */
div.sitemap ul { list-style: none; }
div.sitemap ul li { margin-left: 20px; }
/*div.sitemap ul li.toplevel a { width: 50%; background-color: #ddeeff; }*/

.sitemap .division
{
	float: left;
	width: 100%;
	padding-right:15px;
	border-top:solid 2px #9eacb7;
}

