
a.menupunkt {
	text-decoration: none;
	background-color: transparent;
	color: White;
	border-top : 1px solid #FFFFFF;
	border-left : 1px solid #FFFFFF;
	border-bottom : 1px solid White;
	display: block;
	line-height: 16px;
	width: 118px;
	background : #66CCFF;
	text-align : center;
	padding : 6px 6px;
	border-right : 1px solid White;
	font-family : Verdana;
	font-size : 14px;
	font : italic;
	font-weight : bolder;
	word-break : keep-all;
}

a.menupunkt:hover {
	border-top : 1px solid White;
	border-left : 1px solid White;
	border-bottom : 1px solid White;
	display: block;
	color: #00244A;
	width: 118px;
	padding : 6px 6px;
	border-right : 1px solid White;
	font-family : Verdana;
	font-size : 14px;
	font : italic;
	font-weight : bolder;
}