/* --------------------- STUDIO CONNECTIONS STYLE SHEET --------------------- */
/*                                                                            */
/*    Description: Styles for Right Filler frame                              */
/*         Client: Studio Connections                                         */
/*         Author: Colin Abrahams                                             */
/*      Copyright: Colin Abrahams, Studio Connections                         */
/*       Location: Central Coast, NSW, Australia                              */
/*        Version: SC-5.8                                                     */
/*   Last Updated: 03-11-2010                                                 */


@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;
  }
}
