.jqueryslidemenu{

text-transform: uppercase;
font:13px/40px Arial; /* format text of the navigation bar in the pages */
font-weight: bold;
color: #fff;
height: 39px;
background: url(img/bgnav.jpg) repeat-x 0 bottom;
width: 100%;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
background: url(img/navline.jpg) no-repeat right -1px;
}




/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
padding-right: 13px;
padding-left: 13px;

/*background: #414141; *//*background of tabs (default state)*/
/*color: white;
padding: 8px 10px;
border-right: 1px solid #778;
color: #2d2b2b;
text-decoration: none;*/
}

/*


#navigator {
	height: 39px;
	background: url(img/bgnav.jpg) repeat-x 0 bottom;
}

#navigator ul {
	}

#navigator ul li {
	float: left;
	text-transform: uppercase;
	font: 12px/40px Arial;
	color: #fff;
	background: url(img/navline.jpg) no-repeat right -1px;
}

#navigator ul a {
	color: #fff;
	display: block;
	padding-right: 13px;
	padding-left: 13px;
}

#navigator ul a:hover,#navigator ul li.current_page_item {
	background: url(img/navhover.jpg) right -1px;
	height: 38px;
}

*/
* 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: #36366a; /*tab link background during hover state*/
color: white;
background: url(img/navhover.jpg) no-repeat right -2px;
/*	height: 38px;*/

}	

/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
background-color: #36366a;
}

/*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{
font: normal 13px Verdana;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
background: #36366a;
}

.jqueryslidemenu ul li ul li a:hover{ /*sub menus hover style*/
background: #666699;
/*background-image: none;*/
/*height: 20px;*/
color: white;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{


display: none}

.rightarrowclass{


display: none
}
