.vcursor {
    cursor:pointer;
}
#vselector {
	background-image: url(/assets/img/mnu/vehicle_selector_bg.jpg);
	background-repeat: no-repeat;
	padding-top: 26px;
	list-style-image: none;
	list-style-type: none;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#vselector li {
	float: left;
}
#vselector a * {
	display: none;
}
#vselector a, #vselector a .hover {
	height: 95px;
	position: relative;
	display: block;
	background: url(/assets/img/mnu/vehicle_selector.jpg) 0 0 no-repeat;
}
/* individual items */
#vselector a.vType01 {
	background-position: 0 0;
	width: 147px;
}
#vselector .highlight a.vType01:hover, #vselector a.vType01 .hover {
	background-position: 0 -190px;
	width: 147px;
}
#vselector a.vType02 {
	background-position: -148px 0px;
	width: 142px;
}
#vselector .highlight a.vType02:hover, #vselector a.vType02 .hover {
	background-position: -148px -190px;
}
#vselector a.vType03 {
	background-position: -289px 0px;
	width: 141px;
}
#vselector .highlight a.vType03:hover, #vselector a.vType03 .hover {
	background-position: -289px -190px;
}
#vselector a.vType04 {
	background-position: -430px 0px;
	width: 149px;
}
#vselector .highlight a.vType04:hover, #vselector a.vType04 .hover {
	background-position: -430px -190px;
}
#vselector a.vType05 {
	background-position: -579px 0px;
	width: 170px;
}
#vselector .highlight a.vType05:hover, #vselector a.vType05 .hover {
	background-position: -579px -190px;
}
#vselector a.vType06 {
	background-position: -749px 0px;
	width: 151px;
}
#vselector .highlight a.vType06:hover, #vselector a.vType06 .hover {
	background-position: -749px -190px;
}