/*fixed menu styles*/
/*MUSIC GAK NET general styles 20110623*/
a:link, a:visited {} 
a:hover {text-decoration:overline; background-color:#F0FFFF;} /* Azure */ 
a:active {text-decoration:underline;} 
/* h1,h2,h3,h4,h5,h6 */
h1,h2,h3,h4,h5,h6 {background-color:transparent;color:#000000;}
h1 {font-size:200%; background-color:transparent; margin-top:0px; font-weight:normal; color:#000000; /* black */}
h2 {font-size:160%; background-color:transparent; margin-top:10px; margin-bottom:10px; font-weight:normal; color:#000000;}
h3 {font-size:120%; background-color:transparent; font-weight:normal; color:#000000; /* black */}
h4 {font-size:100%; background-color:transparent; color:#000000; /* black */}
h5 {font-size:90%; background-color:transparent; color:#000000; /* black */}
h6 {font-size:80%; background-color:transparent; color:#000000; /* black */}

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-image:url(/images/clouds3.jpg);
background-color:#E6E6FA; /* lavender */
background-position:center top;
background-attachment:fixed;
background-repeat:repeat;
color:rgb(0,0,0); /* black */
margin-left:auto;
margin-right:auto;
margin-bottom:auto;
margin-top:auto;
}

hr, td hr {
width:75%; 
color:#808080; /* gray */ 
background-color:#A9A9A9; /* darkgray */
text-align:center;}

/* Table & Table Header */
/* lines, left, middle */
table, th, td, tf {
border:0px 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 */

/* khb_ classes here */
.khb_sys {
font-size:6pt;
font-family:monospace;}

/** fixed menu used thru-out **/
/** fixed menu ids / classes **/

.markey {z-index:4; background-color:#F0FFFF;/* Azure */}

.fixmenu_head {
z-index:4;
top:5px;
left:5px;
width:180px;
position:fixed;
background-color:#E6E6FA;/*lavender*/
border:1px solid black;
padding:1px;
margin:auto;
overflow:hidden;
font-size:8pt; 
table-layout:fixed;
}/*end fixmenu_head*/

.fixmenu_nav {
z-index:3;
top:22px;
left:5px;
width:180px;
height:210px;
position:fixed;
background-image:url(http://vk3khb.gak.net.au/images/bg/gak4paper.jpg);
background-color:#E6E6FA;/*lavender*/
border:1px solid black;
padding:1px;
margin:auto;
overflow:hidden;
font-size:8pt; 
table-layout:fixed;
}/*end fixmenu_nav*/

/*menu 'id'*/
#txtime {/*local*/
z-index:4;
top:1px;
left:1px;
position:absolute;
background-color:#FFFF00;/*yellow*/
font-size:8pt;
color:#FF0000;/*red*/
}
#tztime {/*UTC*/
z-index:4;
bottom:1px;
right:1px;
position:absolute;
background-color:#FFFF00;/*yellow*/
font-size:8pt;
color:#FF0000;/*red*/
}
#tz2014 {/*event cd*/
z-index:3;
bottom:100px;
left:25px;
position:absolute;
/* background-color:#E6E6FA; lavender*/
font-size:8pt;
}
#txpage {/*time on page*/
z-index:4;
top:1px;
right:1px;
position:absolute;
background-color:#FFFF00;/*yellow*/
font-size:8pt;
color:#FF0000;/*red*/
}
#txtone {/*calc results*/
z-index:4;
left:10px;
top:35px;
position:absolute;
padding:1px;
text-align:center;
}
/* end of menu ids */
/* fixmenu_nav styles */
ul {
list-style-type:none;
list-style-image:none;
list-style-position:outside;
margin:0px;
padding:0px; /*zero*/
font-family:Arial,Verdana;
font-size:12px;}
ul li {position:relative; display:block; float:left;}
li ul {display:none;}
ul li a {
padding-top:1px;
padding-left:3px;
padding-right:3px;
padding-bottom:1px;
border-top:1px solid #ffffff; /* white */
background:#2c5463 none repeat scroll 0% 10%;
display:block;
color:#ffffff; /* white */
margin-left:2px;
white-space:nowrap;
text-decoration:none;
}
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%;}
/* end fixed menu */
