/* Style sheet for My Web Site menus */
/* Revisions: June 27, 2008: Initial re-creation
*/

.m1table                                              /* Style for a block - DIV */
{
  background: #ffffff;
  border: 1px none #000000;
}

.m1mouto                                              /* Style for outer tag, mout (mouse out) state */
{
  background: #ffffff;
}

.m1movero                                             /* Style for outer tag, mover (mouse over) state */
{
  background: #dddddd;
}

.m1mdowno                                             /* Style for outer tag, mdown (mouse down) state */
{
  background: #cccccc;
}

.m1inner                                              /* Style for inner tag, mover (mouse over) state */
{
  font-size: 8pt;
  font-family: Tahoma, MS Sans Serif, Verdana, sans-serif;
}
