td {
font-size: 8pt;
font-family: Arial;
}

th {
font-size: 10pt;
font-family: Arial;
}

#menu {
width: 123px;
}

#menu a {
font-size: 8pt;
font-family: Arial;
color: #ffffff;
text-decoration: none;
padding-right: 5px;
}

#menu a:hover {
color: #000000;
}

#tabledescription {
width: 100px;
height: 3em;
color: #ffffff;
filter:alpha(opacity=0);
-moz-opacity:0;
}

a {
color: #000000;
}

.glossymenu{
margin: 0px;
width: 124px; /*width of menu*/
}

.glossymenu a.menuitem{
background: url(images/00a.jpg);
font: 8pt Arial;
color: #ffffff;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
height: 14px;
padding: 3px;
text-decoration: none;
text-align: right;
}

.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: #ffffff;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
color: #000000;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background-image: url(images/image_03.gif);
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0px;
padding: 0px;
}

.glossymenu div.submenu ul li a{
display: block;
height: 17px;
font: 8pt "Arial";
color: #ffffff;
text-decoration: none;
text-align: right;
}

.glossymenu div.submenu ul li a:hover{
color: #000000;
}
