/* CSS Document */

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

.footer_background {
background-image:url(images/footer_bg.jpg);
}

td {
color:#3A3A3A;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
text-decoration:none;
}

.date {
color:#3A3A3A;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
text-decoration:none;
}

a:link {
color:#017a97;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
text-decoration:underline;
}

a:active {
color:#017a97;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
text-decoration:underline;
}

a:visited {
color:#017a97;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
text-decoration:underline;
}

a:hover {
color:#017a97;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
text-decoration:none;
}

.footer {
color:#86c7f9;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
text-decoration:none;
}

.footer:link {
color:#86c7f9;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
text-decoration:underline;
}

.footer:active {
color:#86c7f9;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
text-decoration:underline;
}

.footer:visited {
color:#86c7f9;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
text-decoration:underline;
}

.footer:hover {
color:#86c7f9;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
text-decoration:none;
}

/* style the div to give it width */
.menu {
width:600px; 
font-size:11px;
}

/* remove the bullets and padding */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}

.menu ul ul {
width:120px;
}

.menu li {
float:left;
width:120px;
position:relative;
}

/* style the the top level */
.menu a, .menu a:visited {
display:block;
text-align:center;
font-size:11px;
text-decoration:none;
font-weight:bold; 
color:#fff; 
width:119px; 
height:30px; 
border:1px solid #fff; 
border-width:1px 1px 0 0; 
background:#017A97; 
padding-left:0px; 
line-height:29px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#949e7c;
}

/* style the second level hover */
.menu ul ul a.drop:hover{
background:#c9ba65;
}

.menu ul ul :hover > a.drop {
background:#c9ba65;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:31px;
left:0; 
width:120px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#017A97;
text-align:left;
color:#fff; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:129px
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#fff; 
background:#0094B2;
}

.menu :hover > a, .menu ul ul :hover > a {
color:#fff;
background:#0094B2;
}

/* make the second level visible when hover on first level */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}