.jquerycssmenu{
font: bold 12px Verdana;
padding-left: 15px; /*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;
height:20px;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
	display: block;
	background: #86BADF;
	padding-left:10px;
	padding-right:10px;
	padding-top:4px;
	padding-bottom:4px;
	margin-right: 3px; /*spacing between tabs*/
	border-bottom-width: 0;
	font-size:12px;
	color: #FFF;
	font-family:Verdana, Geneva, sans-serif;
	text-decoration: none;
}

.jquerycssmenu ul li a:hover{
color:#FFF;
background-color:#0A56A4;
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
top:22px !important;
display: block;
visibility: hidden;
z-index:100;
width:600px!important;
height:73px;
padding-top:17px;
}

.jquerycssmenu ul li.item1 ul{
left: 5px !important;
background-image:url(../images/subnav_hoverbg.gif);
background-repeat:repeat-x;
}

.jquerycssmenu ul li.item27 ul{
left: -55px !important;
background-image:url(../images/subnav_hoverbg.gif);
background-repeat:repeat-x;
}

.jquerycssmenu ul li.item2 ul{
left: -148px !important;
background-image:url(../images/subnav_hoverbg.gif);
background-repeat:repeat-x;
}

.jquerycssmenu ul li.item37 ul{
left: -241px !important;
background-image:url(../images/subnav_hoverbg.gif);
background-repeat:repeat-x;
}

.jquerycssmenu ul li.item41 ul{
left: -372px !important;
background-image:url(../images/subnav_hoverbg.gif);
background-repeat:repeat-x;
}

.jquerycssmenu ul li.item50 ul{
left: -484px !important;
background-image:url(../images/subnav_hoverbg.gif);
background-repeat:repeat-x;
}

.jquerycssmenu ul li.item48 ul{
left: -576px !important;
background-image:url(../images/subnav_hoverbg.gif);
background-repeat:repeat-x;
}

.jquerycssmenu ul li.item49 ul{
left: -649px !important;
background-image:url(../images/subnav_hoverbg.gif);
background-repeat:repeat-x;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
display: list-item;
float: left;
margin:0;
margin-right:5px;
height:17px;
}

/*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 9px Verdana;
width: 95px; /*width of sub menus*/
background: none;
line-height:5px;
color: #0A56A4;
font-weight:bold;
/*padding: 4px 5px;*/
margin: 0;
border-top-width: 0;
background-image:url(../images/subnav_borderbg.gif);
background-repeat:no-repeat;
background-position:right;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
color: #0A56A4;
background:url(../images/subnav_borderbg.gif);
background-repeat:no-repeat;
background-position:right;
}

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

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

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