/* Menu styles go here */

BODY {
  margin: 0px;
  padding: 5px;
  margin-left: 10px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: top center;
}

BODY, TD {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

IMG {
  border: 1px;
  padding: 0px;
  margin: 0px;
}

A.button, A.button:active  {
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #eeeeee;
	background: transparent;
	border: 0px;
	position: relative;           /* Fix background opacity inheritance */
	display: block;
}

A.subbutton, A.subbutton:active {
 
  display: block;
  width: 110px;
}

A.button:hover {
  color: #000000;
  background: #eeeeee;
}

/* Menu containment */
TABLE.menu {
  width: 150px;
  height: 550px;	/* Minimum */
  background-position: top center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

/* Menu buttons */
TABLE.button {
  width: 150px;
  height: 230px;
  border: 0px;
  margin: 0px;
  padding: 0px;
}

TD.button {
  width: 150px;
  height: 25px;
  padding-left: 5px;
  padding-top: 4px;
  background-color: transparent;
  background-image: url("../backgrounds/buttonBG.gif");
  background-position: top left;
  background-repeat: no-repeat;
  opacity: .80;                 /* For MS IE   */
  filter: alpha(opacity=80);    /* For Safari  */
  -moz-opacity: .80;            /* For Mozilla */
}

TD.subbutton {
  width: 15opx;
  height: 25px;
  padding-left: 10px;
  text-align: center;
  padding-top: 10px;
  background-color: transparent;
}

/* Twinkle twinkle little star */
TD.star {
  background: transparent;
  margin: 0px;
  border: 0px;
  padding: 0px;
}

TD.star {
  margin: 0px;
  border: 0px;
  padding: 0px;
}

A.button2, A.button2:active  {
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #ffff00;
	background: transparent;
	border: 0px;
	position: relative;           /* Fix background opacity inheritance */
	display: block;
}

A.button2:hover {
  color: #000000;
  background: #eeeeee;
}