#bar { position:absolute; left:0px; top:50px; color:black; width:800px; height: 20px; background-color:#009ACE; font-family:verdana; font-size:10pt; border-color: white; border-width:1px }

.menu { position:absolute; width:140px; height:50px; background-color:#009ACE; top:71px; visibility:hidden; font-family:verdana; font-size:10pt; border-color: white; border-width:1px } 

.logo-shadow
{
  position     : absolute;
  top          : 2px;
  left         : 0px;
  height       : 50px;
  color        : silver;
  font-family  : times,verdana,serif;
  font-weight  : bold;
  font-size    : 20pt;
  z-index      : 10;
}
	
.logo-colour
{
  position     : absolute;
  top          : 0px;
  left         : 2px;
  height       : 50px;
  color        : black;
  font-family  : times,verdana,serif;
  font-weight  : bold;
  font-size    : 20pt;
  z-index      : 20;
}

#sub
{
  position     : absolute;
  top          : 30px;
  left         : 8px;
  height       : 10px;
  color        : black;
  font-family  : verdana,serif;
  font-size    : 8pt;
}