
.box-nav-bar ul       { margin:0; padding:0; }
.box-nav-bar ul ul    { display:none; position:absolute; width:500px; z-index:9999; height:auto; }
.box-nav-bar ul li    { display:inline; border: 3px double #515168; list-style:none; padding:0px 8px; float:left; background:#FFCC66; }
.box-nav-bar ul li ul { }
/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */

/* make the sub menu ul visible and position it beneath the main menu list item */
.box-nav-bar ul li:hover ul { display:block; position:absolute; background:#transparent; }
.box-nav-bar ul li ul li{ display:block; }

/* style the background and foreground color of the submenu links */
.box-nav-bar ul li:hover ul li a { background:#FFCC66; color:#000000; display:block; }

/* style the background and forground colors of the links on hover */
.box-nav-bar ul li:hover ul li a:hover { background:#dfc184; color:#FFFFFF; }
