/* --------------------------------------------- navigation menu */
#menu         {
  margin      :     0;
  padding     :     0;
  width       :  100%;
  min-width   : 944px;
  height      :  27px;
  border-color: White;
  border-style: solid;
  margin-top  : -27px;
  border-width:   0 0 3px 0;
  background  : transparent;
  position    :    relative;
}
#menu H3      {
  display:  none;
}
#menu ul      {
  list-style-type:   none;
  text-align     : center;
  border :      0;
  padding:      0;
  clear  :   left;
/*
  margin : 0 auto;
  width  :   30em;
*/
  position: absolute;
  margin  :        0;
  right   :    425px;
}
#menu ul li   {
x width  :  10em;
x display: block;
  float  :  left;
  padding:     0;
  margin :     0;
x text-align :    center;
}
#menu ul li a {
  text-decoration:  none;
  background : transparent;
  padding    :         0;
  margin     : 0 0 0px 0;
  color      :      #FFF;
  display    :     block;
  width      :      10em;
  text-align :    center;
  font-weight:      bold;
  letter-spacing:    1px;
  line-height:       2em;
  font-size  :      10pt;
  /*
  padding   : 14px 0 0 0;
  line-height:      10pt;
  */
  -moz-user-select: none;
}
#menu ul li#one  a   {
  border-left: none;
}
#menu ul li a:hover  {
  color      : #000;
  background : #CCC;
}
/* -------------------- submenus */
#menu ul li ul {
  display: none;
}
/* ----------------- active menu */
#menu a:active       {
  background: #FFF;
  color     : #234;
}
body#home            #menu li#menuHome a,
body#inventory       #menu li#menuInventory a,
body#inventoryDetail #menu li#menuInventory a,
body#about           #menu li#menuAbout a,
body#admin           #menu li#menuUser a,
body#five            #menu li#five a   {
  background : #456;
  color      : #FFF;
  font-weight: bold;
}
