#myjquerymenu {
	position: relative;
	z-index: 10;
}

.jquerycssmenu{
/*font: bold 12px Verdana;*/
/*border-bottom: 1px solid black;*/
padding-left: 0px; /*offset of tabs relative to browser left edge*/
}

.jquerycssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jquerycssmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/

.jquerycssmenu ul li a img.end, .jquerycssmenu ul li a.selected.end{
	position: absolute;
	right: 0;
	top: 0;
	/*float: right;*/
}

.jquerycssmenu ul li a img.start, .jquerycssmenu ul li a.selected.start{
	position: absolute;
	left: 0;
	top: 0;
}


.jquerycssmenu ul li a{
display: block;
/*padding: 5px 15px 4px 15px;*/
/*margin-right: 10px; /*spacing between tabs*/
/*border: 1px solid #778;*/
padding-top: 5px;
border-bottom-width: 0;
margin-bottom: 1px;
color: #fff;
height: 20px;
text-decoration: none;
text-align: center;
}

.jquerycssmenu ul li a.selected{
 color: #F78320;
 margin:0;
 padding-left: 0px;
 margin-bottom: 1px;
 padding-top: 5px;
 font-weight: bold;
 }

.jquerycssmenu ul li a:hover{
/*background-image: url(tintbluedark.gif) /*tab link background during hover state*/
color: #F78320;

}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
/*border-bottom: 1px solid #777b82;*/
z-index: 1000;

}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
/*font: normal 13px Verdana;*/
width: 145px; /*width of sub menus*/
background: #fff;
color: #000;
padding: 5px 1px;
margin: 0px;
border-top-width: 0;
border-bottom: 1px dotted #000;
border-left: 1px solid #000;
border-right: 1px solid #000;
font-size: 11px;
}


.jquerycssmenu ul li ul li a.last{
border-bottom: 1px solid #000;
}

.jquerycssmenu ul li ul li a.selected{
 color: #F78320;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
color: #F78320;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 7px;
right: 5px;
}

.rightarrowclass{
position: absolute;
top: 5px;
right: 5px;
}

