body#t {
    background-color: black;
}

body#m {
    background-color: black;
}


TD {
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
  FONT-SIZE: 12px;
  background-image: none;
  color : 999999;
}

A {
	color : 999999;
}

A:VISITED {
	color : 999999;
}

A:hover {
	text-decoration: underline;
	color : white;
}

img.border_image {
 border: 1px solid #999999;
}





#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Tahoma,Verdana,Arial;
line-height:14px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: gray;
}

#dropmenudiv a:visited{ /*hover background color*/
color: darkgray;
}






