BODY, font , td {
font-family: Tahoma;
font-size: 11px;
color: #685944;
}

.tdmenu {
padding-top: 70px;
padding-left: 70px;
line-height: 150%;
}

A:link, A:active, A:visited  {
color: #9F0A04;
text-decoration: underline;
}
A:hover {
color: #F9180D;
text-decoration: underline
}

a.menu:link, a.menu:visited, a.menu:active{
text-decoration: underline;
color: #776138;
}
a.menu:hover {
text-decoration: underline;
color: #A00E11;
}

.up {
color: #F5C7B8;
}

.red {
color: #9F0A04;
}

.down {
color: #DCB7AF;
}

.1 {
color: #000000;
}
.2 {
color: #1AB43C;
}
.mini {
font-size: 10px;
}
.glossymenu{
padding: 0;
width: 160px; /*width of menu*/
}

.glossymenu a.menuitem{
background: #BD4D3B;
font-family: Tahoma;
font-size: 13px;
font-weight: bold;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 2px;
padding-left: 10px;
text-decoration: none;
border: 1px solid #8E3C2D;
border-top: 1px solid #D38374;
border-left: 1px solid #D38374;
}

.glossymenu a.menuitem2{
background: #BD4D3B;
font-family: Tahoma;
font-size: 13px;
font-weight: bold;
color: #800000;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 5px;
padding-left: 10px;
text-decoration: none;
}
.glossymenu a.menuitem:hover, .glossymenu a.menuitem2:hover{
background: #8E3C2D;
color: #F9AD2D;
}

.glossymenu a.menuitem .statusicon, .glossymenu a.menuitem2 .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.submenu td{
text-align:center;
padding: 0;
}
.glossymenu div.submenu a{
display: block;
font-family: Tahoma;
font-size: 12px;
font-weight: bold;
color: black;
text-decoration: none;
padding: 2px 6px 2px 6px;
border: 1px solid white;
background: #EFE6D3;
}

.glossymenu div.submenu a:hover, .tend{
background: #FCECBA;
color: #BD4D3B;
border: 1px solid #EFE6D3;
display: block;
font-family: Tahoma;
font-size: 12px;
font-weight: bold;
text-decoration: none;
padding: 2px 6px 2px 6px;
}