.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;
z-index: 1000;
}

/*Top level list items*/
.jquerycssmenu ul li{
position: relative;
display: inline;
float: left;
background: transparent url('../../../themes/images/menu_seperator2.jpg') no-repeat center right;
z-index: 1000;
}

/*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: 6px 34px;
white-space: nowrap;
margin-right: 1px; /*spacing between tabs*/
color: #939393;
text-decoration: none;
/*width: 110px;*/
}

.jquerycssmenu ul li a:hover{
color: black;
background: #939393 url('../../../themes/images/back_menu.gif') repeat-x top left;
}

.jquerycssmenu ul li:hover{
color: black;
background: #939393 url('../../../themes/images/back_menu.gif') repeat-x top left;
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
border: 1px solid #939393;
/*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;
}

.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: #939393;
/*padding: 4px 8px;*/
margin: 0;
border-top-width: 0;
border-bottom: 0px solid #939393;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
background: #939393 url('../../../themes/images/back_menu.gif') repeat-x top left;
color: black;
}

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

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

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

