.jquerycssmenu{
width : 1000px;
height: auto;
clear:left;
float:left;
text-align: right;
margin: 47px 0 0 auto;
padding-left: 24px;
}

.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;
}

/*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: white;
text-decoration: none;
font-size:11px;
}

.jquerycssmenu ul li a:hover{
background: none;
color: #9eb9d3;
text-decoration:none;
border-bottom: 1px dotted;
font-size:11px;
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
border:0;
text-align: left;

}

/*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;
}

/*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: #01101d;
color: #fff;
padding:0;
margin: 0;
text-decoration:none;
filter: Alpha(Opacity=90);
-moz-opacity: 0.9;
opacity: .9;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
background: #02294d;
color: #9eb9d3;
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;
}
