div#topbar a {
	color: white;
	text-decoration: none;
	text-align: center;
	background-position: right top;
	background-repeat: no-repeat;
	margin: 0px;
}

div#topbar a:hover {
	text-decoration: none;
	background-image: url(./img/menubackOver.jpg);
}

div#categories {
	color: white;
}

div#categories a {
	color: white;
	text-decoration: none;
}

div#categories a:hover {
	color: black;
	text-decoration: none;
}

div#categories a.downmenuaktiv {
	color: black;
	font-weight: bold;
}


div#topRight a{
	position: absolute;
	color: white;
	top: 20px;
	width: 110px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px;

}

/*
div#topRight a{
	position: absolute;
	color: white;
	top: 2px;
	left: 20px;
	height: 38px;
	width: 70px;
	text-align: center;
	padding: 17px 0px 0px 0px;
	text-decoration: none;
	background-position: right top;
	background-repeat: no-repeat;
	margin: 0px;
}

div#topRight a:hover {
	color: white;
	text-decoration: none;
	background-image: url(./img/menubackOver.jpg);
}
*/

#jsddm
{	margin: 0;
	padding: 0;}
	
	#jsddm li
	{	float: left;
		list-style: none;
		font: 12px Tahoma, Arial;
		width: 130px;
	}
	#jsddm li img
	{
		margin-bottom: -1px;
	}


	#jsddm li a
	{	display: block;
		padding: 8px 12px 0px;
		margin-top: 2px;
		height: 20px;
		text-decoration: none;
		color: #000000;
		white-space: nowrap;
		font-size: 14px;
		font-weight: normal;
		background: url(../../images/white_translucent.png);
	}
	#jsddm li a:hover
	{
		color: #850057;
	}

		
		#jsddm li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			height: 180px;
			top: 385px;
			z-index: 300;
			display: none;}
		#jsddm li ul *
		{
			vertical-align: bottom;
		}
		#jsddm li ul li
		{	
			float: none;
			vertical-align: bottom;
			width: 130px;
			padding: 0;
			height: 24px;
			}
		
		#jsddm li ul li a
		{	
			padding: 0;
			margin: 0;
			display: block;
			padding: 5px 12px;
			width: 133px;
			height: 14px;
			}
		
		#jsddm li ul li a:hover
		{
			color: #850057;
		}

