.menuvline { background-image: url(/images/whiteline_menu.gif); background-repeat: no-repeat; background-position: right 0; }
.menuvlinelast { font-size: 11px; }
#menutop2 { background-color: #f89017; width: 910px; margin-bottom: 10px; }
.jquerycssmenu{ background-position: 0 24px; 
color: white; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: center; padding-left: 50px; /*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: left;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{ display: block; padding: 8px 25px; color: white; text-decoration: none; margin: 0; }

.jquerycssmenu ul li a:hover{ color:#fff; background-color: #c41230; }
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{ position: absolute; left: 0; display: block; visibility: hidden; }

/*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-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; background: #f89017; color: white; padding: 4px 2px; margin: 0; border-right: 1px solid white; border-top-width: 0; border-bottom: 1px solid white; border-left: 1px solid white; }
.resources { text-align: center; width: 120px; }
.stories { text-align: center; width: 146px; }
.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
background: #c41230;
color: white;
}

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