#tabNav {
	position: relative;
	font-size: 93%;
	background: url(bg.gif) #E0E0E0 repeat-x 50% bottom; 
	float: left;
	width: 100%;
	line-height: normal;
	margin-bottom: 1em;
}
#tabNav UL {
	padding: 10px 10px 0 10px;
	margin: 0;
	list-style-type: none
}
#tabNav LI {
	padding: 0 0 0 9px;
	background: url(left.gif) no-repeat left top;
	border-bottom: 1px solid #DDDDDD;
	position: relative;
	float: left; 
	margin: 0;
}
#tabNav A {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 6px;
	display: block;
	font-weight: bold;
	background: url(right.gif) no-repeat right top;
	position: relative;
	float: left;
	text-decoration: none;
	white-space: nowrap;
	color: #212F86;
}
#tabNav A {
	float: none
}
#tabNav A:hover {
	color: #333
}
#tabNav .on {
	border-bottom: 1px solid #F9F9F9;
	background-image: url(left_on.gif)
}
#tabNav .on A {
	background-image: url(right_on.gif);
	color: #333
}
#tabNav.simpleTabs {
	background: none;
	margin-bottom:0;
	padding-left:0;
	border-bottom:1px solid #DDDDDD;
}
#tabNav.simpleTabs UL {
	padding-left:1px
}