/* Breadcrumbs */
.breadcrumbs{
	font-size:9px;
	color:#999;
	margin:0 0 0 10px;
	text-transform:lowercase;
}
.breadcrumbs .separator{
	color:#999;
}
.breadcrumbs a,
.breadcrumbs a:visited{
	color:#999;
	text-decoration:none;
}
.breadcrumbs a:active,
.breadcrumbs a:hover{
	color:#666;
	text-decoration:underline;
}
/* Navigation */
#navigation{
	background-color:#F0F0F0;
	width:754px;
	height:29px;
}
.nav-border-left{
	background:#fff url(/Images/Menu/nav_border_left.gif) top left no-repeat;
	width:7px;
	height:29px;
	float:left;
}
.nav-border-right{
	background:#fff url(/Images/Menu/nav_border_right.gif) top left no-repeat;
	width:7px;
	height:29px;
	float:left;
}
.nav-button{
	height:29px;
	float:left;
}
.menu{
	float:left;
	width:740px;
}
/*DhtmlMenu - <td class="[x]"><span>*/
.menu-new,
.menu-new img{
	cursor:pointer;
	width:95px;
	height:29px;
}
.menu-preowned,
.menu-preowned img{
	cursor:pointer;
	width:126px;
	height:29px;
}
.menu-service,
.menu-service img{
	cursor:pointer;
	width:101px;
	height:29px;
}
.menu-location,
.menu-location img{
	cursor:pointer;
	width:113px;
	height:29px;
}
.menu-contact,
.menu-contact img{
	cursor:pointer;
	width:110px;
	height:29px;
}
.menu-collision,
.menu-collision img{
	cursor:pointer;
	width:195px;
	height:29px;
}
/*subitems*/
table.menu-subitem{
	background:none;
	border-collapse:collapse;
	border-style:none;
}
.menu-subitem{
	background-color:#EEE;
	border:1px solid #CCC;
}
.menu-subitem span{
	color:#333;
	display:block;
	font:bold 10px verdana,tahoma,sans-serif;
	padding:2px 5px;
}
.menu-subitem-hover{
	background-color:#DDD;
	border:1px solid #BBB;
	cursor:pointer;/*do NOT change to hand*/
}
.menu-subitem-hover span{
	color:#000;
	display:block;
	font:bold 10px verdana,tahoma,sans-serif;
	padding:2px 5px;
}
/* ChildNavigation */
ul.child-nav{
	font:11px verdana,tahoma,sans-serif;
	margin:10px 0;
	padding:0;
}
.child-nav li{
	color:#F90;
	list-style-type:square;
	margin:0 0 0 25px;
}
.child-nav a,
.child-nav a:visited{
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}
.child-nav a:active,
.child-nav a:hover{
	text-decoration:underline;
}
