.menutekst {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFFFFF;
}

.menutekst a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.menutekst a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.menutekst a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.menutekst a:active {
	color: #FFFFFF;
	text-decoration: none;
}


.submenutekst {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}

.submenutekst a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.submenutekst a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.submenutekst a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.submenutekst a:active {
	color: #FFFFFF;
	text-decoration: none;
}


#nav1, #nav1 ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav1 a {
	display: block;
	width:125px;
}

#nav1 li { /* all list items */
	float: left;
	width: 125px; /* width needed or else Opera goes nuts */
}

#nav1 li ul li a { /* all list items */
	width: 265px; /* width needed or else Opera goes nuts */
	padding-left:10px;
}

#nav1 li ul { /* second-level lists */
	position: absolute;
	width: 265px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index:100;
	padding-top:5px;
}

#nav1 li ul li { /* all list items */
	float: none;
	line-height: 32px;
	background-color:#0272a2;
	width: 265px;
}

#nav1 li ul li a:hover {
	background-color : #0272a2;
	width: 255px;
}

#nav1 li ul ul { /* third-and-above-level lists */
	margin: -37px 0 0 265px;
}

#nav1 li:hover ul ul, #nav1 li:hover ul ul ul, #nav1 li.sfhover ul ul, #nav1 li.sfhover ul ul ul {
	left: -999em;
}

#nav1 li:hover ul, #nav1 li li:hover ul, #nav1 li li li:hover ul, #nav1 li.sfhover ul, #nav1 li li.sfhover ul, #nav1 li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
