/* --------------------- STUDIO CONNECTIONS STYLE SHEET --------------------- */
/*                                                                            */
/*    Description: Styles for Right Filler frame                              */
/*         Client: Studio Connections                                         */
/*         Author: Colin Abrahams                                             */
/*      Copyright: 2007 Colin Abrahams, Studio Connections                    */
/*       Location: Woy Woy Bay, NSW, Australia                                */
/*        Version: SC-5.6                                                     */
/*   Last Updated: 2007-05-16                                                 */


@media all {

  body {
    background:url("BgRFill.gif") no-repeat;
  }

  .WhatMenu {
    float: left;
  }

  .WhatMenu a {
    float: left;
    text-decoration: none;
  }

  .WhatMenu a span {
    float: left;
    cursor: pointer;
    font-size: 5px;
    line-height: 5px;
  }

  .SubCl {
    display: none;
  }
}