
/* Basic code - don't modify */
 
#topnav ul { display: block; margin: 0; position: relative; text-align: left; }
#topnav ul li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
#topnav ul a { display: block; height: 39px; padding: 0; float: left; }
#topnav ul ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
* html #topnav ul { line-height: 0; } /* IE6 "fix" */
#topnav ul ul a { zoom: 1; } /* IE6/7 fix */
#topnav ul ul li { float: left; display: block; }
#topnav ul ul li a { float: none; }
#topnav ul ul ul { top: 0; }

/* Essentials - configure this */

#topnav ul ul,
#topnav ul ul li a { width: 190px !important; }
#topnav ul ul li { width: 190px !important; }
#topnav ul ul ul { left: 190px !important; }

/* Everything else is theming */
 
#topnav ul { height: 39px; }
#topnav ul *:hover { color: #ffffff; background-color: none; }
#topnav ul a { line-height: 1; text-decoration: none; }
  body #topnav ul li.hover a { color: #585858; background-color: #d6d6d6; }
  #topnav ul ul { top: 39px; }
    #topnav ul ul li a { font-family: Arial, Helvetica, sans-serif; font-size: 11px; padding: 5px; background-image: none; height: auto; }
      body #topnav ul ul a.hover { color: #ffffff; background: #1f85a2; background-image: none; }
   #topnav ul ul a { border-bottom: 1px solid white; border-right: none; }
	
/* .nav ul a { border-bottom: none; } - I also needed this for IE6/7 */


