/* TLKG Official Web Site */
BODY
{font-family: Georgia, "Times New Roman", Times, serif;
font-size: 11pt;
color: white;
margin: 0px;
margin-left: 0px;
margin-right: 0px;
padding: 0px;}

P
{	margin: 0px;
	text-align: center;
}

table.navbar
{font-size: 8pt;
margin: 0px;
padding: 0px; 
border: 0px; 
font-weight: normal;}

table.menu
{font-size: 8pt;
margin: 0px;
padding: 0px;
font-weight: normal;
}

td.menuNormal
{	padding: 2px;
	color: white;
	font-weight: normal;
	vertical-align: top;
	background-color: #999900;
	/* height:16px; */
}

td.menuHover
{
	padding: 2px;
	color: white;
	font-weight: normal;
	vertical-align: top;
	background-color: #666600;
	cursor: hand;
	visibility:visible;
	text-decoration: none;
	/* height:16px; */
}

div.menuNormal
{display: none;
position: static;
z-index:20}

div.menuHover
{	/*border: 1px solid lightblue;*/
	background-color: #660000; 
	display: inline;
	position: absolute;
	visibility:visible;
/* top:88px; */}


a.menuitem:link
{text-decoration: none;
	font-weight: normal;
	font-size: 8pt;
	color: white;
	/*background-color: white;*/
	display: block;
	cursor: hand;
}

a.menuitem:visited
{text-decoration: none;
font-weight: normal;
font-size: 8pt;
color: white;
/*background-color: white;*/
display: block;
cursor: hand;
}

a.menuitem:hover
{text-decoration: none;
	font-weight: normal;
	font-size: 8pt;
	color: white;
	background-color: #101010;
	cursor: hand;
	visibility:visible;
/*display: block;*/
}

a.menuitem:active
{text-decoration: none;
	font-weight: normal;
	font-size: 8pt;
	color: white;
	cursor: hand;
    /*background-color: lightblue;*/
	display: block;}
	