a.menuItem {
	font-family: "Arial";
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-align:center;
	margin: 0px 0px 0px 1px;
	padding: 4px 0px 0px;
	display: block;
	text-decoration: none;
	white-space: nowrap;
	cursor: hand;
	width:87px;
	height:18px;
	background-image: url(images/vehicles-menu-bg.gif);
}

a.menuItem:hover {
	text-decoration: underline;
}

div.menu {
	background-color: transparent;
	left: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	visibility: hidden;
	z-index: 101;
}

