.ddsmoothmenu {
	height:38px;
}

.ddsmoothmenu ul {
	z-index:1000;
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.ddsmoothmenu ul li {
	position:relative;
	display:inline;
	cursor:pointer;
	float:left;
	text-align:left;
}

.ddsmoothmenu ul li a {
	display:block;
	text-decoration:none;
}

.ddsmoothmenu ul li a.home {
	width:97px;
	height:38px;
	background:url(../images/home.jpg) no-repeat left top;
}

.ddsmoothmenu ul li a.home:hover {
	text-decoration:none;
	background:url(../images/home.jpg) no-repeat left -38px;
}

.ddsmoothmenu ul li a.inventory {
	width:118px;
	height:38px;
	background:url(../images/inventory.jpg) no-repeat left top;
}

.ddsmoothmenu ul li a.inventory:hover {
	text-decoration:none;
	background:url(../images/inventory.jpg) no-repeat left -38px;
}

.ddsmoothmenu ul li a.apply_online {
	width:147px;
	height:38px;
	background:url(../images/apply_online.jpg) no-repeat left top;
}

.ddsmoothmenu ul li a.apply_online:hover {
	text-decoration:none;
	background:url(../images/apply_online.jpg) no-repeat left -38px;
}

.ddsmoothmenu ul li a.about_us {
	width:110px;
	height:38px;
	background:url(../images/about_us.jpg) no-repeat left top;
}

.ddsmoothmenu ul li a.about_us:hover {
	text-decoration:none;
	background:url(../images/about_us.jpg) no-repeat left -38px;
}

.ddsmoothmenu ul li a.our_staff {
	width:116px;
	height:38px;
	background:url(../images/our_staff.jpg) no-repeat left top;
}

.ddsmoothmenu ul li a.our_staff:hover {
	text-decoration:none;
	background:url(../images/our_staff.jpg) no-repeat left -38px;
}

.ddsmoothmenu ul li a.specials {
	width:99px;
	height:38px;
	background:url(../images/specials.jpg) no-repeat left top;
}

.ddsmoothmenu ul li a.specials:hover {
	text-decoration:none;
	background:url(../images/specials.jpg) no-repeat left -38px;
}

.ddsmoothmenu ul li a.cars_under {
	width:176px;
	height:38px;
	background:url(../images/cars_under.jpg) no-repeat left top;
}

.ddsmoothmenu ul li a.cars_under:hover {
	text-decoration:none;
	background:url(../images/cars_under.jpg) no-repeat left -38px;
}

.ddsmoothmenu ul li a.contact_us {
	width:117px;
	height:38px;
	background:url(../images/contact_us.jpg) no-repeat left top;
}

.ddsmoothmenu ul li a.contact_us:hover {
	text-decoration:none;
	background:url(../images/contact_us.jpg) no-repeat left -38px;
}

* html .ddsmoothmenu ul li a {
	display:inline-block;
}

.ddsmoothmenu ul li a.selected{
background-position:left -38px;
}

.ddsmoothmenu ul li.active a{
background-position:left -38px;
}

.ddsmoothmenu ul li.active ul li a{background:none;}
.ddsmoothmenu ul li ul li.active a{background:none;}

.ddsmoothmenu ul li a:hover {
	background:none;
	color:#fff;
}

.ddsmoothmenu ul li ul {
	background:url(../images/nav_dropdown_bottom.png) left bottom no-repeat;
	padding-bottom:10px;
	position:absolute;
	display:none;
	visibility:hidden;
	margin-left:0px;
	margin-top:7px;
}

.ddsmoothmenu ul li ul li {
	display:list-item;
	float:none;
	background:url(../images/navbg.jpg) repeat-x;
	padding:0px;
	margin:0px;
}

.ddsmoothmenu ul li ul li ul {
	top:0px;
	left:0px;
	margin-left:-1px;
	margin-top:0px;
}

.ddsmoothmenu ul li ul li a {
	width:160px; /*width of sub menus*/
	padding:0px;
	padding-right:1px;
	padding-left:15px;
	padding-top:7px;
	padding-bottom:7px;
	color:#000;
	margin:0px;
	border-top-width:0px;
	border:none;
	font-weight:normal;
}

.ddsmoothmenu ul li ul li a:hover {
	color:#FFF;
	text-decoration:none;
	background:url(../images/navbg_hover.jpg) repeat-x;
}

.ddsmoothmenu ul li ul li a.selected {
	color:#FFF;
	text-decoration:none;
	background:url(../images/v) repeat-x;
}

/*IE6 hack to get sub menu links to behave correctly*/
* html .ddsmoothmenu ul li ul li a {
	display:inline-block;
}

* html .ddsmoothmenu {
	height:1%;
}

/*Holly Hack for IE7 and below*/
.downarrowclass {
	position:absolute;
	top:0px;
	right:0px;
	display:none;
}

.rightarrowclass {
	position:absolute;
	top:13px;
	right:2px;
}

/* ######### CSS for shadow added to sub menus  ######### */
.ddshadow {
	position:absolute;
	left:0px;
	top:0px;
	width:0px;
	height:0px;
}

/*shadow opacity. Doesn't work in IE*/
.toplevelshadow {
	opacity:0;
}

.downarrowclass {
	display:none;
}