/* Nav Headers */

#myslidemenu{
	text-align:left;
	width:560px;
	clear:both;
	padding:0;
	margin:20px 0 0 86px;
	float:left;
	height:21px;
}

#myslidemenu ul li span{
	text-indent:-20000px;
}

.jqueryslidemenu ul li .home{
	padding:0;
	margin:0 5px 0 0;
	background:url(../images/nav/home.gif) no-repeat;
	height:21px;
	width:43px;
	text-indent:-20000px !important; /* IE ignores this unlike Fx/Saf */ 
	text-indent:0; 
}

.jqueryslidemenu ul li .products{
	padding:0;
	margin:0 5px 0 0;
	background:url(../images/nav/products.gif) no-repeat;
	height:21px;
	width:67px;
	text-indent:-20000px !important; /* IE ignores this unlike Fx/Saf */ 
	text-indent:0; 
}

.jqueryslidemenu ul li .about{
	padding:0;
	margin:0 5px 0 0;
	background:url(../images/nav/aboutus.gif) no-repeat;
	height:21px;
	width:68px;
	text-indent:-20000px !important; /* IE ignores this unlike Fx/Saf */ 
	text-indent:0; 
}

.jqueryslidemenu ul li .dealer{
	padding:0;
	margin:0 3px 0 0;
	background:url(../images/nav/finddealer.gif) no-repeat;
	height:21px;
	width:127px;
	text-indent:-20000px !important; /* IE ignores this unlike Fx/Saf */ 
	text-indent:0; 
}

.jqueryslidemenu ul li .downloads{
	padding:0;
	margin:0 3px 0 0;
	background:url(../images/nav/downloads.gif) no-repeat;
	height:21px;
	width:92px;
	text-indent:-20000px !important; /* IE ignores this unlike Fx/Saf */ 
	text-indent:0; }

.jqueryslidemenu ul li .contactus{
	padding:0;
	margin:0 6px 0 0;
	background:url(../images/nav/contactus.gif) no-repeat;
	height:21px;
	width:92px;
	text-indent:-20000px !important; /* IE ignores this unlike Fx/Saf */ 
	text-indent:0; 
}

.jqueryslidemenu ul li .news-btn{
	padding:0;
	margin:2px 0 0 0;
	background:url(../images/nav/news-btn.gif) no-repeat;
	height:21px;
	width:36px;
	text-indent:-20000px !important; /* IE ignores this unlike Fx/Saf */ 
	text-indent:0; 
}

.jqueryslidemenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
	display: block;
	padding:0;
	margin:0;
}


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

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
	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{
	display: list-item;
	float: none;
}

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

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
	background:#333333;
	color:#cccccc;
	height:24px;
	line-height:24px;
	padding:0 0 0 8px;
	width:140px;
	border-right:1px solid #999999;
	border-left:1px solid #999999;
	border-top:1px solid #999999;
	text-decoration:none;
	font-size:10px;
	margin:0;
	text-transform:capitalize;
	text-indent:0px;
	z-index:2000;
	overflow:hidden;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
	background:#CCCCCC;
	color:#000000;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
	position: absolute;
	top: 12px;
	right: 7px;
}

.rightarrowclass{
	position: absolute;
	top:0;
	right:0;
}

.bottomline{
	border-bottom:1px solid #999999;
}

