/* music-mnu  fixed  menu styles */
/* GAK Music general styles 20100425 */

 a:link, a:visited {} 
 a:hover {text-decoration:overline; background-color:Azure;} 
 a:active {text-decoration:underline;} 

/* h1,h2,h3,h4,h5,h6 */
h1 {font-size:200%;margin-top:0px;font-weight:normal}
h2 {font-size:160%;margin-top:10px;margin-bottom:10px;font-weight:normal}
h3 {font-size:120%;font-weight:normal}
h4 {font-size:100%;}
h5 {font-size:90%;}
h6 {font-size:80%;}

h1,h2,h3,h4,h5,h6
{
background-color:transparent;
color:#000000;

}
body {
  border-style: hidden;
  border: 0px;
  padding: 0px;
  z-index: 0;
  overflow: auto;
  speak: normal;
  volume: medium;
  line-height: normal;
  text-align: center;
  font-family: arial,verdana,sans-serif;
  font-size: 10px;
  font-style: inherit;
  font-weight: inherit;
  text-transform: inherit;
  white-space: inherit;
  background-color: lavender;
  background-image: url(http://music.gak.net.au/images/notes_move.gif);
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center top;
}

hr, td hr {
  size: 3px; 
  width: 75%; 
  color: gray; 
  background-color: gray;
  text-align: center;
}

/* Table & Table Header */
/* lines, left, middle */
table, th, td, tf {
  border: 1px solid black;
  margin: auto;
  text-align: center;
  vertical-align: middle;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
}

/* end of general styles */

/******************************/
/** fixed menu used thru-out **/
/** fixed menu ids / classes **/
.fixmenu {
  z-index: 3;
  top: 12%;
  left: 5px;
  width: 180px;
  height: 100px;
  position: fixed;
  background-image: url(http://vk3khb.gak.net.au/images/bg/gak4paper.jpg);
  background-color: lavender;
  border: 1px solid black;
  padding: 1px;
  margin: auto;
  font-size: 8pt;
}
/* must be 'id' for byID calls */
#txtime {
  z-index: 4;
  top: 0px;
  left: 0px;
  position: absolute;
  background-color: yellow;
  font-size: 8pt;
  color: red;
}
#tztime {
  z-index: 4;
  bottom: 0px;
  right: 0px;
  position: absolute;
  background-color: yellow;
  font-size: 8pt;
  color: red;
}
#txpage {
  z-index: 4;
  top: 0px;
  right: 0px;
  position: absolute;
  background-color: yellow;
  font-size: 8pt;
  color: red;
}
#txtone {
  z-index: 4;
  left: 10px;
  top: 15px;
  position: absolute;
  padding: 1px;
  text-align: left;
}

/* end of menu ids */
/* menu drop down option styles */

ul {
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  margin: 0;
  padding-top: 1px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 1px;
  font-family: Arial,Verdana;
  font-size: 12px;
}
ul li {
  position: relative;
  display: block;
  float: left;
}
li ul {
  display: none;
  padding-left: 0px;
}
ul li a {
  padding-top: 1px;
  padding-left: 3px;
  padding-right: 3px;
  padding-bottom: 1px;
  border-top: 1px solid #ffffff;
  background: #2c5463 none repeat scroll 0% 10%;
  display: block;
  color: #ffffff;
  margin-left: 2%;
  white-space: nowrap;
  text-decoration: none;
}
ul li input {
  padding-top: 3px;
  padding-left: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  border-top: 1px solid #ffffff;
  background: #2c5463 none repeat scroll 0% 10%;
  display: block;
  text-decoration: none;
  color: #ffffff;
  margin-left: 1px;
  white-space: nowrap;
}
ul li a:hover {
  background: #617f8a none repeat scroll 0% 10%;
}
ul li input:hover {
  background: #617f8a none repeat scroll 0% 10%;
}
li:hover ul {
  display: block;
  position: fixed;
}
li:hover li {
  float: none;
  font-size: 10px;
}
li:hover a {
  background: #617f8a none repeat scroll 0% 10%;
}
li:hover li a:hover {
  background: #95a9b1 none repeat scroll 0% 10%;
}
li:hover li input:hover {
  background: #95a9b1 none repeat scroll 0% 10%;
}


/* fixed menu classes */
.markey { z-index: 4; background: Azure;}

/* end fixed  menu  */
