﻿
/* Primary Navigation Link */

#navBar {
	height:30px;
	border:solid 0px #999999;	
	background-color:#ffffff;
	padding:0px;
}

#navBar ul {
	position: relative;
	width: 1024px; /* force hasLayout in IE */
	height: 30px;
	padding:0px;
	margin: 0px -100px 0px 0;
	border-top:double #666;
	border-bottom:1px solid #666;
	border-color: #bfbfbf;
	background-color:#ffffff;
}

#navBar ul li {
	float: left;
	display: block;
	margin-top:3px;
	padding: 0 7px;
	_padding: 0 7px;
	border-color: #bfbfbf;
}

#navBar ul li a.columnsarticles {
	/*background-image:url("../images/channel_a_hover.jpg");*/
	background:url(../images/columns_a.png) no-repeat;
	display:block;
	width:140px;
	_width:140px;
	height:25px;
	text-transform:none;
	text-decoration:none;
	color:White;
	border-bottom:0px solid #666;
	padding: 0 5px;
	
}

#navBar ul li a:hover.columnsarticles {
	background: url(../images/columns_hover.gif) no-repeat;
/*	height:21px;
	width:52px;
	display:block;
	border-bottom: 0px solid #999999;*/
}

#navBar ul li.selected a.columnsarticles {
	background: url(../images/columns_a_hover.gif) no-repeat;
/*	height:21px;
	width:53px;
	display:block;
	border-bottom: 0px solid #999999;*/
}

#navBar ul li a.archivedequipmentreviews {
	/*background-image:url("../images/channel_a_hover.jpg");*/
	background:url(../images/archived_a.png) no-repeat;
	display:block;
	width:202px;
	_width:202px;
	height:25px;
	text-transform:none;
	text-decoration:none;
	color:White;
	border-bottom:0px solid #666;
}

#navBar ul li a:hover.archivedequipmentreviews  {
	background: url(../images/archived_hover.gif) no-repeat;
	/*height:28px;
	width:71px;
	border-bottom: 0px solid #999999;	*/
}


#navBar ul li.selected a.archivedequipmentreviews {
	background: url(../images/archived_a_hover.gif) no-repeat;
	/*height:21px;
	width:71px;
	position:relative;
	border-bottom:0px solid #666*/
}

#navBar ul li a.supplementarymaterials {
	/*background-image:url("../images/channel_a_hover.jpg");*/
	background:url(../images/supplementary_a.png) no-repeat;
	display:block;
	width:182px;
	_width:182px;
	height:25px;
	text-transform:none;
	text-decoration:none;
	color:White;
	border-bottom:0px solid #666;
	
	
}

#navBar ul li a:hover.supplementarymaterials {
	background: url(../images/supplementary_hover.gif) no-repeat;
	/*height:21px;
	width:34px;
	border-bottom:0px solid #666	*/
}

#navBar ul li.selected a.supplementarymaterials {
	background: url(../images/supplementary_a_hover.gif) no-repeat;
	/*height:21px;
	width:34px;
	border-bottom:0px solid #666	*/
}


#navBar ul li a.parchannelnab {
	/*background-image:url("../images/channel_a_hover.jpg");*/
	background:url(../images/parchannel_a.png) no-repeat;
	display:block;
	width:125px;
	_width:125px;
	height:25px;
	text-transform:none;
	text-decoration:none;
	color:White;
	border-bottom:0px solid #666;
}

#navBar ul li a:hover.parchannelnab {
	background: url(../images/parchannel_hover.gif) no-repeat;
	/*height:21px;
	width:75px;
	border-bottom:0px solid #666	*/
}

#navBar ul li.selected a.parchannelnab {
	background: url(../images/parchannel_a_hover.gif) no-repeat;
/*	height:21px;
	width:73px;
	border-bottom: 0px solid #999999;*/	
}


/* Subscribe */

#navBar ul li a.subscribe {
	background:url(../images/subscribe.gif) no-repeat;
	display:block;
	width:85px;
	_width:85px;
	height:25px;
	text-transform:none;
	text-decoration:none;
	color:White;
	border-bottom:0px solid #666;
}

#navBar ul li a:hover.subscribe {
	background: url(../images/subscribe_Hover.gif) no-repeat;
}

#navBar ul li.selected a.subscribe {
	background: url(../images/subscribe_Active.gif) no-repeat;
}
/* Subscribe */

/* Resources */

#navBar ul li a.resources {
	background:url(../images/resources.gif) no-repeat;
	display:block;
	width:85px;
	_width:85px;
	height:25px;
	text-transform:none;
	text-decoration:none;
	color:White;
	border-bottom:0px solid #666;
}

#navBar ul li a:hover.resources {
	background: url(../images/resources_hover.gif) no-repeat;
}

#navBar ul li.selected a.resources {
	background: url(../images/resources_active.gif) no-repeat;
}
/* Resources */



.tabcontainer{
	clear: left;
	width:1024px;
	height: 50%;
	_width:1024px; /*width of 2nd level sub menus*/
	/*height:1.5em; height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
	/*border-bottom:1px solid #666;*/
	border-color: #bfbfbf;
	margin-bottom:4px;
	background-color:#ffffff;
}

.tabcontent{
	font-size:11px;
	display:none;
	border-bottom: solid 1px #666;
	border-color: #bfbfbf;
	height:20px;
	padding-left:8px;
	padding-top:5px;
}

/* for IE browser*/
*html .tabcontent{
	font-size:11px;
	display:none;
	border-bottom: solid 1px #666;
	border-color: #bfbfbf;
	height:20px;
	padding-left:8px;
	padding-top:5px;
}

.tabcontent a{
	line-height: 20px;
	padding: 0px 12px 0 0px;
	font-size: 11px;
	text-decoration: none;
	text-indent: 0; /* override text-indent from tier 1 anchors */
	color: #666;
}

/* for IE browser*/
*html .tabcontent a{
	line-height: 20px;
	padding: 0px 12px 0 0px;
	font-size: 11px;
	text-decoration: none;
	text-indent: 0; /* override text-indent from tier 1 anchors */
	color: #666;
}
.tabcontent a:hover{
	 /* override height from tier 1 anchors */
	line-height: 20px;
	padding: 0px 12px 0 0px;
	font-size: 11px;
	text-decoration:underline;
	text-indent: 0; /* override text-indent from tier 1 anchors */
	color: #0066b2;
}
/* for IE Browser */
*html .tabcontent a:hover{
	 /* override height from tier 1 anchors */
	line-height: 20px;
	padding: 0px 12px 0 0px;
	font-size: 11px;
	text-decoration:underline;
	text-indent: 0; /* override text-indent from tier 1 anchors */
	color: #0066b2;
}


.tabcontent a.selected{
	 /* override height from tier 1 anchors */
	font-size: 11px;
	text-indent: 0; /* override text-indent from tier 1 anchors */
	color: #0066b2;
	font-weight:bold;
}
/* for IE Browser */
*html .tabcontent a.selected{
	 /* override height from tier 1 anchors */
	font-size: 11px;
	text-indent: 0; /* override text-indent from tier 1 anchors */
	color: #0066b2;
	font-weight:bold;
}





