/* this hides the text of the top level menu */
#nav span { display: none; }

/* menu attributes */
ul.jd_menu {padding:0px; list-style-type:none; border:none; height:25px; text-align:left;text-decoration:none!important;}
ul.jd_menu ul {display:none; border:none; padding:0px; margin:0px; height:auto; }
ul.jd_menu li {float:left; border:none; padding:0px; margin:0px;color:#ffffff; font-family:sans-serif; font-size:11px; color:#ffffff; font-weight:bold; line-height:14px; }

/* sub-menu attributes */
ul.jd_menu ul {position:absolute; display:none; list-style-type:none; margin:0px; padding: 0px; min-width:170px; height:auto; z-index: 10000; }
ul.jd_menu ul li {float:none; margin:0px; }
ul.jd_menu li li { border-left:1px solid; border-bottom:1px solid; border-right:1px solid; }
#nav ul li ul li { height:auto; }
ul.jd_menu li ul li.jdm_hover { cursor:pointer; }


/***************************************************************/
/* notice: you should only have to edit values below this area */
/***************************************************************/

#nav {
/* navigation image attributes */
background-image:url("/usr/theme/image/navigation.gif");
background-repeat:no-repeat;
/* width of the navigation */
width:995px;
/* height of the navigation */
height:45px;
/* other attributes */
margin:0px;
padding:0px;
clear:both;
}

/***********************/
/*** menu attributes ***/
/***********************/

/* controls drop down menu highlight */
ul.jd_menu li ul li.jdm_hover { background-color:#ffffff; }
/* controls the padding of the drop down menu buttons */
ul.jd_menu li li { padding:5px 5px 5px 8px; }
/* controls the width of the drop down menu buttons */
ul.jd_menu li li { width:160px; }
/* controls the color of the borders of the drop down menu buttons */
ul.jd_menu li li { border-bottom-color:#b3d1e3; border-left-color:#b3d1e3; border-right-color:#b3d1e3; }
/* controls the color of the background of the drop down menu buttons */
ul.jd_menu li li { background-color:#ffffff; }
/* controls the color of the text of the drop down menu buttons */
ul.jd_menu li ul li a {color:#666666; }
/* controls the color of the text (hover state) of the drop down menu buttons */
ul.jd_menu li li.jdm_hover a{ color:#007cb0; } 


/* important: the height needs to match the navigation height */
#nav li, #nav a.top-lvl { height:45px; display:block; }

/* controls with hit area for the tab buttons */
.jd-left {width: 167px;}
.jd-home {width: 82px;}
.jd-inventory {width: 167px;}
.jd-specials {width: 98px;}
.jd-dealership {width: 119px;}
.jd-findus {width: 94px;}
.jd-news {width: 135px;}
.jd-otto {width: 133px;}

/* controls the nav image when hover state */
.jd-left a.top-lvl:hover, ul.jd_menu li.jd-left.jdm_hover{background:url("/usr/theme/image/navigation.gif") -0px -45px no-repeat; }
.jd-home a.top-lvl:hover, ul.jd_menu li.jd-home.jdm_hover {background:url("/usr/theme/image/navigation.gif") -167px -45px no-repeat; }
ul.jd_menu li.jd-inventory.jdm_hover, ul.jd_menu li.jd-inventory.jdm_active { background:url("/usr/theme/image/navigation.gif") -249px -45px no-repeat; }
ul.jd_menu li.jd-specials.jdm_hover, ul.jd_menu li.jd-specials.jdm_active {background:url("/usr/theme/image/navigation.gif") -416px -45px no-repeat; }
ul.jd_menu li.jd-dealership.jdm_hover, ul.jd_menu li.jd-dealership.jdm_active {background:url("/usr/theme/image/navigation.gif") -514px -45px no-repeat; }
ul.jd_menu li.jd-findus.jdm_hover, ul.jd_menu li.jd-findus.jdm_active {background:url("/usr/theme/image/navigation.gif") -633px -45px no-repeat; }
ul.jd_menu li.jd-news.jdm_hover, ul.jd_menu li.jd-news.jdm_active {background:url("/usr/theme/image/navigation.gif") -727px -45px no-repeat; }
ul.jd_menu li.jd-otto.jdm_hover, ul.jd_menu li.jd-otto.jdm_active {background:url("/usr/theme/image/navigation.gif") -862px -45px no-repeat; }

/* IE6 FIXES */
* html .jd-left a.top-lvl:hover { background-image:none; }
* html .jd-home a.top-lvl:hover { background-image:none; }
* html ul.jd_menu li.jd-inventory.jdm_hover, * html ul.jd_menu li.jd-inventory.jdm_active { background-image:none; }
* html ul.jd_menu li.jd-specials.jdm_hover, * html ul.jd_menu li.jd-specials.jdm_active { background-image:none; }
* html ul.jd_menu li.jd-dealership.jdm_hover, * html ul.jd_menu li.jd-dealership.jdm_active { background-image:none; }
* html ul.jd_menu li.jd-findus.jdm_hover, * html ul.jd_menu li.jd-findus.jdm_active { background-image:none; }
* html ul.jd_menu li.jd-news.jdm_hover, * html ul.jd_menu li.jd-news.jdm_active { background-image:none; }
* html ul.jd_menu li.jd-otto.jdm_hover, * html ul.jd_menu li.jd-otto.jdm_active { background-image:none; }

* html ul.jd_menu li ul li a:visited {color:#666666; }
* html ul.jd_menu li li.jdm_hover a:hover { color:#007cb0; } 