/* mod_dropdownmenu */

#li_col0 {background:url('../images/de/c1.gif') repeat center top;}
#li_col1 {background:url('../images/de/c2.gif') repeat center top;}
#li_col2 {background:url('../images/de/c3.gif') repeat center top;}
#li_col3 {background:url('../images/de/c4.gif') repeat center top;}
#li_col4 {background:url('../images/de/c5.gif') repeat center top;}
#li_col5 {background:url('../images/de/c6.gif') repeat center top;}
#li_col0:hover{background:url('../images/de/c1.gif') repeat center bottom;}
#li_col1:hover{background:url('../images/de/c2.gif') repeat center bottom;}
#li_col2:hover{background:url('../images/de/c3.gif') repeat center bottom;}
#li_col3:hover{background:url('../images/de/c4.gif') repeat center bottom;}
#li_col4:hover{background:url('../images/de/c5.gif') repeat center bottom;}
#li_col5:hover{background:url('../images/de/c6.gif') repeat center bottom;}

#mod_dropdownmenu_bg {
	height:32px;
	width:100%;
	z-index:2999;
}

#mod_dropdownmenu {
	position:absolute;
	top:0px;
	left:0px;
	margin:0 auto;
	padding:0;
	list-style-type:none;
	z-index:3000;
	font: 14px/12px Helvetica, Arial, sans-serif;
}

li.mod_dropdownmenu_selected div {
	height:22px;
	padding-top:10px;
	position:absolute;
	top:0;
	width:100%;
	overflow:hidden;
}

li.mod_dropdownmenu_selected a {
	color:white;
}

#mod_dropdownmenu li {
	margin-top:2px;
	list-style-type:none;
	z-index:9999;
	height:32px;
}


#mod_dropdownmenu div {
	height:22px;
	padding-top:10px;
	position:absolute;
	top:0;
	width:100%;
	overflow:hidden;
}

#mod_dropdownmenu div a {
	float:left;
	text-indent:15000px;
	overflow:hidden;
	width:100px;
	height:10px;
}

#mod_dropdownmenu li ul li {
	background:#790000;
	height:14px;
	margin:0;
	font: 12px/12px Helvetica, Arial, sans-serif;
	padding-left:3px;
	padding:3px;
}


