@charset    "ISO-8859-1";

a.menuitem
{
	width: 140px;
	height: 36px;
	display: block;
	text-align: center;
	font-size: 24px;
	line-height: 36px;
	font-weight: bold;
	margin: 0px;
	border-width: 0px;
	padding: 0px 0px 0px 0px;
}

a.menuitem:link  , a.menuitem:visited
{
	background: no-repeat url();
	color: red;
	text-decoration: none;
	background-color: transparent;
}

a.menuitem:hover , a.menuitem:active
{
	background: no-repeat center center url(/grafik/b7ml.gif);
	color: #00ffff;
	text-decoration: none;
	background-color: transparent;
}

.linje
{
	width: 140px;
	height: 36px;
	display: block;
	position: absolute;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}

a.menulink
{
	width: 140px;
	height: 36px;
	display: block;
	text-align: center;
	font-size: 24px;
	line-height: 36px;
	font-weight: bold;
	margin: 0px;
	border-width: 0px;
	padding: 0px 0px 0px 0px;
}

a.menulink:link  , a.menulink:visited
{
	background: no-repeat url();
	color: green;
	text-decoration: none;
	background-color: transparent;
}

a.menulink:hover , a.menulink:active
{
	background: no-repeat center center url(/grafik/b8ml.gif);
	color: #ffff00;
	text-decoration: none;
	background-color: transparent;
}

