/* main menu */
#carz_subpage td {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); /* IE 5.5+*/
-moz-opacity: 0.9; /* Mozilla 1.6 и ниже */
-khtml-opacity: 0.9; /* Konqueror 3.1, Safari 1.1 */
opacity: 0.9; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
	
}
#carz_subpage {
	margin:-27px 0 25px 0px;
}

#carz_subpage table {
	width:100%;
	border:none;
}
#carz_subpage table td {
	text-align:center;
	vertical-align:middle;
	padding:0;
	border:none;
}
#carz_subpage table td {
	background:url(images/bg_main_menu.jpg) top repeat-x;
/*	width:11%;*/
	white-space:nowrap;
	font-size:11px;
	font-weight:bold;
	color:#1C0202;
}
#carz_subpage table td.hover {
	background:url(images/bg_main_menu_hover.jpg) top repeat-x;
/*	width:11%;*/
	white-space:nowrap;
	font-size:11px;
	font-weight:bold;
	color:#1C0202;
}

/*Prius*/
#carz_subpage table td#prius {
  background:url(images/blue_bg_main_menu.jpg) top repeat-x;
  width:10%;
  white-space:nowrap;
  font-size:11px;
  font-weight:bold;
  color:#1C0202;
}
#carz_subpage table td#prius.hover {
  background:url(images/blue_bg_main_menu_hover.jpg) top repeat-x;
  width:10%;
  white-space:nowrap;
  font-size:11px;
  font-weight:bold;
  color:#1C0202;
}
/*end Prius*/

#carz_subpage table td a:link {
	color: #1C0202;
	text-decoration: none;
	cursor:pointer;
}
#carz_subpage table td a:visited {
	text-decoration: none;
	color: #3F4242;
	cursor:pointer;
}
#carz_subpage table td a:hover {
	text-decoration: none;
	color: #FFFFFF;
	cursor:pointer;
}
#carz_subpage table td a:active {
	text-decoration: none;
	color: #FFFFFF;
	cursor:pointer;
}
#carz_subpage table td a {
	font-weight: bold;
	display:block;
	padding:14px 25px 14px 25px;
	cursor:pointer;
}
#carz_subpage table td.hover a {
	font-weight: bold;
	color:#FFFFFF !important;
	display:block;
	padding:14px 25px 14px 25px;
}
#carz_subpage table td.menu_spacer {
	width:2px;
	padding:0;
}