.jquerycssmenu{
font: bold 13px arial;
/*border-bottom: 1px solid black;*/
padding-left: 8px; /*offset of tabs relative to browser left edge*/
background-color: #aacdde; margin-left: 0px; width:1016px; margin-top: 0px; z-index:2000000; position: relative;
}

*:first-child+html .jquerycssmenu {margin-left: 0px; width:1004px; margin-top: 0px; padding-left: 6px;}

.jquerycssmenu ul{
margin: -2px 0px 0px 10px;
padding: 0;
list-style-type: none;
}
*:first-child+html .jquerycssmenu ul {margin: 0px 0px 0px 17px;}

/*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-color: #569bbe; /*background of tabs (default state)*/
padding: 10px 20px 10px 20px;
margin-right: 0px; /*spacing between tabs*/
/*border: 1px solid #778;*/
border-bottom-width: 0;
color: #fff;
text-decoration: none;
text-transform:uppercase; border-right:2px solid #ccc;
}

.jquerycssmenu ul li a.last {border: none;}

.jquerycssmenu ul li a:hover{
color: #07395a; /*tab link background during hover state*/
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
margin-left: 0px; margin-top: 0px;
display: block;
visibility: hidden;
border-top: 1px solid #fff;
}

*:first-child+html .jquerycssmenu ul li ul {margin-left: 0px;}

/*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: bold 12px arial;
width: 200px; /*width of sub menus*/
background-color: #569bbe;
color: #fff;
padding: 4px 15px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid #fff; border-right: none;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
background-color: #569bbe;
color: #07395a;
}

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

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

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