body {
	margin-top: 10px;
	font-size: 12px;
	background-image:url(../img/layout/navFrame_navBar.jpg);
	background-repeat: no-repeat;
}

ul {
	margin: 0; padding: 0;
	list-style-type: none;
}

ul li {
	margin: 0; padding: 9px;
	margin-left: 5px;
	background-image:url(../img/layout/navFrame_button.gif);
	background-repeat: no-repeat;
}
a:link {
	color: #000000;
	text-decoration: none;
}

#start  {
	background-image:url(../img/layout/navFrame_buttonBack.gif);
	padding-left: 40px;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a:active {
	color: #000000;
	text-decoration: none;
}

