#dropDownC {

    width:6em;
    z-index:3;
}

#dropDownC li a.subMenu {
    background-repeat: no-repeat;
	background-position: bottom right;
}

#dropDownC ul li a.subMenu {
	background-repeat: no-repeat;
	background-position: center right;
}

#dropDownC li ul {
	position: absolute;
	top: 2em;
	left: 0px;
	width: 6em;
}

#dropDownC li ul ul {
	position: absolute;
	left: 6em;
	top: 0;
	width: 6em;
}

#dropDownC {
	position: absolute;
	top:6.25em;
	z-index: 1;
	padding: 0;
	margin: 0;
	list-style: none;
	white-space: nowrap;
}

body>#dropDownC {
	position: fixed;
}

#dropDownC ul {
	background-color: #999999;
	position: relative;
	z-index: 2;
	display: none;
	padding: 0;
	margin: 0;
	list-style: none;
}

#dropDownC ul.click {
    display: block;
	background-color: #999999;
}
#dropDownC ul.click li {
	background-color: #999999;
}
#dropDownC li a.click {
	color: #666666;
	background-color: #999999;
}

#dropDownC ul li a.click {
	color: #ffffff;
	background-color: #999999;
}

#dropDownC li {
	position: relative;
	background-color: #ffffff;
    z-index:1;
	padding: 0;
	margin: 0;
	color: #ffffff;
	float: left;
	width: 6em;
	display: block;
}

#dropDownC ul li a:hover {
	background-color: #999999;
	color: #666666;
}

#dropDownC li a:hover {
	background-color: #999999;
	color: #666666;
}

#dropDownC li a {
    position: relative;
    z-index: 1;
    display: block;
	background-color: #999999;
	padding: 3px;
	margin: 0;
	text-decoration: none;
	color: #ffffff;
}