body
{background-color:#1A1A1A;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;}

body,table
{cursor:help;
text-align: left;
color: #000000;
font-size: 16px;
font-family:sans-serif, tahoma, arial;
font-weight: normal;
line-height: 20px;
letter-spacing: 0px;
padding: 0 4px 4px 4px;
cursor: default; 
padding-bottom:8px;}

#navigation { 
   list-style: none;
   margin: 0; padding: 0;
}
#navigation li {
   float: left;
}
#navigation li a {
   display: block;
   background: #410403;
   width: 100%;
   text-align: left;
   color: #FFFFFF;
   border-bottom: 6px solid #F000000;
   border-right: 6px solid #000000;
   padding: 5px 3px;
}
#navigation li a:hover {
   background: #404040;
   color: #5b0401;
}



.header
{border-bottom: 1px solid #000000;
 
font-weight: bold; 
padding-right: 10px;
 
padding-left: 14px; 
padding-bottom: 4px;
width: 100%;
 
text-transform:uppercase; 
text-align:center;}





A:link,A:active,A:visited
{cursor:help;
color:#7e6159;
text-decoration:none;}

a:hover
{color:#00005b;
text-transform:uppercase;}

B, strong
{color:#6e0502;
font-weight:bold;}

.glossymenu{
margin: 5px 0;
padding: 0;
width: 170px; /*width of menu*/
border: 1px solid #0000000;
border-bottom-width: 0;
}

.glossymenu a.menuitem{
background: black url(glossyback.gif) repeat-x bottom left;
font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
position: fixed; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
}


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


.glossymenu a.menuitem:hover{
background-image: url(glossyback2.gif);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

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

.glossymenu div.submenu ul li{
border-bottom: 1px solid 000000;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
background: #910000;
colorz: white;
}

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