a { color: #00f; text-decoration:none }
a:hover { color: #c00; }
a:visited { color: #00f; }
a#home {
    width: 182px;
    height: 20px;
    background-image: url(/images/home_blue.jpg);
    float:left;
    text-decoration: none;
}

a#home:hover {
    background-image: url(/images/home_red.jpg);

}
a#about {
    width: 218px;
    height: 20px;
    background-image: url(images/about_dtc_blue.jpg);
    float:left;
    text-decoration: none;
}

a#about:hover {
    background-image: url(/images/about_dtc_red.jpg);
}
a#elected {
    width: 218px;
    height: 20px;
    background-image: url(/images/elected_officials_blue.jpg);
    float:left;
    text-decoration: none;
}

a#elected:hover {
    background-image: url(/images/elected_officials_red.jpg);
}
a#get {
    width: 178px;
    height: 20px;
    background-image: url(/images/get_involved-blue.jpg);
    float:left;
    text-decoration: none;
}

a#get:hover {
    background-image: url(/images/get_involved_red.jpg);
}
a#news {
    width: 182px;
    height: 20px;
    background-image: url(/images/news_blue.jpg);
    float:left;
    text-decoration: none;
}

a#news:hover {
    background-image: url(/images/news_red.jpg);
}
a#how {
    width: 218px;
    height: 20px;
    background-image: url(/images/how_blue.jpg);
    float:left;
    text-decoration: none;
}

a#how:hover {
    background-image: url(/images/how_red.jpg);
}
a#voting {
    width: 218px;
    height: 20px;
    background-image: url(/images/voting_blue.jpg);
    float:left;
    text-decoration: none;
}

a#voting:hover {
    background-image: url(/images/voting_red.jpg);
}
a#contact {
    width: 178px;
    height: 20px;
    background-image: url(/images/contact_blue.jpg);
    float:left;
    text-decoration: none;
}

a#contact:hover {
    background-image: url(/images/contact_red.jpg);
}
#nav { list-style: none; font-size: 11px; font-family: verdana; top: 0; left: 0; z-index: 30; float: left; }
#nav a, #nav a:visited { 
color:#0000FF; 
}
#nav a:hover { 
color:#CC0000; 
}
#nav ul { font-size: 11px; font-weight: bold; margin-left: 0; padding-left: 0; list-style: none; }
#nav ul li { font-size: 11px; font-weight: bold; padding-left: 10px; }
#nav ul ul li { font-size: 11px; font-weight: normal; }
#nav ul a, a:visited { color: blue; }
#nav ul a:hover { color: #c00; }
.subhead1
{
font-weight:bold;
text-transform: uppercase;
}

div#links a, div#links a:visited {display: block; color: #000099; font-size:14px; font-family:verdana; text-decoration:none;
   
}

div#links a:hover {color: #CC0000; 
   border-right: 5px double white;}

div#links a span {display: none;}
div#links a:hover span {display: block;
   position: absolute; top: 53px; left: 391; width: 394px;
   padding: 5px; margin: 10px; z-index: 100;
   color: #000000; background: #F6E2E5;
   font: 12px Verdana, sans-serif; text-decoration:none;}

a#bio {
    background-image: url(/images/bio.gif);
    float:left;
    text-decoration: none;
}

a#bio:hover {
    background-image: url(/images/bio_r.gif);
}

#bottomnav
{
text-align:center;
font-family:verdana;
font-size:11px;
}

#bottomnav a, #bottomnav a:visited { 
color:#0000FF; 
} 
#bottomnav a:hover { 
color:#CC0000; 
}
#bodytext { z-index: 20; }
#bodytext a, a:visited { color: blue; }
#bodytext a:hover { color: #c00; }
