/* Basic code - don't modify */
 
 #nav { display: block; margin: 0; padding: 0; position: relative; }
  #nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
  #nav a { display: block; }
  #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 */
 #global_navigation #nav ul li { float: none;}
    #nav ul ul { top: 0; }
    
/* Essentials - configure this */

#nav ul { width: auto; }
#nav ul ul { left: 10em; }

/* Everything else is theming */
 
#nav { background-color: #392758; height: 2em; }
#nav *:hover { }
#nav a {color: white; font-size: .8em; padding: .5em .5em .5em .5em; line-height: 1; text-decoration:none}
  #nav li.hover a { background-color: #392758; }
  #nav ul { top: 25px; background-color:#392758; border-bottom: #CCCCCC thin solid; border-left:#CCCCCC thin solid; border-right:#CCCCCC thin solid;}
    /*#nav ul li a { background-color:;}*/
    #nav ul a.hover {color: #F0E61E;}
   #nav ul a { }
#nav ul a { border-bottom: none; }/*  - I also needed this for IE6/7 */

/*TM's addition */
#nav  ul li {margin: 0 0 0 5em; padding: 0 0; }

