@charset "utf-8";
a:link {
	color: #AEAEAE;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #AEAEAE;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #AEAEAE;
}

.dinamik_menu {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #aeaeae;
	width: auto;
	font-weight: bold;
	background-color: #f8f8f8;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;

}
.dinamik_menu:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	width: auto;
	font-weight: bold;
	background-color: #fdc900;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
#alt {
	width: 710px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	color: #CCCCCC;
	background-color: #0C0C0C;
}

