.division-nav{
	width:600px;
	position:absolute;
	left:500px;
	top: -1px;
	z-index:0;
}

.section-nav{
	width:961px;
	position:relative;
	left: -40px;
	top: 0px;
}

.section-nav-trade{
	width:960px;
	height:26px;
	position:relative;
	left: -40px;
	top: 0px;
}


.tabrow li:hover {
		    background: #FFF;
		    color: #000;
		    z-index: 2;
		    border-bottom-color: #FFF;
		}


.tabrow {
	text-align: center;
	list-style: none;
	padding: 0;
	padding-left: 45px;
	line-height: 24px;
	height: 26px;
	overflow: hidden;
	font-size: 9px;
	font-weight:500;
	font-family: verdana;
	position: relative;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
		}
		
.tabrow li {
	border: 1px solid #AAA;
	background: #D1D1D1;
	background: -o-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
	background: -ms-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
	background: -moz-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
	background: -webkit-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
	background: linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
	display: inline-block;
	position: relative;
	z-index: 0;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #FFF;
	text-shadow: 0 1px #FFF;
	width: auto;
	margin-top: 0;
	margin-right: -20px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	float: left;
	
		}
		.tabrow a {
			  color: #444;
			  font-weight:normal;
			  text-decoration: none;
		}
		.tabrow li.selected {
		    background: #FFF;
		    color: #000;
		    z-index: 3;
		    border-bottom-color: #FFF;
		}
		.tabrow:before {
		    position: absolute;
		    content: " ";
		    width: 100%;
		    bottom: 0;
		    left: 0;
		    border-bottom: 1px solid #AAA;
		    z-index: 1;
		}
		.tabrow li:before,
		.tabrow li:after {
		    border: 1px solid #AAA;
		    position: absolute;
		    bottom: -1px;
		    width: 5px;
		    height: 5px;
		    content: " ";
		}
		.tabrow li:before {
		    left: -6px;
		    border-bottom-right-radius: 6px;
		    border-width: 0 1px 1px 0;
		    box-shadow: 2px 2px 0 #D1D1D1;
		}
		.tabrow li:after {
		    right: -6px;
		    border-bottom-left-radius: 6px;
		    border-width: 0 0 1px 1px;
		    box-shadow: -2px 2px 0 #D1D1D1;
		}
		.tabrow li.selected:before {
		    box-shadow: 2px 2px 0 #FFF;
		}
		.tabrow li.selected:after {
		    box-shadow: -2px 2px 0 #FFF;
		}

/*--Division of Regulation and Inspection--*/
.tabrow-regulation {
	text-align: center;
	list-style: none;
	padding: 0;
	padding-left: 45px;
	line-height: 24px;
	height: 26px;
	overflow: hidden;
	font-size: 9px;
	font-weight:500;
	font-family: verdana;
	position: relative;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
		}
		
.tabrow-regulation li {
	behavior: url(/js/PIE.htc);
	border: 1px solid #AAA;
	background: url(../images/tabs.png) repeat-x 0 0; /*--Fallback for IE and other non-CSS3 and buggy browsers--*/
	display: inline-block;
	position: relative;
	z-index: 0;
	/*--ADDING ROUNDED CORNER--*/
  	-webkit-border-radius: 6px 6px 0px 0px;
	-moz-border-radius: 6px 6px 0px 0px;
	border-radius: 6px 6px 0px 0px;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #FFF;
	text-shadow: 0 1px #FFF;
	width: auto;
	margin-top: 0;
	margin-right: -20px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	float: left;
		}
		
.tabrow-regulation li:hover {
	background: #FFF;
	color: #000;
	z-index: 2;
	border-bottom-color: #FFF;
		}		
		
.tabrow-regulation a {
	color: #444;
	font-weight:normal;
	text-decoration: none;
		}
	
	.tabrow-regulation li.selected {
		    background: #FFF;
		    color: #000;
		    z-index: 3;
		    border-bottom-color: #FFF;
		}
		.tabrow-regulation:before {
		    position: absolute;
		    content: " ";
		    width: 100%;
		    bottom: 0;
		    left: 0;
		    border-bottom: 1px solid #AAA;
		    z-index: 1;
		}
		.tabrow-regulation li:before,
		.tabrow-regulation li:after {
		    border: 1px solid #AAA;
		    position: absolute;
		    bottom: -1px;
		    width: 5px;
		    height: 5px;
		    content: " ";
		}
		.tabrow-regulation li:before {
			behavior: url(/js/PIE.htc);
		    left: -6px;
		    /*--ADDING ROUNDED CORNER--*/
  			-webkit-border-radius: 6px 6px 0px 0px;
			-moz-border-radius: 6px 6px 0px 0px;
			border-radius: 6px 6px 0px 0px;
		    border-width: 0 1px 1px 0;
		    box-shadow: 2px 2px 0 #D1D1D1;
		}
		.tabrow-regulation li:after {
			behavior: url(/js/PIE.htc);
		    right: -6px;
		    /*--ADDING ROUNDED CORNER--*/
  			-webkit-border-radius: 6px 6px 0px 0px;
			-moz-border-radius: 6px 6px 0px 0px;
			border-radius: 6px 6px 0px 0px;
		    border-width: 0 0 1px 1px;
		    box-shadow: -2px 2px 0 #D1D1D1;
		}
		.tabrow-regulation li.selected:before {
			behavior: url(/js/PIE.htc);
		    box-shadow: 2px 2px 0 #FFF;
		}
		.tabrow-regulation li.selected:after {
			behavior: url(/js/PIE.htc);
		    box-shadow: -2px 2px 0 #D1D1D1;
		}
/*--Division of Regulation and Inspection End tabs--*/


/*--Division Tags--*/

.tabrow-division li:hover {
	color: #000;
	z-index: 2;
	border-bottom-color: #FFF;
	background-color: #FFF;
		}


.tabrow-division {
	text-align: center;
	list-style: none;
	padding: 0;
	line-height: 24px;
	height: 26px;
	overflow: hidden;
	font-size: 9px;
	font-weight:500;
	font-family: verdana;
	position: relative;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	width: 550px;
		}
		
		.tabrow-division li {
		    border: 1px solid #e3e4e4;
		    background: #D1D1D1;
		    background: -o-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
		    background: -ms-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
		    background: -moz-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
		    background: -webkit-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
		    background: linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
		    display: inline-block;
		    position: relative;
		    z-index: 0;
		    border-top-left-radius: 6px;
		    border-top-right-radius: 6px;
		    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #FFF;
		    text-shadow: 0 1px #FFF;
		    margin: 0 -5px;
		    padding: 0 20px;
		}
		.tabrow-division a {
			  color: #444;
			  font-weight:normal;
			  text-decoration: none;
		}
		.tabrow-division li.selected {
	background: #FFF;
	color: #000;
	z-index: 3;
	border-bottom-color: #FFF;
		}
		.tabrow-division:before {
		    position: absolute;
		    content: " ";
		    width: 100%;
		    bottom: 0;
		    left: 0;
		    border-bottom: 1px solid #e3e4e4;
		    z-index: 1;
		}
		.tabrow-division li:before,
		.tabrow-division li:after {
		    border: 1px solid #e3e4e4;
		    position: absolute;
		    bottom: -1px;
		    width: 5px;
		    height: 5px;
		    content: " ";
		}
		.tabrow-division li:before {
		    left: -6px;
		    border-bottom-right-radius: 6px;
		    border-width: 0 1px 1px 0;
		    box-shadow: 2px 2px 0 #D1D1D1;
		}
		.tabrow-division li:after {
		    right: -6px;
		    border-bottom-left-radius: 6px;
		    border-width: 0 0 1px 1px;
		    box-shadow: -2px 2px 0 #D1D1D1;
		}
		.tabrow-division li.selected:before {
		    box-shadow: 2px 2px 0 #FFF;
		}
		.tabrow-division li.selected:after {
		    box-shadow: -2px 2px 0 #FFF;
		}
		
		
/*--Division of Marketing--*/
.tabrow-market {
	text-align: center;
	list-style: none;
	padding: 0;
	padding-left: 22px;
	line-height: 11px;
	width:980px;
	height: 35px;
	overflow: hidden;
	font-size: 9px;
	font-weight:500;
	font-family: verdana;
	position: relative;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
		}
		
.tabrow-market li {
	behavior: url(/js/PIE.htc);
	border: 1px solid #AAA;
	background: url(../images/tabs2.png) repeat-x 0 0; /*--Fallback for IE and other non-CSS3 and buggy browsers--*/
	display: inline-block;
	position: relative;
	z-index: 0;
	/*--ADDING ROUNDED CORNER--*/
  	-webkit-border-radius: 6px 6px 0px 0px;
	-moz-border-radius: 6px 6px 0px 0px;
	border-radius: 6px 6px 0px 0px;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #FFF;
	text-shadow: 0 1px #FFF;
	width: auto;
	margin-top: 0;
	margin-right: -20px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	float: left;
		}
		
.tabrow-market li:hover {
	background: #FFF;
	color: #000;
	z-index: 2;
	border-bottom-color: #FFF;
		}		
		
.tabrow-market a {
	color: #444;
	font-weight:normal;
	text-decoration: none;
		}
	
	.tabrow-market li.selected {
		    background: #FFF;
		    color: #000;
		    z-index: 3;
		    border-bottom-color: #FFF;
		}
		.tabrow-market:before {
		    position: absolute;
		    content: " ";
		    width: 100%;
		    bottom: 0;
		    left: 0;
		    border-bottom: 1px solid #AAA;
		    z-index: 1;
		}
		.tabrow-market li:before,
		.tabrow-market li:after {
		    border: 1px solid #AAA;
		    position: absolute;
		    bottom: -1px;
		    width: 5px;
		    height: 5px;
		    content: " ";
		}
		.tabrow-market li:before {
			behavior: url(/js/PIE.htc);
		    left: -6px;
		    /*--ADDING ROUNDED CORNER--*/
  			-webkit-border-radius: 6px 6px 0px 0px;
			-moz-border-radius: 6px 6px 0px 0px;
			border-radius: 6px 6px 0px 0px;
		    border-width: 0 1px 1px 0;
		    box-shadow: 2px 2px 0 #D1D1D1;
		}
		.tabrow-market li:after {
			behavior: url(/js/PIE.htc);
		    right: -6px;
		    /*--ADDING ROUNDED CORNER--*/
  			-webkit-border-radius: 6px 6px 0px 0px;
			-moz-border-radius: 6px 6px 0px 0px;
			border-radius: 6px 6px 0px 0px;
		    border-width: 0 0 1px 1px;
		    box-shadow: -2px 2px 0 #D1D1D1;
		}
		.tabrow-market li.selected:before {
			behavior: url(/js/PIE.htc);
		    box-shadow: 2px 2px 0 #FFF;
		}
		.tabrow-market li.selected:after {
			behavior: url(/js/PIE.htc);
		    box-shadow: -2px 2px 0 #D1D1D1;
		}
/*--Division of Marketing End tabs--*/


/*--3rd level navigation--*/		
.third-level li {
	color:#2a2c2f;
	font-size:9px;
	font-style:normal;
	font-weight:lighter;
	font-family: verdana;
	margin-bottom:6px;
	background-repeat: no-repeat;
	background-image: url(../images/nav-tab.jpg);
	background-position: 0px 0px;
	margin-left: 2px;
	padding-left: 18px;
	padding-bottom:12px;
	padding-right:10px;
	float:left;
	display: inline-block;
	position: relative;
	left:48px;
	list-style:none;
}

.third-level li a {
	z-index:0px;
	color:#2a2c2f;
	text-decoration:none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	font-weight:lighter;
}

.third-level li a:hover {
	color:#405e72;
	z-index:9;
	background-position: -15px 0px;
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	background-position: 2px 0px;
	text-decoration: underline;
	font-weight:lighter;
}

.third-level li.selected {
	color:#405e72;
	z-index:99;
	font-size:9px;
	font-weight:bold;
	margin-bottom:6px;
	background-repeat: no-repeat;
	background-image: url(../images/nav-tab.jpg);
	background-position: 0px 0px;
	margin-left: 2px;
	padding-left: 18px;
	padding-bottom:12px;
	padding-right:10px;
	float:left;
	display: inline-block;
	position: relative;
	left:48px;
	text-decoration:underline;
}

.third-level li.selected a {
	color:#405e72;
	font-weight:bold;
}
/*--end 3rd level navigation--*/

/*--4th level navigation remove unless needed--*/	
.third-level ul {
	margin-bottom:0px;
	margin-left: 0px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
	position: absolute;
	width:120px;
	height:auto;
	background-color:#FFF;
	/*--ADDING SHADOW--*/
	-webkit-box-shadow: 0px 8px 8px #333415;
	-moz-box-shadow: 0px 8px 8px #333415;
	box-shadow: 0px 8px 8px #333415;
	/*--ADDING ROUNDED CORNER--*/
  	-webkit-border-radius: 0px 0px 13px 13px;
	-moz-border-radius: 0px 0px 13px 13px;
	border-radius: 0px 0px 13px 13px;
	left:0;
	top:25px;
	list-style:none;
}

.third-level ul li {
	font-size:9px;
	font-style:normal;
	font-weight:lighter;
	font-family: verdana;
	padding-left:0px;
	padding-top:0px;
	left:0px;
	top:0px;
	line-height:0px;
	background-image:none;
	list-style:none;
	
}

.third-level ul li a{
	color:#405e72;
	text-decoration:none;
	
}

.third-level ul li.selected{
	text-decoration:none;
	
}
		
/*--end 4th level navigation remove unless needed--*/

/*--3rd show level navigation--*/		
.third-level-show li {
	color:#2a2c2f;
	font-size:9px;
	font-style:normal;
	font-weight:lighter;
	font-family: verdana;
	margin-bottom:6px;
	background-repeat: no-repeat;
	background-image: url(../images/nav-tab.jpg);
	background-position: 0px 0px;
	margin-left: 2px;
	padding-left: 18px;
	padding-bottom:12px;
	padding-right:5px;
	float:left;
	display: inline-block;
	position: relative;
	left:48px;
	list-style:none;
}

.third-level-show li a {
	z-index:0px;
	color:#2a2c2f;
	text-decoration:none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	font-weight:lighter;
}

.third-level-show li a:hover {
	color:#405e72;
	z-index:9;
	background-position: -15px 0px;
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	background-position: 2px 0px;
	text-decoration: underline;
	font-weight:lighter;
}

.third-level-show li.selected {
	color:#405e72;
	z-index:99;
	font-size:9px;
	font-weight:bold;
	margin-bottom:6px;
	background-repeat: no-repeat;
	background-image: url(../images/nav-tab.jpg);
	background-position: 0px 0px;
	margin-left: 2px;
	padding-left: 18px;
	padding-bottom:12px;
	padding-right:10px;
	float:left;
	display: inline-block;
	position: relative;
	left:50px;
	text-decoration:underline;
}

.third-level-show li.selected a {
	color:#405e72;
	font-weight:bold;
}
/*--end 3rd show level navigation--*/

/*--4th show level navigation remove unless needed--*/	
.third-level-show ul {
	margin-bottom:0px;
	margin-left: 0px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
	position: absolute;
	width:120px;
	height:auto;
	background-color:#FFF;
	/*--ADDING SHADOW--*/
	-webkit-box-shadow: 0px 8px 8px #333415;
	-moz-box-shadow: 0px 8px 8px #333415;
	box-shadow: 0px 8px 8px #333415;
	/*--ADDING ROUNDED CORNER--*/
  	-webkit-border-radius: 0px 0px 13px 13px;
	-moz-border-radius: 0px 0px 13px 13px;
	border-radius: 0px 0px 13px 13px;
	left:0;
	top:25px;
	list-style:none;
}

.third-level-show ul li {
	font-size:9px;
	font-style:normal;
	font-weight:lighter;
	font-family: verdana;
	padding-left:0px;
	padding-top:0px;
	left:0px;
	top:0px;
	line-height:0px;
	background-image:none;
	list-style:none;
	
}

.third-level-show ul li a{
	color:#405e72;
	text-decoration:none;
	
}

.third-level-show ul li.selected{
	text-decoration:none;
	
}
		
/*--end show level navigation remove unless needed--*/

/*--3rd level navigation--*/		
.third-level-trade li {
	color:#2a2c2f;
	font-size:9px;
	font-style:normal;
	font-weight:lighter;
	font-family: verdana;
	margin-bottom:6px;
	background-repeat: no-repeat;
	background-image: url(../images/nav-tab.jpg);
	background-position: 0px 0px;
	margin-left: 2px;
	padding-left: 18px;
	padding-bottom:12px;
	padding-right:10px;
	float:left;
	display: inline-block;
	position: relative;
	left:50px;
	list-style:none;
}

.third-level-trade li a {
	z-index:0px;
	color:#2a2c2f;
	text-decoration:none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	font-weight:lighter;
}

.third-level-trade li a:hover {
	color:#405e72;
	z-index:9;
	background-position: -15px 0px;
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	background-position: 2px 0px;
	text-decoration: underline;
	font-weight:lighter;
}

.third-level-trade li.selected {
	color:#405e72;
	z-index:99;
	font-size:9px;
	font-weight:bold;
	margin-bottom:6px;
	background-repeat: no-repeat;
	background-image: url(../images/nav-tab.jpg);
	background-position: 0px 0px;
	margin-left: 2px;
	padding-left: 18px;
	padding-bottom:12px;
	padding-right:10px;
	float:left;
	display: inline-block;
	position: relative;
	left:50px;
	text-decoration:underline;
}

.third-level-trade li.selected a {
	color:#405e72;
	font-weight:bold;
}
/*--end 3rd level navigation--*/		