.jquerycssmenu{ color: white; font-size: 16px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; text-align: center; float: right;}
.jquerycssmenu ul{ margin: 0; padding: 0; list-style-type: none; }

/*Top level list items*/
.jquerycssmenu ul li{ position: relative; display: inline; float: left; margin-top: 0; margin-bottom: 0; }

/*Top level menu link items style*/
.jquerycssmenu ul li a{ display: block; padding: 12px 25px; color: white; text-decoration: none; margin: 0; }
.jquerycssmenu ul li a:hover{ color:#0072bc; background-image: url(/images/menu_over_bg.jpg); background-repeat: repeat-x; background-position: 0 top; }

/*1st sub level menu*/
.jquerycssmenu ul li ul{ position: absolute; left: 0; width: 135px; display: block; visibility: hidden; padding-top: 0; }

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{ display: list-item; float: none; padding: 0; 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-size: 12px; background: #0071bd; color: white; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; text-align: left; height: 23px; border-left: 1px solid #0072bc; border-bottom: 1px solid #ebebeb; border-right: 1px solid #0072bc;; padding: 10px 2px 5px 23px; }
.jquerycssmenu ul li ul li a:hover{background: #ebebeb; color: #0072bc; text-align: left; }
.resources { text-align: center; width: 115px; }
.stories { text-align: center; width: 141px; }

/* ######### 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; }