
#jpTabNav {

	float: left;
	width: 100%;
	background: #fff url(../../../../images/artex/tabs/gradBG.jpg) repeat-x top;
	line-height: normal;
	padding-bottom: 4px;
	
}
#jpTabNav ul {
    margin: 0px 0 0 0px;
    padding: 0 0 0 0;
    list-style:none;
	border-top: 1px solid #7097B6;
}
#jpTabNav li {
	float: left;
	border-left: 1px solid #fff;
	margin: 0 2px 0 0;
	padding: 0;

}
#jpTabNav a {
	float:left;
	display: block;
	padding: 4px 11px 2px 11px;
	color: #0066B3;
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
}
#jpTabNav a:active, #jpTabNav a:visited {
	color: #0066B3;
}
#jpTabNav a:hover {
	color: #990400;
}
#topNav {
	clear: both;
	padding-bottom: 5px;
	background: url(../../../../images/artex/nav_border.gif) repeat-x bottom;
}