a {
	text-decoration: none;
	color: #1F2197;
}

a:hover {
	text-decoration: underline;
}

#navtabs {
	list-style: none;
	padding: 0;
	height: 30px;
	width:auto;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 4px solid #0288D8;
}

#navtabs li {
	float: left;
	background: #CCE7F7 url(images/tableft.png) no-repeat left bottom;
	padding: 8px 0 8px 14px;
	margin-right: 1px;
	width:auto;
}

#navtabs li a {
	background: #CCE7F7 url(images/tabright.png) no-repeat bottom right;
	padding: 8px 14px 8px 0;
}

#navtabs li.current-cat {
	background: #0288D8 url(images/tableft_active.png) no-repeat left bottom;
}

#navtabs li.current-cat a {
	background: #0288D8 url(images/tabright_active.png) no-repeat right bottom;
	color: #FFFFFF;
}