.jquerycssmenu{
font: bold 12px Arial;
border-bottom: 0px solid black;
float: left;
z-index: 1000;
/*padding: 0px 0px 0px 33px;*/
}

.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{
font: bold 12px Arial;
text-align: center;
display: block;
/*background: url('/themes/images/menu_item.jpg'); background of tabs (default state)*/
padding: 9px 5px;
white-space: nowrap;
margin-right: 1px; /*spacing between tabs*/
color: white;
border-right: 1px solid black;
text-decoration: none;
background: url('../../../themes/images/li.jpg') repeat-x top left;
/*width: 110px;*/
width:85px;
height:25px;
}

.jquerycssmenu ul li a:hover{
/*color: black;*/
background: url('../../../themes/images/menu_bg_on.jpg') repeat-x top left;
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
width:200px;
display: block;
visibility: hidden;
border: 1px solid #78e6f7;
/*opacity: 0.9; filter: alpha(opacity=90);*/
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
display: list-item;
float: none;
width:200px;
}

.jquerycssmenu ul li ul li ul li{
width: 180px;
}

/*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{
white-space: nowrap;
text-align: left;
font: normal 12px Arial;
/*width: 100px;*/ /*width of sub menus*/
background: black;
color: white;
/*padding: 4px 8px;*/
margin: 0;
border-top-width: 0;
border-bottom: 0px solid #78e6f7;
width:191px;
padding:5px 3px 0 5px;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
background: #253849; 
/*url('../../../themes/images/menu_bg_on.jpg') repeat-x top left;*/
color: white;
}

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

.downarrowclass{
position: absolute;
top: 26px;
display: none;
}

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

