.jquerycssmenu{
clear:both;
z-index:100;
font-size: 10pt;
font-family: sans-serif, arial, helvetica;
width:100%;
float:right;
text-align:left;
position:relevant;
margin-top:2.7em;
}

.jquerycssmenu .menu_parent{
padding-left:17px;
padding-top:3px;
padding-bottom:3px;
}
.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{
display: block;
background: black url(off_tintblue.gif) top center repeat-x; /*background of tabs (default state)*/
color: #999;
text-decoration: none;
}

.jquerycssmenu ul li a:hover{
background-image: url(off_tintbluedark.gif); /*tab link background during hover state*/
color: black;
background-color: #f7941d;
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*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{
color: #999;
background-color: black;
padding: 4px 20px;
margin: 0;
border-top-width: 0;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
	color: black;
	background-color: #f7941d;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top:5px;
right:5px;
}

.rightarrowclass{
position: absolute;
top:5px;
right:5px;
}

