.ddmenu
{
	font-family:Tahoma;
	font-size:xx-small;
	cursor:default;
	/*background-image:url(../../webroot/images/images/GrundDesign/menyBg.gif);*/
	/*height:23px;*/
	width:100%;
}
.ddmenu .bar
{
	float:left;
	/*margin-right:26px;*/
	color:#ffffff;
	cursor:pointer;
}
.dropdown
{
	position:absolute;
	font-family:Verdana;
	font-size:xx-small;
	cursor:default;
	
	opacity: 0.9;
	filter:alpha(opacity: 90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;    
	
	width:160px;
	z-index:9999;

}
.menuitem
{
	/*
	border-left:1px solid #8EB7D7;
	border-right:1px solid #8EB7D7;
	
	border-bottom:1px solid #8EB7D7;
	*/
	background:url(../img/dropBg.gif) transparent;
	/*background-color:#9fc6df;*/
	color:#ffffff;
	/*padding:5px 0 5px 5px;*/
	/*width:130px;*/
	width:143px;
	height:17px;
	cursor:pointer;
	line-height:17px;
}
.menuitem span
{
	margin-left:9px;
	margin-top:7px;
}
.menuitemOn
{
	/*
	border-left:1px solid #8EB7D7;
	border-right:1px solid #8EB7D7;
	
	border-bottom:1px solid #8EB7D7;
	*/
	background:url(../img/dropbg^.gif) transparent;
	/*background-color:#8db6d4;*/
	color:#ffffff;
	/*padding:5px 0 5px 5px;*/
	/*width:130px;*/
	width:143px;
	height:17px;
	cursor:pointer;
	line-height:17px;
	
}
.menuitemOn span
{
	margin-left:9px;
	margin-top:7px;
}

