/* CSS Document */

#nav {
background-position: top left;
background-repeat: no-repeat;
background-image: url("/images/nav_bg.gif");
width: 140px;
height: 443px;
margin-top: 64px;
margin-right: 6px;
}

#nav a:link, #nav a {
color: #fff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
margin-left: 10px;
text-decoration: none;
}

#nav.spanish a:link, #nav.spanish a {
font-size: 10px;
margin-left: 8px;
/*margin-right: 6px;*/

}

#nav.spanish {

}

#nav table {
margin-top: 44px;
}

#nav a:visited {
color: #fff
}

#nav a:hover {
color: #000;
}

#nav a:active {
color: #000;
}

a:link, a {
text-decoration: none;
}

a:visited {
text-decoration: none;
}

a:active {
text-decoration: underline;
}

a:hover {
text-decoration: underline;
}

