
#tddm {
/*	width: 770px;*/
	width: 580px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 0px;
/*	padding: 0 0 30px 0;
	margin: 0;*/
	padding: 0;
	z-index: 30;
}

#tddm li {
	margin: 0 5px 15px;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 1.6em Geneva,Arial,Helvetica,sans-serif;
/*	background: #4C5A63;
	background: #ddb96d;
	background-image: url('img/buttonhout005.png');*/
/* to make it possible to display the active link img on mobile firefox: (weird but true)*/
	background-image: url('img/button-hi02d2.png');
	border: 1px solid #4C5A63;
	border-radius: 3px;
}

#tddm li a {
	display: block;
	margin: 0 0px;
	padding: 5px 5px 7px;
	width: 170px;
/*	background: #5970B2;
	background: #4C5A63;*/
	background-image: url('img/button02d2.png');
/*	background: #ddb96d;
	background-image: url('img/buttonhout005.png');*/
	border-radius: 3px;
	box-shadow: 2px 4px 5px #666;
/*	color: #000;
	text-shadow: 0 0 4px white, 0 0 4px #FFFCF2, 0 0 4px #FFFCF2;*/
	color: #fff;
	text-shadow: 0 0 4px black, 0 0 4px black, 0 0 4px black;
	text-align: center;
	text-decoration: none;
}

#tddm li a:hover {
/*	background-color: rgba(255,255,255,0.5);
	background-image: url('img/buttonhout005a.png');
	background: #CEEBEF;*/
	background-image: url('img/button-hi02d2.png');
/*	background-image: url('img/lev0_bg32.png');*/
	border-radius: 3px;
	color: #000;
	text-shadow: 0 0 4px white, 0 0 4px #FFFCF2, 0 0 4px #FFFCF2;
}

#tddm li a:active {
/*	background-color: rgba(255,255,255,0.5);
	background-image: url('img/buttonhout005a.png');
	background: #CEEBEF;*/
	background-image: url('img/button-hi02d2.png');
/*	background-image: url('img/lev0_bg32.png');*/
	border-radius: 3px;
	color: #000;
	text-shadow: 0 0 4px white, 0 0 4px #FFFCF2, 0 0 4px #FFFCF2;
}

#tddm div {
	position: absolute;
	visibility: hidden;
	margin: 1px 0 0 0;
	padding: 0;
	background-color: rgba(255,255,255,0.1);
/*	background: #EAEBD8;
	border: 1px solid #5970B2*/
	z-index: 30;
}

#tddm div a {
	position: relative;
	display: block;
	margin: 0px 0;
	padding: 6px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #EAEBD8;
	border: 1px solid #EAEBD8;
	color: #000;
	font: 1.0em Geneva,Arial,Helvetica,sans-serif;
}

#tddm div a:hover {
	background: #e3c689;
	border: 1px solid #9C6921;
	color: #000;
}


/*@media only screen and (max-width: 880px) {
#tddm {
  width: 440px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 0px;
	padding: 0;
	z-index: 30;
}
}*/
