.jqueryslidemenu{
font: bold 12px Verdana;
background-image: url(images/nav_background.png);
background-repeat: repeat-x;
width: 100%;
height: 33px;
z-index: 99px;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
z-index: 99px;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
z-index: 99px;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
text-decoration: none;
z-index: 99px;
}

/*Classes for nav*/
.home{
height: 33px;
background-image: url(images/1Home.png);
width: 70px;
z-index: 99px;
}

.home:hover{
background-position:bottom;
}

.about{
height: 33px;
background-image: url(images/2About.png);
width: 73px;
}

.about:hover{
background-position:bottom;
}

.catalog{
height: 33px;
background-image: url(images/3Catalog.png);
width: 84px;
}

.catalog:hover{
background-position:bottom;
}

.karts{
height: 33px;
background-image: url(images/4Karts.png);
width: 70px;
}

.karts:hover{
background-position:bottom;
}

.dealers{
height: 33px;
background-image: url(images/5Dealers.png);
width: 82px;
}

.dealers:hover{
background-position:bottom;
}

.raceresults{
height: 33px;
background-image: url(images/6RaceResults.png);
width: 124px;
}

.raceresults:hover{
background-position:bottom;
}


.links{
height: 33px;
background-image: url(images/7Links.png);
width: 66px;
}

.links:hover{
background-position:bottom;
}

.contact{
height: 33px;
background-image: url(images/8Contact.png);
width: 82px;
}

.contact:hover{
background-position:bottom;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
z-index: 99px;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: white;
z-index: 99px;
}

/*.jqueryslidemenu ul li a:hover{
background: Red;
color: white;
}*/
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
z-index: 99px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
z-index: 99px;
z-index: 99px;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
z-index: 99px;
}

/* Sub level menu links style */
.regular{
font: normal 13px Verdana;
font-weight: bold;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid #737373;
border-left: 1px solid #2e0003;
border-right: 1px solid #2e0003;
background-color:#610007;
color: #ffffff;
z-index: 99px;
}

/* Sub level menu links style */
.regular:hover{
background-color:#b7000e;
cursor: pointer;
}

.regularBottom{
font: normal 13px Verdana;
font-weight: bold;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid #2e0003;
border-left: 1px solid #2e0003;
border-right: 1px solid #2e0003;
background-color:#610007;
color: #ffffff;
z-index: 99px;
}

.regularBottom:hover{
background-color:#b7000e;
cursor: pointer;
}


.regularx{
font: normal 13px Verdana;
font-weight: bold;
width: 170px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid #737373;
border-left: 1px solid #2e0003;
border-right: 1px solid #2e0003;
background-color:#610007;
color: #ffffff;
z-index: 99px;
}

.regularx:hover{
background-color:#b7000e;
cursor: pointer;
}

.regularBottomx{
font: normal 13px Verdana;
font-weight: bold;
width: 170px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid #2e0003;
border-left: 1px solid #2e0003;
border-right: 1px solid #2e0003;
background-color:#610007;
color: #ffffff;
z-index: 99px;
}

.regularBottomx:hover{
background-color:#b7000e;
cursor: pointer;
}

.nitro{
font: normal 13px Verdana;
width: 170px;
height:26px;
border-top-width: 0;
border-bottom: 1px solid #737373;
border-left: 1px solid #2e0003;
border-right: 1px solid #2e0003;
background-image: url(images/4_1Nitro.png);
}

.nitro:hover{
background-position:bottom;
}

.nitrojr{
font: normal 13px Verdana;
width: 170px;
height:26px;
border-top-width: 0;
border-bottom: 1px solid #737373;
border-left: 1px solid #2e0003;
border-right: 1px solid #2e0003;
background-image: url(images/4_2NitroJr.png);
}

.nitrojr:hover{
background-position:bottom;
}

.cruizer{
font: normal 13px Verdana;
width: 170px;
height:26px;
border-top-width: 0;
border-bottom: 1px solid #2e0003;
border-left: 1px solid #2e0003;
border-right: 1px solid #2e0003;
background-image: url(images/4_3Cruizer.png);
}

.cruizer:hover{
background-position:bottom;
}

.dropper_wrap {
z-index: 99px;
}