/* Define the style sheet for the menu bar */ 
#menubar {position: relative; font: menu; cursor: default; background: white; cursor: hand; }

/* Style for the top-level menu items */ 
#menubar .root {border: 1px lightgrey solid; padding-left: 2pt; padding-right: 2pt}

/* Style for nested menus */
 #menubar TABLE {font: menu; margin: 0pt; padding: 0pt; background: white; border-left: 2px #EEEEEE solid; border-right: 2px gray solid; border-bottom: 2px gray solid; border-top: 2px #EEEEEE solid; display: none; position: absolute} 
 #menubar TABLE TD {padding-top: 2pt; padding-bottom: 2pt; padding-left: 12pt; padding-right: 15pt; margin: 0pt} 

/* Style for highlighted elements */
 #menubar .highlight {color: White; background-color:Black; cursor: hand}

/* Style for highlighting disabled elements */
 #menubar .disabledhighlight {background: navy; color: gray}

/* Style for disabled and break elements */
 #menubar #break, #menubar .disabled {color: gray} 

/* Remove padding and margins for break elements (horizontal bars) */
 #menubar #break {padding: 0pt; margin: 0pt} 

/* Style for the arrow representing more choices */
 #menubar .more {font: 9pt webdings; position: relative; height: 9pt; left: 14pt; top: -2pt; margin: 0pt; padding: 0pt;float: right; width: .8em}
 #menubar .left {margin-left: -11pt}

/* Style for the rest of the site */
/*  body {background-image: url('images/background.jpg'); background-color: rgb(255,255,255); background-repeat: repeat-y; background-attachment: fixed; margin-left: 0px; margin-right: 0px} */
  

