#Bar {
	background-color: #F2F2F2;
	background-image: url(../DesignImages/BarBG.gif);
}
#Bar div {
	width: 92px;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial;
}
a div#CarTitleIndex {
	width: 92px;
	padding-top: 4px;
	padding-bottom: 4px;
	height: 10px;
}
a div#CarTestIndex {
	width: 92px;
	color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 4px;
}
.OutBar a div#CarTestIndex {
	background-color: #FFFFFF;
	color: #FFFFFF;
	text-decoration: none;
}
.OverBar a div#CarTestIndex {
	background-color: #006cb8;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover div#CarTestIndex {
	background-image: url(../DesignImages/ArrowWhite.gif);
	background-repeat: no-repeat;
	background-position: 4px center;
	cursor: hand;
}
.OverBar a div#CarTitleIndex {
	color: #006cb8;
	text-decoration: none;
}
.OutBar a#NoTest div#CarTitleIndex {
	color: #808080;
	text-decoration: none;
	border-bottom: 3px solid #FFFFFF
}
.OverBar a#NoTest div#CarTitleIndex {
	color: #006cb8;
	text-decoration: none;
	border-bottom: 3px solid #006cb8
}
.OutBar a div#CarTitleIndex {
	color: #808080;
	text-decoration: none;
}
.OverBar a div#CarTitleIndex,.OverBar a  div img {
	color: #006cb8;
	text-decoration: none;
	cursor: hand;
}
a:hover div#CarTitleIndex {
	background-image: url(../DesignImages/ArrowBlue.gif);
	background-repeat: no-repeat;
	background-position: 4px center;
}
.OutBar {
	width: 92px;
	border-top: 3px solid #FFFFFF;
}
.OverBar {
	width: 92px;
	border-top: 3px solid #006cb8;
}