/*
	(c)Copyright 2007 Ford Motor Company. All rights reserved.
*/

#tabs {
	float:left;
	width:100%;
}

#tabs ul {
	list-style:none;
	margin:0;
	padding:0;
}

#tabs li {
	display:inline;
	margin:0;
}

#tabs a {
	background:url("/fordconnection/images/left.gif") no-repeat left top;
	cursor:hand;
	float:left;
	height:41px;
	margin:0;
	padding:0 0 0 2px;
	text-align: center;
	text-decoration:none;
}

/* For standards compliant browsers */
#tabs a span.outer {
	background:url("/fordconnection/images/right.gif") no-repeat right top; 
	color:#FFFFFF;
	float:left;
	font-weight:bold;
}

.vcenter span.outer {
	position:relative;
	display:table;
	overflow:hidden;
	height:100%;
	width:100%;
}

/* For standards compliant browsers */
.vcenter span.inner {
	position:relative; top:0; left:0;
	vertical-align: middle;
	display: table-cell;
}

/* For standards compliant browsers */
#tabs span.ie {
	padding-right:2px;
	margin-left:-2px;
}

.count6 a, .count6 span.ie {
	width:13.75%;
}

.count5 a, .count5 span.ie {
	width:16%;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span.outer {
	float:none;
}
/* End IE5-Mac hack */

#tabs a#current {
	background-position:0 -41px;
}

#tabs a#current span.outer {
	background-position:100% -41px;
	color:#333333;
}

#tabs a#current:hover span.outer {
	cursor:default;
}

#tabs a#currentSuspended {
	background-position:0 -41px;
}

#tabs a#currentSuspended span.outer {
	background-position:100% -41px;
	color:#333333;
}

#tabs a#currentSuspended:hover {
	background-position:0 -82px;
}

#tabs a#currentSuspended:hover span.outer {
	background-position:100% -82px;
}

#tabs a:hover {
	background-position:0 -82px;
}

#tabs a:hover span.outer {
	background-position:100% -82px;
}