/* CSS Document */
#navcontainer{	/*container for enitre nav.  pushes down all the content below the subnav*/
	height:57px;
	padding:0px;
}
.panel1b #navcontainer, .webdotsection #navcontainer
{ /*turn subnav off for the HOME page */
	height:35px;
	padding:0px;
}
#hor_navbar {/*main nav formatting*/
	width: 1006px;
	height: 35px;
	background: url(/client_html/sn/hor_nav.gif);
	margin: 0px; padding: 0px;
	position: relative;
	float:left;
}
#hor_navbar li ul { /*subnav formatting*/
	margin:0;
	padding:0;
	position:absolute;
	top:32px;left:0px;
	_top:30px;
	padding-top:4px;
	height:22px;
	width:1006px;
	padding-left:21px;
	background:none;
}

#hor_navbar li{  /*float the main navbar and size the links vertically*/
	margin:0;
	float:left;
	padding-right:0px;
	display: block;
}

#hor_navbar li ul {display:none;}  /*hide the subnav by default*/

#hor_navbar li, #hor_navbar a {
	height:35px;
	line-height:35px;
	display:block;
}

#hor_navbar a span {display:none;}  /*hide text links for main nav items */

#hor_navbar li ul a { /*subnav link formatting*/
	position:relative;
	width:auto;
	display:block;
	float:left;
	height: 23px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 22px;
	margin-right: 1.5em;
	_margin-right: 0.5em;
	text-decoration:none;
}

/*set the widths of the main nav links*/
#panel1b, #panel1b a {width: 64px;}
#panel2b, #panel2b a  {width: 48px;}
#panel3b, #panel3b a  {width: 70px;}
#panel4b, #panel4b a  {width: 60px;}
#panel5b, #panel5b a  {width: 107px;}
#panel6b, #panel6b a  {width: 73px;}
#panel7b, #panel7b a  {width: 80px;}
#panel8b, #panel8b a  {width: 67px;}
#panel9b, #panel9b a  {width: 119px;}
#panel10b, #panel10b a  {width: 46px;}
#panel11b, #panel11b a  {width: 57px;}
#panel12b, #panel12b a  {width: 47px;}
#panel13b, #panel13b a  {width: 83px;}
#panel14b, #panel14b a  {width: 74px;}

/*do the rollovers and keep the rollover state depending on which page is loaded*/
#panel1b a:hover{background: transparent url(/client_html/sn/hor_nav.gif) 0 -35px no-repeat;}
#panel2b a:hover, .panel2b #navcontainer #panel2b a {background: transparent url(/client_html/sn/hor_nav.gif) -64px -35px no-repeat;}
#panel3b a:hover, .panel3b #navcontainer #panel3b a {background: transparent url(/client_html/sn/hor_nav.gif) -112px -35px no-repeat;}
#panel4b a:hover, .panel4b #navcontainer #panel4b a {background: transparent url(/client_html/sn/hor_nav.gif) -182px -35px no-repeat;}
#panel5b a:hover, .panel5b #navcontainer #panel5b a {background: transparent url(/client_html/sn/hor_nav.gif) -242px -35px no-repeat;}
#panel6b a:hover, .panel6b #navcontainer #panel6b a {background: transparent url(/client_html/sn/hor_nav.gif) -349px -35px no-repeat;}
#panel7b a:hover, .panel7b #navcontainer #panel7b a {background: transparent url(/client_html/sn/hor_nav.gif) -422px -35px no-repeat;}
#panel8b a:hover, .panel8b #navcontainer #panel8b a {background: transparent url(/client_html/sn/hor_nav.gif) -502px -35px no-repeat;}
#panel10b a:hover, .panel10b #navcontainer #panel10b a {background: transparent url(/client_html/sn/hor_nav.gif) -688px -35px no-repeat;}
#panel11b a:hover, .panel11b #navcontainer #panel11b a {background: transparent url(/client_html/sn/hor_nav.gif) -734px -35px no-repeat;}
#panel12b a:hover, .panel12b #navcontainer #panel12b a {background: transparent url(/client_html/sn/hor_nav.gif) -791px -35px no-repeat;}
#panel13b a:hover, .panel13b #navcontainer #panel13b a {background: transparent url(/client_html/sn/hor_nav.gif) -838px -35px no-repeat;}
#panel14b a:hover, .panel14b #navcontainer #panel14b a {background: transparent url(/client_html/sn/hor_nav.gif) -921px -35px no-repeat;}

/*take the background off of the subnav links*/
.panel1b #navcontainer #panel1b ul a,
.panel2b #navcontainer #panel2b ul a,
.panel3b #navcontainer #panel3b ul a,
.panel4b #navcontainer #panel4b ul a,
.panel5b #navcontainer #panel5b ul a,
.panel6b #navcontainer #panel6b ul a,
.panel7b #navcontainer #panel7b ul a,
.panel8b #navcontainer #panel8b ul a,
.panel10b #navcontainer #panel10b ul a,
.panel11b #navcontainer #panel11b ul a,
.panel12b #navcontainer #panel12b ul a,
.panel13b #navcontainer #panel13b ul a,
.panel14b #navcontainer #panel14b ul a {background:none;}

/*display a specific subnav based on which page is loaded*/
.panel1b #navcontainer #panel1b ul,
.panel2b #navcontainer #panel2b ul,
.panel3b #navcontainer #panel3b ul,
.panel4b #navcontainer #panel4b ul,
.panel5b #navcontainer #panel5b ul,
.panel6b #navcontainer #panel6b ul,
.panel7b #navcontainer #panel7b ul,
.panel8b #navcontainer #panel8b ul,
.panel10b #navcontainer #panel10b ul,
.panel11b #navcontainer #panel11b ul,
.panel12b #navcontainer #panel12b ul,
.panel13b #navcontainer #panel13b ul,
.panel14b #navcontainer #panel14b ul {display:block;}

/*underline subnav when hovered*/
#hor_navbar li ul a:hover{text-decoration:underline;}