.ddsmoothmenu {
	height:45px;
	background:url(../images/nav.jpg) repeat-x;
}

.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;margin:0px;
	padding:0px;
}

.ddsmoothmenu ul li a {
	display:block;
	text-decoration:none;
	font-size:14px;
	color:#FFF;
	height:20px;
}

.ddsmoothmenu ul li a.home {
	width:78px;
	height:45px;
	background:url(../images/home.jpg) no-repeat left top;
}

.ddsmoothmenu ul li a.home:hover {
	text-decoration:none;
	background-position:left -45px;
}

.ddsmoothmenu ul li a.new_inventory {
	width:163px;
	height:45px;
	background:url(../images/new_inventory.jpg) no-repeat left top;
}

.ddsmoothmenu ul li a.new_inventory:hover {
	text-decoration:none;
	background-position:left -45px;
}

.ddsmoothmenu ul li a.preowned_nventory {
	width:224px;
	height:45px;
	background:url(../images/preowned_inventory.jpg) no-repeat left top;
}

.ddsmoothmenu ul li a.preowned_nventory:hover {
	text-decoration:none;
	background-position:left -45px;
}

.ddsmoothmenu ul li a.finance {
	width:103px;
	height:45px;
	background:url(../images/finance.jpg) no-repeat left top;
}

.ddsmoothmenu ul li a.finance:hover {
	text-decoration:none;
	background-position:left -45px;
}

.ddsmoothmenu ul li a.service_parts {
	width:171px;
	height:45px;
	background:url(../images/service_parts.jpg) no-repeat left top;
}

.ddsmoothmenu ul li a.service_parts:hover {
	text-decoration:none;
	background-position:left -45px;
}

.ddsmoothmenu ul li a.about_us {
	width:116px;
	height:45px;
	background:url(../images/about_us.jpg) no-repeat left top;
}

.ddsmoothmenu ul li a.about_us:hover {
	text-decoration:none;
	background-position:left -45px;
}

.ddsmoothmenu ul li a.contact_us {
	width:125px;
	height:45px;
	background:url(../images/contact_us.jpg) no-repeat left top;
}

.ddsmoothmenu ul li a.contact_us:hover {
	text-decoration:none;
	background-position:left -45px;
}

* html .ddsmoothmenu ul li a {
	display:inline-block;
}

.ddsmoothmenu ul li a.selected{
background-position:left -45px;
}

.ddsmoothmenu ul li.active a{
background-position:left -45px;
}

.ddsmoothmenu ul li.active ul li a{background:none;}
.ddsmoothmenu ul li ul li.active a{background:none;}

.ddsmoothmenu ul li ul {
	background:#680D18 url(../images/nav_li_bg.jpg) repeat-x;;
	position:absolute;
	display:none;
	visibility:hidden;
	margin-left:0px;
	margin-top:7px;
	border:1px solid #ddd8cdl;
	border-top:none;
}

.ddsmoothmenu ul li ul li {
	display:list-item;
	float:none;
	padding:0px;
	margin:0px;
	border-bottom:1px solid #55262b;
}

.ddsmoothmenu ul li ul li ul {
	top:0px;
	left:0px;
	margin-left:-1px;
	margin-top:0px;
}

* html .ddsmoothmenu ul li ul li ul {
	top:0px;
	left:0px;
	margin-left:-1px;
}

.ddsmoothmenu ul li ul li a {
	width:190px;
	padding:0px;
	padding-right:3px;
	padding-left:15px;
	padding-top:7px;
	padding-bottom:7px;
	color:#ffffff;
	margin:0px;
	border-top-width:0px;
	border:none;
	font-size:14px;
	height:auto;
}
.ddsmoothmenu ul li.newi ul li a  {width:145px;}
.ddsmoothmenu ul li.preowned ul li a  {width:205px;}
.ddsmoothmenu ul li.about ul li a  {width:108px;}
.ddsmoothmenu ul li ul li a:hover {
	color:#ab9396;
	text-decoration:none;
	background:none;
}

.ddsmoothmenu ul li ul li.active a {
	color:#ab9396;
	text-decoration:none;

	
}

/*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:10px;
}

/* ######### 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;
}

* html .ddsmoothmenu ul li ul li ul {
	display:none;
}

.downarrowclass {
	display:none;
}
