<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.jquerycssmenu{
}
.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&gt;ul&gt;li&gt;ul a{
display: block;
padding: 5px 0px 4px 0px;
margin-right: 3px; /*spacing between tabs*/
border-bottom-width: 0;
color: #fff;
text-decoration: none;
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
background:#39568e;
z-index:999;
text-align:center;
padding:10px 0px;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
display: list-item;
float: none;
width:75px;
height:25px;
line-height:25px;
}
.jquerycssmenu ul li .nav_w li{width:102px;}

/*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{ /*width of sub menus*/
color: black;
padding: 0px;
margin-left:2px;
border-top-width: 0;
color:#fff;
font-size:12px;
line-height:20px;
font-weight:normal;
text-align:center;
}

.jquerycssmenu ul li:hover &gt;a{color:#ff8f12;}
.jquerycssmenu ul li:hover ul li a:hover{color:#ff8f12;}


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

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

.rightarrowclass{
position: absolute;
top: 5px;
right: 5px;
}
</pre></body></html>