.jquerycssmenu{
position: absolute;
z-index: 10;
font: bold 13px Tahoma;
padding-top: 120px;
width: 500px;
/*padding-left: 375px; // 164 176*/
}

.jquerycssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jquerycssmenu ul li{
position: relative;
display: inline;
float: left;
margin: 0;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
display: block;
padding: 5px 7px 12px 7px;
margin-right: 13px; /*spacing between tabs*/
margin-left: 12px;
color: white;
text-decoration: none;
}

.jquerycssmenu ul li a:hover{
/*background-image: url(tintbluedark.gif) tab link background during hover state*/
color: #DDDDDD;
text-decoration: none;
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
padding-bottom: 20px;
background: url(../img/submenu.png) bottom no-repeat;
margin-left: 12px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
display: list-item;
float: none;
text-align: left;
width: 168px; /*width of sub menus*/
margin: 0;
}

/*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 Tahoma;
line-height: 16px;
/*background: url(/img/submenu.png) repeat-y;*/
color: #4B9AFD;
padding: 4px 19px;
margin: 0;
border-top-width: 0;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
/*background: #eff9ff;*/
color: #FFFFFF;
background: url(/img/submenu_hover.png) no-repeat;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
/*top: 7px;
right: 5px;
*/
display: none;
}

.rightarrowclass{
position: absolute;
/*top: 5px;
right: 5px;
*/

display: none;
}

