@charset "utf-8";
/* top navigatin menu formatting */

ul.tabs {
	list-style-type: none;
	
	display: block;
	width: 850px;
	height: 20px;
	
} ul.tabs li {
	float: left;
	padding: 0;
	margin: 0;
	padding-top: 0;
	margin-right: 0px;
	background-image: url(../images/tab_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	display: inline;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;	
} ul.tabs li a {
	float: left;
	display: block;
	color: #666666 !important;
	text-decoration: none;
	background-image: url(../images/tab_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: 20px;
	
	
} .tabs .active {
	background-image: url(../images/tab_active.gif);
	margin-right: 0px;
	top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}
.tabs .shadow a {
	background-image: url(../images/top_nav_left_shadow.gif);
	margin-left: 0px;
}


.tabs .active a {
	
	
	
	background-image: url(../images/tab_left_active.gif);
	color: #000000 !important;
	font-size: 1em !important;
}

ul.tabs li a:hover {
	text-decoration: underline;
}
