/* Normal state */
.menuItemFirst   { color: white; font-size: 10px; font-family: Verdana, Arial, Helvetica; font-weight: normal; background-color: #362e2b; cursor: pointer; padding: 4px; width: 170px; border: solid 1px #fff }
.menuItem   { color: white; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #362e2b; cursor: pointer; padding: 4px; width: 170px; border-right: 1px solid white; border-bottom: 1px solid white; border-left: 1px solid white }
.menuItemLast   { color: white; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #362e2b; cursor: pointer; padding: 4px; width: 170px; border-right: 1px solid white; border-bottom: 1px solid white; border-left: 1px solid white }

/* On mouse over */
.menuItemFirstOver   { color: white; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bolder; background-color: #a49075; cursor: pointer; padding: 4px; width: 170px; border: solid 1px }
.menuItemOver   { color: white; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bolder; background-color: #a49075; cursor: pointer; padding: 4px; width: 170px; border-right: 1px solid white; border-bottom: 1px solid white; border-left: 1px solid white }
.menuItemLastOver   { color: white; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bolder; background-color: #a49075; cursor: pointer; padding: 4px; width: 170px; border-right: 1px solid white; border-bottom: 2px solid white; border-left: 1px solid white }

/* submenus container */
.submenu   { width: 170px; -moz-opacity: .9; filter: alpha(opacity=75)  }
td   { color: black; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif }
.indryk  { color: black; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold }
.header { color: white; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif }
a { color: black; text-decoration: underline }
