.spddmenuholder{
	position:absolute;
	top:57px;
	left: 314px;
	font-size: 15px;
	font-family: arial;
	width:100%;
}
.ddmenu
{
	cursor:default;
	height:28px;
	width:100%;
	color:#262626;
	font-weight:bold;
}
.ddmenu .bar
{
	float:left;
	margin-right:21px;
	line-height:28px;
	cursor:pointer;
}
.ddmenu .baron
{
	float:left;
	color: #607795;
	margin-right:21px;
	line-height:28px;
	cursor:pointer;
}
.dropdown
{
	position:absolute;
	font-family:arial;
	font-size:11px;
	cursor:default;
	/*opacity: 0.8;
	filter:alpha(opacity: 80);
        -moz-opacity: 0.8;
        -khtml-opacity: 0.8; */   
	width:155px;
	line-height:10px;

}
.footer{

}
.menuitem
{
	line-height:10px;
	text-align:center;
	background:url(../../webroot/images/grundDesign/menybg.png) right repeat-y;
	color:black;
	font-size:12px;
	font-weight:bold;
	padding:5px 2px 5px 0;
	width:185px;
	cursor:pointer;
	/*position:relative;*/
	z-index:99;
}
.menuitemOn
{
	line-height:10px;
	text-align:center;
	background:url(../../webroot/images/grundDesign/menybg.png) right repeat-y;
	color: #607795;
	font-size:12px;
	font-weight:bold;
	padding:5px 2px 5px 0;
	width:185px;
	cursor:pointer;
	/*position:relative;*/
	z-index:99;
	
}
