.jquerycssmenu{
font: normal 12px Verdana;
/* border-bottom: 1px solid black; */
padding-left: 0px; /*offset of tabs relative to browser left edge*/
z-index:999;
}


.jquerycssmenu .dir {
	background: url('../img/nav/markers.png') no-repeat right 0px; 
}

.jquerycssmenu .dir:hover {
	background: url('../img/nav/markers.png') no-repeat right -30px; 
}

.jquerycssmenu .dir2 {
	background: url('../img/nav/markers.png') no-repeat right -60px; 
}

.jquerycssmenu .dir2:hover {
	background: url('../img/nav/markers.png') no-repeat right -150px; 
}

.jquerycssmenu .menu {
	background: url('../img/nav/markers.png') no-repeat left 0px; 
}

.jquerycssmenu .menu:hover {
	background: url('../img/nav/markers.png') no-repeat left -30px; 
}

.jquerycssmenu .menu2 {
	background: url('../img/nav/markers.png') no-repeat left -60px; 
}

.jquerycssmenu .menu2:hover {
	background: url('../img/nav/markers.png') no-repeat left -120px; 
}


.sub {
	display: none;
	visibility:hidden;
/*	background: url('../img/nav/markers.png') 0px left; */
}


.jquerycssmenu ul{
/* margin: 3px; */
padding: 0;
list-style-type: none;
z-index:999;
}

/*Top level list items*/
.jquerycssmenu ul li{
position: relative;
/* padding: 5px 8px 4px 8px; */
/* margin: 5px 8px 6px 8px; */
display: inline;
/* margin-right: 13px; /*spacing between tabs*/
float: left;
color: #fff;
z-index:999;

}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
display: block;
/* background: white url(tintblue.gif) top center repeat-x;; */ /*background of tabs (default state)*/
padding: 2px 8px 0px 8px; 
/* margin-right: 3px; /*spacing between tabs*/
/* border: 1px solid #778; */
/* border-bottom-width: 0; */
color: #fff;
text-decoration: none;
}

.jquerycssmenu ul li a:hover{
/* background-image: url('../img/nav/main_select.png');  /*tab link background during hover state*/
/* background: url('../img/nav/marker_arrow_select.png') no-repeat left; */
/* background: url('../img/nav/markers.png') left -70px; */
z-index:20;
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
color: #fff;
/* background: url('../img/nav/main.png'); */
margin: 0px 0 0 0;

/* border-top: 1px solid black; */
}

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

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

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
font: normal 13px Verdana;
width: 160px; /*width of sub menus*/
/* background: white; */
color: #fff;
/* padding: 4px 5px; */
margin: 0px;
border-top-width: 0;
/* border-bottom: 1px solid black; */
/* background: url('../img/nav/pulldown.png'); */
/* background: url('../img/nav/marker_arrow_select2.png') no-repeat left; */
padding: 4px 6px;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
/* background: url('../img/nav/pulldown_select.png'); */
color: #fff;
padding: 4px 6px;
z-index:20;
}

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

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

.rightarrowclass{
position: absolute;
top: 5px;
right: 5px;
}
