﻿
/******* MENU START *******/
td.menu_background
{
	background-color:#6c4048;
	height:25px;
	width:100%;
}td.menu_cell
{
    background-color: #6c4048;
    color: White;
    text-align:center;
}
td.menu_cell:hover
{
    background-color: #985a65;
    color: White;
    text-align:center;
}
td.menu_cell_selected
{
    background-color: #985a65;
    color: White;
    text-align:center;
}
td.menu_seperator
{
    width:2px;
    padding:0px 0px 0px 0px;
    border:none 0px;
    margin: 0px 0px 0px 0px;
}
a.menu_link
{
    color: White;
    font-weight:bold;
    font-size: 8pt;
    text-decoration:none;
    padding-left:6px;
    padding-right:6px;
}
table.menu_section
{
    height:20px;
}
/******* MENU END *******/
