.nav-bar {
	height: 16px;

//	margin: 0 auto;
	padding: 0 0 0 132px;

//	overflow: hidden;
}
.nav-bar .topBorder {
	position: absolute;
	top: auto;
	left: auto;

//	height: 14px;

//	margin: 41px 0 0 -132px;
	padding: 0;

	border: 1px solid #ccc;
	border-top: none;
	border-bottom: none;

//	background-image: url(images/nn_topBorder.png);
	background-repeat: repeat-x;
	overflow: hidden;
	z-index: -1;
}

.kat-button {
	position: absolute;
	top: auto;
	left: auto;

	height: 14px;
//	width: 111px;

	margin: 1px 0 0 -132px;
	padding: 0px 0 3px 0px;

//	background-image: url(images/nn_button.png);
	background-repeat: no-repeat;
}
.kat-button a{
	display: block;
	height: 100%;
	width: 100%;

	margin: 0;
	padding: 0;

	color: #000;
	font-size: 14px;
	font-weight: 500;
}

.kat-button:hover {
//	background-position: 0px -23px;
	color: #dddddd;

	cursor: pointer;
}
.kat-button:hover ul {
	display: block
}

ul.dd-list {
	display: none;
	list-style-type: none;

	position: absolute;
	top: auto;
	left: auto;

	width: 538px;

	margin: -16px 0 0 +10px;
	padding: 1px 0 0;

	overflow: hidden;

	background-color: #fff;
	border: 1px solid #ddd;
	border-top: 3px solid #ddd;

	z-index: 100;
}
ul.dd-list li {
	display: inline;
	list-style-type: none;

	height: 16px;
	line-height: 14px;
	width: 259px;

	font-size: 12px;
	text-align: left;
	white-space: nowrap;

	margin: 1px;
	padding: 0 0 0 5px;

	float: left;

//	background-color: #fff;
	border: 1px solid #f2f2f2;
//	border-left: 15px solid #f2f2f2;
	overflow: hidden;
}
.kat-button ul li:hover {
	background-color: #ddd;
	border-color: lightblue;
}

ul.dd-list li a {
	display: block;

	height: 100%;
	width: 100%;

	color: #000;
}
ul.dd-list li a:visited {
	display: block;

	height: 100%;
	width: 100%;

	color: #000;
}
ul.dd-list li a:active {
	display: block;

	height: 100%;
	width: 100%;

	color: #abed;
}

