.jqueryslidemenu{
font: bold 12px Verdana;
/* background: #414141; */
width: 100%;
/* border:1px solid green; */
height:45px;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;

}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
/* background: #414141; */ /*background of tabs (default state)*/
color: white;
padding: 0;
color: #2d2b2b;
text-decoration: none;
height:45px;
text-align:center;
padding-top:16px;
margin-bottom:-16px;
border: none;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: white;
}

.jqueryslidemenu ul li a:hover{
/* background: black; */ /*tab link background during hover state*/
color: white;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
	background-image:none;
position: absolute;
left: 0;
display: block;
visibility: hidden;

}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
	background-image:none;
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
	background-image:none;
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
background-image:none;
font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
width: 175px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background-image:none;
background: #eff9ff;
color: black;
}



/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}
/*
#myslidemenu ul #home a{
	background-image:url(images/menu_01_off.jpg);
	background-repeat:no-repeat;
	width:73px;
	}
*/
	
#myslidemenu ul #home a:hover{
	background-image:url(images/menu_01_on.jpg);
	background-repeat:no-repeat;
	width:73px;
	}

.homeNA{
	background-image:url(images/menu_01_off.jpg);
	background-repeat:no-repeat;
	width:73px;
	}

.homeActive{
	background-image:url(images/menu_01_on.jpg);
	background-repeat:no-repeat;
	width:73px;
	}


/*
#myslidemenu ul #products a{
	background-image:url(images/menu_02_off.jpg);
	background-repeat:no-repeat;
	width:92px;
	}
*/
.productsNA{
	background-image:url(images/menu_02_off.jpg);
	background-repeat:no-repeat;
	width:92px;
	}

.productsActive{
	background-image:url(images/menu_02_on.jpg);
	background-repeat:no-repeat;
	width:92px;
	}
	
#myslidemenu ul #products a:hover{
	background-image:url(images/menu_02_on.jpg);
	background-repeat:no-repeat;
	width:92px;
	
	}

	
/* products submenus ****************** */

 #myslidemenu ul #products ul li a{
	background-image:none;
	background-color:#666;
	width:175px;
	height:22px;
	text-align:left;
	
	}
	
 #myslidemenu ul #products ul li a:hover{
	background-image:none;
	background-color:#ccc;
	width:175px;
	height:22px;
	text-align:left;
	
	}
	
	
	
/* PARTS **************** */
/*
 #myslidemenu ul #parts a{
	background-image:url(images/menu_03_off.jpg);
	background-repeat:no-repeat;
	width:66px;
	}
*/	
 #myslidemenu ul #parts a:hover{
	background-image:url(images/menu_03_on.jpg);
	background-repeat:no-repeat;
	width:66px;
	}
	
.partsNA{
	background-image:url(images/menu_03_off.jpg);
	background-repeat:no-repeat;
	width:66px;
	}

.partsActive{
	background-image:url(images/menu_03_on.jpg);
	background-repeat:no-repeat;
	width:66px;
	}
	

/*	
#myslidemenu ul #service a{
	background-image:url(images/menu_04_off.jpg);
	background-repeat:no-repeat;
	width:80px;
	}
*/
#myslidemenu ul #service a:hover{
	background-image:url(images/menu_04_on.jpg);
	background-repeat:no-repeat;
	width:80px;
	}

.serviceNA{
	background-image:url(images/menu_04_off.jpg);
	background-repeat:no-repeat;
	width:80px;
	}

.serviceActive{
	background-image:url(images/menu_04_on.jpg);
	background-repeat:no-repeat;
	width:80px;
	}
	
	
/*
#myslidemenu ul #repair a{
	background-image:url(images/menu_05_off.jpg);
	background-repeat:no-repeat;
	width:165px;
	}
*/	
#myslidemenu ul #repair a:hover{
	background-image:url(images/menu_05_on.jpg);
	background-repeat:no-repeat;
	width:165px;
	}

.repairNA{
	background-image:url(images/menu_05_off.jpg);
	background-repeat:no-repeat;
	width:165px;
	}

.repairActive{
	background-image:url(images/menu_05_on.jpg);
	background-repeat:no-repeat;
	width:165px;
	}


/*
 #myslidemenu ul #company a{
	background-image:url(images/menu_06_off.jpg);
	background-repeat:no-repeat;
	width:93px;
	}
*/	
 #myslidemenu ul #company a:hover{
	background-image:url(images/menu_06_on.jpg);
	background-repeat:no-repeat;
	width:93px;
	}

.companyNA{
	background-image:url(images/menu_06_off.jpg);
	background-repeat:no-repeat;
	width:93px;
	}

.companyActive{
	background-image:url(images/menu_06_on.jpg);
	background-repeat:no-repeat;
	width:93px;
	}
	
/* company submenus *************** */	
 #myslidemenu ul #company ul li a{
	background-image:none;
	background-color:#666;
	width:175px;
	height:22px;
	text-align:left;
	}
	
 #myslidemenu ul #company ul li a:hover{
	background-image:none;
	background-color:#ccc;
	width:175px;
	height:22px;
	text-align:left;
	}

/* COMPANY **************** */
/*
#myslidemenu ul #contact a{
	background-image:url(images/menu_07_off.jpg);
	background-repeat:no-repeat;
	width:96px;
	}
*/	
#myslidemenu ul #contact a:hover{
	background-image:url(images/menu_07_on.jpg);
	background-repeat:no-repeat;
	width:96px;
	}

.contactNA{
	background-image:url(images/menu_07_off.jpg);
	background-repeat:no-repeat;
	width:96px;
	}

.contactActive{
	background-image:url(images/menu_07_on.jpg);
	background-repeat:no-repeat;
	width:96px;
	}

/* contact submenus *************** */	
 #myslidemenu ul #contact ul li a{
	background-image:none;
	background-color:#666;
	width:175px;
	height:22px;
	text-align:left;
	}
	
 #myslidemenu ul #contact ul li a:hover{
	background-image:none;
	background-color:#ccc;
	width:175px;
	height:22px;
	text-align:left;
	}