.spddmenuholder{
	margin-left:170px;
	margin-top:90px;
	color:#2e3d50;

}
.ddmenu
{	
	position:absolute;
	top:95px;
	left: 55px;
	width:780px;
	z-index:2;
}
.ddmenu .bar
{
	background: url(../../webroot/images/grunddesign/menuTitleBg0.gif);
	width:117px;
	height:29px;
	margin-right:12px;
	text-align:center;
	overflow:hidden;

	text-decoration:none;
	line-height:35px;
	color:#2e3d50;
	font-weight:normal;
	float:left;
	cursor:pointer;
}
.ddmenu .barOn
{
	background: url(../../webroot/images/grunddesign/menuTitleBg1.gif);
	width:117px;
	height:29px;



	margin-right:12px;
	text-align:center;
	overflow:hidden;

	text-decoration:none;
	line-height:18px;
	color:#2e3d50;
	font-weight:normal;
	float:left;
	cursor:pointer;
}
.seperator{
	float:left;
	width:0px;
	overflow:hidden;
	height:0px;	
}
.dropdown
{
	position:absolute;
	margin-top:7px;
	font-size:11px;
	cursor:default;
	
	opacity: 0.9;
	filter:alpha(opacity: 90);
        -moz-opacity: 0.90;
        -khtml-opacity: 0.90;

	background:url(../img/bg.jpg) white no-repeat bottom;   
	
	width:158px;
	z-index:2;

}
.menuitem
{
	font-family:Arial;
	margin-bottom:1px;

	padding:4px 0 4px 8px;
	width:150px;
	cursor:pointer;
}
.menuitemOn
{	
	font-family:arial;
	margin-bottom:1px;
	background:url(../img/mark.jpg);
	
	padding:4px 0 4px 8px;
	width:150px;
	cursor:pointer;
	
}

a.submenul1:link, a.submenul1:visited, a.submenul1:active
{
	color:gray;
	text-decoratioN:none;
	line-height:20px;
	height:20px;
	

}

a.submenul1:hover
{
	background	:url(../img/mark.jpg)	;
	text-decoratioN	:underline	;
	line-height	:20px		;
	height		:20px		;
	
}

a.submenul1on:link, a.submenul1on:visited, a.submenul1on:active
{
	color:#2e3d50;
	text-decoration:none;
	line-height:20px;
	height:20px;

}

a.submenul1on:hover
{
	color:#2e3d50;
	text-decoratioN:none;
	line-height:20px;
	height:20px;
	

}