@charset "utf-8";




.dropdownmenu {
	
	width: 200px;
	height: 330px;
}

#ddR1 {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#ddR1 li {
	display: block;
	width: 200px;
	height: 55px;
	
}

#ddR1 li a {
	display: block;
	width: 200px;
	height: 55px;
	text-decoration: none;
}

#ddR1 li.ddList2 {
	display: block;
	width: 222px;
	height: 34px;
	
}

#ddR1 li.ddList2 a {
	display: block;
	width: 222px;
	height: 34px;
	color: #f0f0f0;
	text-decoration: none;
}







* html #ddR1 li {/*IE6*/
	margin-bottom: -3px;
}

* html #ddR1 li a {/*IE6*/
	position: absolute;
	margin-left: -0px;
}


#ddR1 .ddR2 {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

* html #ddR1 .ddR2 {/*IE6*/
	position: absolute;
	z-index: 1;
}

#ddR1 .ddList .ddR2 {
	display: none;
	
}

* html #ddR1 .ddList .ddR2 {/*IE6*/
	margin: 0 0 0 200px;
}

#ddR1 .ddList:hover .ddR2 {
	display: block;
	position: relative;
	left: 200px;
	width: 222px;
	height: 34px;
	top: -53px;
	z-index: 1;
	background-color: #A60001;
}

