/* CSS Document */

body {
background:url(../images/helena/bodyBkgd.jpg) repeat;
}

#bodyHdr {
background:url(../images/helena/bodyHdr.jpg) repeat-x top;
}

#hdr h1 a {
background:url(../images/helena/logo.png) no-repeat top center;
}

#nav ul li a {
background:url(../images/helena/navBkgd.gif) 0 0 no-repeat;
background-position:top left;
width:218px;
height:40px;
}

#nav ul li a:hover { color:Black;}



#nav ul li .expanded, #nav ul li .selected  {
 color:Black;
text-decoration:none;
background-position: 0 -40px;
}

#nav .expanded li a, #nav .selected li a {
color:#666666;
background-position: 0 0px;
} 
    
#nav .selected li a {
background-position:0 0;
}

#nav ul ul li .selected 
{
    color:White;
}

#nav ul ul li .selected li a {
text-decoration:none;}

#nav ul li ul li a:hover { color:white;}

#footer {
background:url(../images/helena/footer.png) repeat-x bottom;
}

#footer #contact {
color:#000000;
}

#footer #copyright {
color:#FFFFFF;
}

