/* CSS Document */
body {
margin-top: 0px;
margin-left: 65px;
margin-bottom: 0px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:11px;
/*background: transparent;*/
background:url(bg.gif);

}
td img {display: block;}

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu2 {
position: absolute;
top: 120px;
left: 228px;
z-index:100;
width: 80%;
}
#menu2 dl {
float: left;
width: 11.85em;
margin: 0 1px;
}
#menu2 dt {
cursor: pointer;
text-align: center;
color: #ffffff;
font-weight: bold;
background: #9a0000;
border: 1px solid gray;
}
#menu2 dd {
border: 1px solid gray;
}
#menu2 li {
text-align: left;
background: #fff;
}
#menu2 li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu2 li a:hover, #menu dt a:hover {
background: #eee;
}


a {text-decoration: none;
color: #ffffff;
}

