/* Basic code - don't modify */
 
#nav { display: block; margin: 0; padding: 0; position: relative; z-index: 12000;}
#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: 0; }
    
/* Essentials - configure this */

#nav ul { width: 156px; margin-left: -1px; }
#nav ul ul { left: 131px; }

/* Everything else is theming */
 
#nav { width: 940px; margin-left: auto; margin-right: auto; padding-top: 8px; }
#nav > li > a {  font-size: 12px; font-weight: bold; padding: 4px 32px 4px 4px; text-decoration: none; color: white; text-align: center; text-transform: uppercase;}
#nav li.hover a { text-decoration: none;}
#nav ul { top: 31px; }
#nav ul li a {font-size: 12px; font-weight: bold; width: 146px; height: 23px; padding-left: 10px; padding-top: 8px; text-decoration: none; color: black; text-align: left; text-transform: uppercase; background: URL('/gfx/menu/menu.png'); background-repeat: no-repeat; }
#nav ul li a.lastmenuitem {background: URL('/gfx/menu/menu_last.png');}
#nav ul li.hover a {color: #A80073;}
#nav ul a.hover { text-decoration: none; color: #A80073;}
#nav ul a { text-decoration: none;}
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */


/* Quick fix for ui dialogs*/
.ui-dialog {
    z-index: 999;
}