/* Backgrounds */
body { background: url(../img/bg_gradient.jpg) repeat-x #b4daed; padding-bottom: 10px; }
#header { background: url(../img/bg_header.jpg) no-repeat; }
#content {  }
#footer { background: url(../img/bg_footer.gif) 208px 0px no-repeat #fff; height: 30px; }

.popup .content { background: #fff url(../img/popup_tl.gif) no-repeat top left; margin: 10px; margin-bottom: 0; }
.popup .content1 { background: url(../img/popup_tr.gif) no-repeat top right; }
.popup .content2 { background: url(../img/popup_bl.gif) no-repeat bottom left; }
.popup .content3 { background: url(../img/popup_br.gif) no-repeat bottom right; padding: 10px; }

/* Trickery */
.nav li ul { display: none; }
.activeHover { display: block !important; }
