div#navbar2 {
	height: 30px;
	width: 100%;
	background-image: url(../images/background-top-navi.jpg);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #959200;
	border-bottom-color: #990000;
	text-align: center;
}
div#navbar2 ul {
	margin: 0px;
	padding: 0px;
	line-height: 30px;
	white-space: nowrap;
}
div#navbar2 li {
	list-style-type: none;
	display: inline;
}
div#navbar2 li a {
	text-decoration: none;
	padding: 7px 10px;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}
div#navbar2 li a:link, a:visited, a:active {

    color: #FFF:

}
div#navbar2 li a:hover {
	font-weight: bold;
	color: #DFDFDF;
	background-image: url(../images/current.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#active a {
	font-weight: bold;
	color: #DFDFDF;
	background-image: url(../images/current.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
a.navi-top:hover {
	color: #FFFF66;
	text-decoration: none;
	font-size: 12px;
	padding-right: 8px;
	padding-left: 8px;
}

.navi-top.Active {
	color: #FFFF66;
	text-decoration: none;
	font-size: 12px;
	padding-right: 8px;
	padding-left: 8px;
}

a:link, a:visited, a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006699;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}

