 #nav { display: block; margin: 0; padding: 0; position: relative;background-color:#ffffff; }
  #nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
  #nav a { display: block;text-decoration:none; }
  #nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  * html #nav ul { line-height: 0; } /* IE6 "fix" */
  	#nav ul a { zoom: 1; } /* IE6/7 fix */
    #nav ul li { float: none; }
    #nav ul ul { top: -1px; }
    
/* Essentials - configure this */

#nav ul { width: 230px;  border:1px solid #f5dd00; }
#nav ul ul { left: 234px; border:1px solid #f5dd00;}

#nav ul ul { width: 220px; }
#nav ul ul ul { left: 221px; }
/* Everything else is theming */
 
#nav { height: 80px; }
#nav *:hover { background-color: #ff0000; }
#nav li a { border-right: 0px solid white; color: #696868; font-size: 9px; padding: 10px; line-height: 10px;height:15px;display:block;vertical-align:middle; }




#nav ul li a { border-right: 0px solid white; font-size: 9px; padding: 4px; line-height:inherit; background-image:none;display:block;vertical-align:middle;border:1px solid #ffffff;border-bottom: 1px solid #eeeeee;color:#696868;  }

#nav ul ul li a { border-right: 0px solid white; color: #696868; font-size: 9px; padding: 4px;line-height: 15px;height:15px;background-image:none;display:block;vertical-align:middle; }

  #nav li a.hover { background-image:url(/finscope/images/nav_back_on.gif); background-repeat:repeat-x; color:#696868; font-size:9px; }
  #nav ul li a.hover { background-image:none;background-color:#f5dd00; color:#696868; font-size:9px;border:1px solid #ffffff;border-bottom: 1px solid #eeeeee; }
  

  
  #nav ul { top: 60px; left: 2px; list-style-image:none;  }
    #nav ul li a { background-color: #ffffff;color:#696868; }
      #nav ul a.hover {	background-color: #f5dd01 ; color:#696868; }
   #nav ul a { background-color:#FFFFFF; border-bottom: 1px solid #eeeeee;opacity: 1; filter: alpha(opacity=100);  }
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */
