@charset "utf-8";
/* CSS Document */

#divNav {
	margin: 0;
	padding: 0;
	height: 30px;
	width: auto;
	background-color: transparent;
	background-image: url(../images/template_pieces/bk_nav2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
	top: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	}

#nav {
	position: relative;
	width: 718px;
	z-index: 1000;
	height: 26px;
	top: 3px;
	}

#nav li ul, #nav li ul {
	line-height: 23px;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 0px;
	padding-left: 0px;
	}

#nav a {
		text-decoration: none;
	}

#nav li {
	/*float the main list items*/
  margin: 0;
	float: left;
	display: block;
	padding-right: 2px;
	
}
#nav li ul {
		display: none;
	}

#nav li.off ul, #nav li.on ul {
	/*put the subnavs below and hide them all*/
	position: absolute;
	height: 15px;
	left: 0px;
	padding-top: 0px;
	width: 400px;
	padding-left: 30px;
	/*put the subnav below*/
  	top: 23px;
  	*top: 22px; /*reposition for IE*/
	/*padding-top: 15px;*/
}

#nav li.on a {
	/*change border color for active topic area*/
  border: 1px solid #FFF;
}

#nav li.on:hover ul a, #nav li.over ul li a {/*for ie - the specificity is necessary*/
	background-color: transparent;
}
#nav li a {
	font-weight: bold;
	display: block;
	height: 15px;
	width: 80px;
	font-family: Verdana, Geneva, sans-serif;
	padding: 5px;
}

#nav li.on ul {
  /*display active subnav list*/
  /*display the current topic*/
  display: block;
}
#nav li.on ul a, #nav li.off ul a {
	/*  cancel inherit of border
      on subnav of active topic */
  border: 0;
	float: left; /*ie doesn't inherit the float*/
	width: auto;
	margin-right: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
}

}
#nav li.off a:hover, #nav li.off:hover a {
	background-color: transparent;
}

#nav li.off:hover ul, #nav li.over ul { 
    /*  display the other topics when
      their parent is hovered */
	display: block;
  	z-index: 6000;
}

#nav li.off a:hover,
#nav li:hover a,
#nav li.over a {
	color: #9F6134;
	background-color: transparent;
}
/*do the image replacement*/

	#nav li span {
		position: absolute;
		left: -9384px;
	}

#liMaps a, #liGuides a, #liData a, #liTraining a, #liDigital a {
	display: block;
	position: relative;
	height: 26px; /*contains all hover states*/
	background-image: url(../images/template_pieces/bk_dropdownmap.gif);
	background-repeat: no-repeat;
	}

/*first, put the initial states in place*/

#liMaps a {
	background-position: 0 0;
}

#liGuides a {
	background-position: -101px 0;
}

#liData a {
	background-position: -198px 0;
}

#liTraining a {
	background-position: -299px 0;
}

/*active area - for this demo - the code could be based on a body class, and probably work better.*/

 #liData.on a {
 	background-position: -204px -37px;
 } /*add selectors for the other li's and background-positions*/

/*hover states*/

#liMaps a:hover, #liMaps:hover a, #liMaps.over a {
	background-position: 0 -33px;
}

#liGuides a:hover, #liGuides:hover a, #liGuides.over a {
	background-position: -101px -33px;
}

#liData a:hover, #liData:hover a, #liData.over a {
	background-position: -198px -33px;
}

#liTraining a:hover, #liTraining:hover a, #liTraining.over a {
	background-position: -299px -33px;
}

/*subnav formatting*/

#nav li.off ul a, #nav li.on ul a {
	display: block;
	background: transparent;
	color: #1D3D58;
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
}		

#nav li.on ul a {
	background-color: #FFF;
}

