.jquerycssmenu{
width : 1000px;
height: auto;
clear:left;
float:left;
text-align: right;
margin: 47px 0 0 auto;
padding-left: 24px;
z-index:5;
}

.jquerycssmenu ul{
margin:auto;
padding:0;
list-style-type: none;
}

/*Top level list items*/
.jquerycssmenu li {
/*border-right:1px dotted white; */
display:inline;
padding-left: 7px;
float:left;
position: relative;
z-index:5;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
display: block;
background: none top center repeat-x; /*background of tabs (default state)*/
padding: 0;
margin-right: 10px; /*spacing between tabs*/
color: #0000FF;
text-decoration: none;
font-size:13px;
font-weight:bold;
z-index:5;
}

.jquerycssmenu ul li a:hover{
background: none;
color: #0000FF;
text-decoration:none;
 /*border-bottom: 1px dotted; */
font-size:13px;
font-weight:bold;
z-index:5;
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
border:0;
text-align: left;
z-index:5;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
display: list-item;
float: none;
border-left:none;
z-index:5;
}

/*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{
width: 180px; /*width of sub menus*/
background: #FFEA13;
color: #0000FF;
padding:0;
margin: 0;
text-decoration:none;
z-index:5;
filter: Alpha(Opacity=90);
-moz-opacity: 0.9;
opacity: .9;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
background: #FFEA13;
color: #0000FF;
text-decoration:none;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: -5px;
right: 10px;
}

.rightarrowclass{
position: absolute;
top: 2px;
right: 1px;
}

