body {
    margin:0;
    padding:0;
    font: 12px/1.5em Verdana;
}
 
#tabs {
    float:left;
    width:100%;
    background:url("graphics/MainLogo.jpg") no-repeat left top;
    font-size:100%;
    line-height:normal;
    /*border-bottom:5px solid #266591;*/
}
      
#tabs ul {
    margin:0;
    padding:75px 0px 0px 10px;
    list-style:none;
}
    
#tabs li {
    display:inline;
    margin:0;
    padding:0;
    
    font: 12px/1.2em Verdana;
}
    
#tabs a {
    float:left;
    background:url("graphics/TabLeft.gif") no-repeat left top;
    margin:10;
    padding:0 0 0 5px;
    text-decoration:none;
}
    
#tabs a span {
    float:left;
    display:block;
    background:url("graphics/TabRight.gif") no-repeat right top;
    padding:5px 12px 4px 2px;
    color:#24618E;
    color:#ffffff;
}
    
#tabs #selected span {
    float:left;
    display:block;
    background:url("graphics/TabRight.gif") no-repeat right top;
    padding:5px 12px 4px 2px;
    color:#24618E;
    color:#FFFF00;
}
    
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
#tabs #selected span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
    color:#FF0000;
}
    
#tabs a:hover {
}
    
#tabs a:hover span {
}
    
#tabs a:hover #selected span {
}

.film {
    background-image:url(http://www.pictureni.com/graphics/FilmBackground.gif)
}
