body {
background-color: #000000; 
margin: 0px; 
padding: 0px;
color: #ffffff;
}

font {
color: #ffffff;
font-size: 11px;

}

.text, td  {
color: #ffffff; 
font-size: 11px; 
font-family: "trebuchet ms", arial, verdana, sans;
}

.left  {
font-size: 11px; 
font-family: "trebuchet ms", arial, verdana, sans; 
text-align: right;
}

.small  {
font-size: 11px; 
font-family: "trebuchet ms", arial, verdana, sans;
}

.line {
background-color: #ffffff;
}

A, a:link, a:visited, a:active {
color: #999; 
text-decoration: none;
outline: none;
}

A:hover { 
color: #fff; 
text-decoration: none;
}

.mainDiv { 
width:141px;
}

.topItem { 
width:142px; 
height:11px; 
display:inline;
background: #000; 
cursor: pointer;
text-decoration: none; 
color: #ffffff; 
font-family:"trebuchet ms", arial, verdana, sans;
}

.topItemOver { 
text-decoration: none; 
color:#ffffff;
background:#000;
}

.dropMenu { 
background:#000;
}

.subMenu { 
display:none;
}

.subItem { 
padding-left:5px; 
cursor:pointer; 
text-decoration:none; 
color:#999;
}

a.subItem { 
text-decoration:none; 
color:#999;
}

.subItemOver { 
cursor:pointer; 
text-decoration:none; 
padding-left:5px; 
color:#fff;
}

a.subItemOver { 
color:#fff; 
text-decoration:none;
}

.drop { }