body            { color: black; font-size: 12px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none; background-color: transparent; border-color: #fff; outline-style: solid; outline-color: white }
p      { color: black; font-size: 12px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; background-color: transparent }
td      { color: black; font-size: 12px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; background-color: transparent }
.hdr1   { color: #2a00ff; font-size: 18px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-weight: bold }
a:link         { color: #2a00ff; font-size: 12px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: underline; outline-color: black }
a:visited          { color: #2a00ff; font-size: 12px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: underline; outline-color: black }
a:hover        { color: #f00; font-size: 12px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: underline }
a:active        { color: #bdbacd; font-size: 12px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: underline }
.copy       { color: #bdbacd; font-size: 12px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
/* remove the bullets, padding and margins from the lists */
.menu ul{
list-style-type:none;
width:100%;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}

/* style all the links */
.menu a  { color: #ffffff; font-size: 20px; font-weight: bold; text-decoration: none; background: transparent; text-align: center; display: block; margin-right: 3px; padding: 3px; width: 150px }

/* style all the links */
.menu a, menu:visited  { color: #ffffff; font-size: 13px; text-decoration: none; background: transparent; text-align: center; display: block; margin-right: 3px; padding: 3px; width: 150px }

/* style the links hover */
.menu :hover { color: #0f5edf; text-decoration: none; background: transparent }

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:145px;
height:0;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}
.blink     { color: #f00; font-size: medium; text-decoration: blink; background-color: transparent }
