/* Alternative in choose_design_funcs.php  -- Zeile 150 */

#my-buttons {	height:34px;	background:url(butt_back.png);	border:0;	margin:0;	}
#tab {			top:0;	height:0;	background:repeat-x top;	margin:0;	}
#tab ul {		list-style:none;	float:left;	margin:0;	padding:0;	}
#tab li {		display:inline;	float:left;	margin:0;	padding:0; }
#tab a {		background:#000 url(butt_right.png) no-repeat right top;	text-decoration:none;	border:0;	display:block;	float:left;	margin:0;	padding:0;	}
#tab a span {	line-height:34px;	
				display:block;	background:url(butt_left.png) no-repeat left top;	padding:0 20px;	
				font-family:Arial, Helvetica, sans-serif;	font-size:13px;	color:#ffffff;	font-weight:700;
}
#tab a:hover,#tab li.item_active a {			background-position:right bottom;	border-color:#000;	}
#tab a:hover span,#tab li.item_active a span {	background-position:left bottom;	color:#000;	font-weight:700;	font-style:normal;	text-decoration:none;	}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute; top: 0; border: 1px solid #BBB; /*THEME CHANGE HERE*/ border-bottom-width: 0; font:normal 13px Arial;
	line-height:18px; z-index:100; background-color: #EEE; width: 200px; visibility: hidden;
}
.dropmenudiv a{
	width: auto; display: block; text-indent: 15px; border-bottom: 1px solid #BBB; 
	padding: 5px 0;	text-decoration: none; font-weight: normal; color: black;
}
* html .dropmenudiv a{ /*IE spec*/	width: 100%;	}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/		background-color: #DDD;	color: black;	}
