.jquerycssmenu{
font: bold 11px Arial;
padding-left: 0px; /*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: right;


}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
display: block;
height:31px;
width:92px;
padding: 12px 10px 0px 0px;
margin-right: 2px; /*spacing between tabs*/
text-align:center;
background: url(../system/application/views/template/images/ust_15.jpg) top center no-repeat;
color: #2d2b2b;
text-decoration: none;
}

.jquerycssmenu ul li a:hover{
background: url(../system/application/views/template/images/ust_15_2.jpg) top center no-repeat;
color: #ffffff;
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;text-align:left;border:inset;border-width: 1px;
}

/*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: normal 11px Arial;
width: 160px; /*width of sub menus*/
color: black;
padding: 4px 5px;
margin: 0;
border-top-width: 0;
background:#D6DFE6;
height:10px;
text-align:left;

}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
color: white;
background:#6C6C6C;
font-weight: bold;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 24px;
right: 6px;
}

.rightarrowclass{
position: absolute;
top: 5px;
right: 5px;
}
