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

/* Buttons links */

#navleft_sub {  padding:15px 0 15px 50px; font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; }
#navleft_sub a, #navleft_sub a:visited{  color:FFC000; font-size:17px; text-decoration:none; 
			padding:0 0 2px 0;  }
#navleft_sub a:hover{  text-decoration:underline;  color:white;}
#navleft_sub ul { 	list-style: url(../mini-pfeile.gif); margin:0 0 0 0; padding:0 0 0 20px;}

#navleftparent { padding:0 0 13px 0; }


/* Chrome Buttons*/

#my-buttons {	height:37px;	/*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:right; /* ICKE NEU left->right */	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:37px;	
				display:block;	background:url(butt_left.png) no-repeat left top;	padding:0 26px;	
				font-family:Georgia, "Times New Roman", Times, serif; /*Arial, Helvetica, sans-serif;*/
				font-style:italic; /*font-weight:700;*/ 
				font-size:16px;	color:#FFC000;	
}
#tab a:hover,#tab li.item_active a {			background-position:right bottom;	border-color:#FFC000;	}
#tab a:hover span,#tab li.item_active a span {	background-position:left bottom;	color:#FFC000;		text-decoration:none;	}

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

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


