/* 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:23px; 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; }



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

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

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

/* controls drop down menu highlight */
ul.jd_menu li ul li.jdm_hover { background-image:url('/usr/theme/image/nav-item-on.png');background-repeat:repeat-x; }
/* 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:#333333; border-left-color:#333333; border-right-color:#333333; }
/* controls the color of the background of the drop down menu buttons */
ul.jd_menu li li { background-color:#121212; }
/* controls the color of the text of the drop down menu buttons */
ul.jd_menu li ul li a {color:#cccccc; }
/* controls the color of the text (hover state) of the drop down menu buttons */
ul.jd_menu li li.jdm_hover a{ color:#fff; } 


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

/* controls with hit area for the tab buttons */
.jd-home {width: 67px;}
.jd-about {width: 74px;}
.jd-team {width: 70px;}
.jd-collision {width: 114px;}
.jd-delivery {width: 115px;}
.jd-location {width: 82px;}
.jd-contact {width: 68px;}
.jd-vdiscount {width: 117px;}
/* controls the nav image when hover state */
.jd-home a.top-lvl:hover {background:url("/usr/theme/image/nav.png") 0px -23px no-repeat; }
ul.jd_menu li.jd-about.jdm_hover, ul.jd_menu li.jd-about.jdm_active { background:url("/usr/theme/image/nav.png") -67px -23px no-repeat; }
ul.jd_menu li.jd-team.jdm_hover, ul.jd_menu li.jd-team.jdm_active {background:url("/usr/theme/image/nav.png") -141px -23px no-repeat; }
ul.jd_menu li.jd-collision.jdm_hover, ul.jd_menu li.jd-collision.jdm_active {background:url("/usr/theme/image/nav.png") -211px -23px no-repeat; }
ul.jd_menu li.jd-delivery.jdm_hover, ul.jd_menu li.jd-delivery.jdm_active {background:url("/usr/theme/image/nav.png") -325px -23px no-repeat; }
ul.jd_menu li.jd-location.jdm_hover, ul.jd_menu li.jd-location.jdm_active {background:url("/usr/theme/image/nav.png") -440px -23px no-repeat; }
ul.jd_menu li.jd-contact.jdm_hover, ul.jd_menu li.jd-contact.jdm_active {background:url("/usr/theme/image/nav.png") -522px -23px no-repeat; }
ul.jd_menu li.jd-vdiscount.jdm_hover, ul.jd_menu li.jd-vdiscount.jdm_active {background:url("/usr/theme/image/nav.png") -589px -23px no-repeat; }

