body {
font: .8em/1.8em verdana, arial, sans-serif;
background-color: #66CCFF;
margin: 0 4% 0 4%;
}
#header {
float: left;
width: 100%;
border-bottom: 1px solid #8DA5FF;
margin-bottom: -.8em;
}
#header ul {
margin: 0;
padding: 2em 0 0 0;
list-style: none;
}
#header li {
float: left;
background-image: url('images/tab_left.gif');
background-repeat: no-repeat;
padding-left:8px; padding-right:0; padding-top:0; padding-bottom:0
}

#header a {
float: left;
display: block;
background-image: url('images/tab_right.gif');
background-repeat: no-repeat;
background-position: right top;
padding: 0.2em 10px 0.2em 0;
text-decoration: none;
font-weight: bold;
color: #333366; 
}

#reviews #header li.reviews,
#calendar #header li.calendar,
#news #header li.news,
#theaters #header li.theaters,
#offers #header li.offers,
#top10 #header li.top10,
#faq #header li.faq {
background-image: url('images/tab_active_left.gif');
}

#reviews #header li.reviews a,
#calendar #header li.calendar a,
#news #header li.news a,
#theaters #header li.theaters a,
#offers #header li.offers a,
#top10 #header li.top10 a,
#faq #header li.faq a {
background-image: url('images/tab_active_right.gif');
background-color: transparent;
color:#FFFFFF
}