#dropmenudiv { background-color: #4E5157; color: #DDDDDD; font-family: Verdana; font-size: 11px; font-weight: normal; text-decoration: none; position:absolute; z-index:100; border: 1px solid; border-color: #333333; }
#dropmenudiv a { color: #DDDDDD; font-family: Verdana; font-size: 11px; font-weight: normal; text-decoration: none;  }
#dropmenudiv a:visited { color: #DDDDDD; font-family: Verdana; font-size: 11px; font-weight: normal; text-decoration: none;  }
#dropmenudiv a:hover { color: #FFFFFF; font-family: Verdana; font-size: 11px; font-weight: normal; text-decoration: none;   }
#dropmenudiv a:active { color: #DDDDDD; font-family: Verdana; font-size: 11px; font-weight: normal; text-decoration: none;  }
#dropmenudiv a:active { color: #DDDDDD; font-family: Verdana; font-size: 11px; font-weight: normal; text-decoration: none;  }

#menu a { color: #666666; font-family: Tahoma; font-size: 11px; font-weight: normal; text-decoration: none;  }
#menu a.visited { color: #666666; font-family: Tahoma; font-size: 11px; font-weight: normal; text-decoration: none;  }
#menu a.hover { color: #000000; font-family: Tahoma; font-size: 11px; font-weight: normal; text-decoration: none;   }
#menu a.active { color: #666666; font-family: Tahoma; font-size: 11px; font-weight: normal; text-decoration: none;  }


.navbar a {
	color: white !important;
	}

.navbar a:hover {
	color: black;
	}

#effekt1 {
	color: white;
}

#effekt2 {
	color: black;
}

.transMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
	}

.transMenu .content {
	position:absolute;
	}

.transMenu .items {
	position:relative;
	left:0px; top:0px;
	z-index:2;
	}

.transMenu.top .items {
	border-top:none;
	}

.transMenu .item {
    color:#CCCCCC;
    font-size:11px;
    font-family:Tahoma;
    text-decoration:none;
	border:none;
	cursor:pointer;
	cursor:hand;
	}

.transMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:1;
	-moz-opacity:.9;
	filter:alpha(opacity=90);
	}

.transMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:3px; width:2px;
	-moz-opacity:.5;
	filter:alpha(opacity=50);
	}

.transMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:3px; height:2px;
	-moz-opacity:.6;
	filter:alpha(opacity=60);
	}

.transMenu .item.hover {
	background:#fdfdfd;
	color:black;
	}

.transMenu .item img {
	margin-left:3px;
	}