.head_nav2 ul{
z-index:100;
}

/*1st sub level menu*/
.head_nav2 ul li ul{position: absolute;left:-325px;display: none; /*collapse all sub menus to begin with*/visibility: hidden;}

/*Sub level menu list items (undo style from Top level List Items)*/
.head_nav2 ul li ul li{display: list-item;float: none;}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.head_nav2 ul li ul li ul{top: 0;}

/* Sub level menu links style */
/*.head_nav2 ul li ul li a{font: normal 13px Verdana;width: 160px; padding: 5px;margin: 0;border-top-width: 0;border-bottom: 1px solid gray;}*/

/* Holly Hack for IE \*/
* html .head_nav2{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{position: absolute;top: 12px;right: 7px;}

.rightarrowclass{position: absolute;top: 6px;right: 5px;}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{position: absolute;left: 0;top: 0;width: 0;height: 0;background: silver;}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/opacity: 0.8;}
