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