.ddmenuph{
}
.ddmenu
{
	font-family:arial;
	color:#4f4f4f;
	font-size:11px;
	font-weight:bold;
	cursor:default;
	background-image:url(../../webroot/images/grunddesign/menu_bg.jpg);
	width:750px;
}

.ddmenu .bar
{
	float:left;
	margin:0 23px 0 23px;
	cursor:pointer;
	
}
.dropdown
{
	border-left:solid #e0eafd 1px;
	border-right:solid #e0eafd 1px;

	color:#4f4f4f;
	font-family:arial;
	font-size:11px;
	background:url(../../webroot/images/siteDesign/DDmenuBg.gif) white bottom no-repeat;
	Xborder:solid red 1px;
	position:absolute;
	cursor:default;
	
	opacity: 0.9;
	filter:alpha(opacity: 90);
        -moz-opacity: 0.9;
        -khtml-opacity: 0.9;    
	
	width:150px;
	position:absolute;
	/*z-index:9999;*/
	margin-left:-229px;
	margin-top:-97px;
	line-height:20px;

}
.menuitem,.menuitemOn
{
	margin:5px 5px 5px 10px;
	width:130px;
	cursor:pointer;
	border-bottom:solid #e0eafd 1px;
}
.menuitemOn
{

	color:#3d62ea;
	/*
	margin:5px 5px 5px 10px;
	width:130px;
	cursor:pointer;
	border-bottom:solid #e0eafd 1px;
	*/
}

