/* Stylesheet for Javascript menu, E Wiklund 040602 */

table.menu	{
	position: absolute;
	border: 1px solid black;
	cursor: pointer;
	visibility: hidden;
}
#mainmenu	{
	position: static;
}
table.menu td	{
	color: #000000;            /* Must be the same as tdColor in the menu_script.js */
	background-color: #ffffff; /* Must be the same as tdBgColor in the menu_script.js */
	border: 0px;
	padding: 0px 20px 2px;
	font-family: Verdana;
	font-size: 10pt;
	white-space: nowrap;
}

<style>
<!-- Hedesunda Musik- & Teaterförening: Erik Wiklund 040602

A
{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-weight:bold;
color: #ffffff;
font-size:10px;
text-decoration: none;
}

A:link 

{ 
	
	color: #000000; 
	text-decoration: underline; 
	background: transparent;  
} 

A:visited 
{ 
	color: #000000; 
	text-decoration: underline; 
	background: transparent; 
} 

A:active 
{ 
	color: #000000; 
	text-decoration: underline; 
	background: transparent; 
} 
A:hover 
{ 
	color: #777777; 
	text-decoration: none; 
	background: transparent; 
} 

-->
</style>

