.ddsmoothmenu {
	height:39px;
}

.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;
	padding-right:1px;
}

.ddsmoothmenu ul li a {
	display:block;
	text-decoration:none;
	font-size:14px;
	color:#FFF;
	height:20px;
}

.ddsmoothmenu ul li a.home {
	width:66px;
	height:39px;
	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 -39px;
}

.ddsmoothmenu ul li a.inventory {
	width:112px;
	height:39px;
	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 -39px;
}

.ddsmoothmenu ul li a.specials {
	width:97px;
	height:39px;
	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 -39px;
}

.ddsmoothmenu ul li a.research {
	width:107px;
	height:39px;
	background:url(../images/research.jpg) no-repeat left top;
}

.ddsmoothmenu ul li a.research:hover {
	text-decoration:none;
	background:url(../images/research.jpg) no-repeat left -39px;
}

.ddsmoothmenu ul li a.finance {
	width:89px;
	height:39px;
	background:url(../images/finance.jpg) no-repeat left top;
}

.ddsmoothmenu ul li a.finance:hover {
	text-decoration:none;
	background:url(../images/finance.jpg) no-repeat left -39px;
}

.ddsmoothmenu ul li a.parts_service {
	width:163px;
	height:39px;
	background:url(../images/parts_service.jpg) no-repeat left top;
}

.ddsmoothmenu ul li a.parts_service:hover {
	text-decoration:none;
	background:url(../images/parts_service.jpg) no-repeat left -39px;
}

.ddsmoothmenu ul li a.location_hours {
	width:177px;
	height:39px;
	background:url(../images/location_hours.jpg) no-repeat left top;
}

.ddsmoothmenu ul li a.location_hours:hover {
	text-decoration:none;
	background:url(../images/location_hours.jpg) no-repeat left -39px;
}

.ddsmoothmenu ul li a.company_info {
	width:141px;
	height:39px;
	background:url(../images/company_info.jpg) no-repeat left top;
}

.ddsmoothmenu ul li a.company_info:hover {
	text-decoration:none;
	background:url(../images/company_info.jpg) no-repeat left -39px;
}

* html .ddsmoothmenu ul li a {
	display:inline-block;
}

.ddsmoothmenu ul li a.selected{
background-position:left -39px;
}

.ddsmoothmenu ul li.active a{
background-position:left -39px;
}

.ddsmoothmenu ul li.active ul li a{background:none;}
.ddsmoothmenu ul li ul li.active a{background:none;}

.ddsmoothmenu ul li ul {
	background:#f5f7f9;
	position:absolute;
	display:none;
	visibility:hidden;
	margin-left:0px;
	margin-top:7px;
}

.ddsmoothmenu ul li ul li {
	display:list-item;
	float:none;
	padding:0px;
	margin:0px;
	border-bottom:1px solid #d5dadf;
}

.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:187px; /*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-size:13px;
	font-weight:bold;
}

.ddsmoothmenu ul li ul li a:hover {
	color:#017ac3;
	text-decoration:none;
	background:none;
}

.ddsmoothmenu ul li ul li.active a {
	color:#017ac3;
	text-decoration:none;
	background: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;
}