
.dropdownmenu {
	width: 900px;
	height: 50px;

}

#ddR1 {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#ddR1 li,
#ddR1 li a {
	height: 50px;
	float: left;
}

#ddR1 .ddR2 {
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index: 999;
}

#ddR1 .ddList .ddR2 {
	display: none;

}

* html #ddR1 .ddList .ddR2 {/*IE6*/
	position: absolute;
	z-index: 999;
}

* html #ddR1 .ddList .ddR2 .ddList {/*IE6*/
	position: relative;
	top: 50px;
	left: -123px;
}

#ddR1 .ddList:hover .ddR2 {
	display: block;
	position: relative;
	width: 123px;
	height: 50px;
}


