/* CSS Document */
A {color: #000000; font-size: 10pt; font-family: Verdana; text-decoration: underline;}
A:hover {color: #000000; font-size: 10pt; font-family: Verdana; text-decoration: none;}
A.menu {color: #000000; font-size: 9pt; font-family: Verdana; text-decoration: underline;}
A.menu:hover {color: #000000; font-size: 9pt; font-family: Verdana; text-decoration: none;}

p {
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana;
	color: #000000;
}

#nav{ /* all lists */
	padding-left:0px;
	margin: 0;
	list-style: none;
	line-height: 1;
}
#nav ul { /* all lists */
	padding-left:0px;
	margin: 0;
	list-style: none;
	line-height: 1;
}
#nav a, span.nolink {
	display: block;
	width: 275px;
}

#nav li a { /* all list items ZAEBOK*/
	width: 275px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	height:18px;
	background: url(/users/templates/klafs/images/point.gif) no-repeat left top;
	text-indent:29px;
}
#nav li a:hover { /* all list items ZAEBOK*/
	color: #000000;
	text-decoration: none;
}

#nav li ul a { /*  Level 2  */
	width: 275px;
	background: url(/users/templates/klafs/images/point2.gif) no-repeat left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	height:18px;
	text-indent:45px;
}
#nav li ul a:hover { /*  Level 2  */
	color: #000000;
	text-decoration: none;
}