#dropDown {
    width:53em;
    z-index:3;
}

#dropDown li a.subMenu {
    background-repeat: no-repeat;
	background-position: bottom right;
}

#dropDown ul li a.subMenu {
	background-repeat: no-repeat;
	background-image: url('images/right.gif');
	background-position: center right;
}

#dropDown li ul {
	position: absolute;
	top: 30px;
	left: 0px;
	width: 108px;
}

#dropDown li ul ul {
	position: absolute;
	left: 108px;
	top: 0;
	width: 108px;
}

#dropDown {
	position: absolute;
	z-index: 1;
	padding: 0;
	margin: 0;
	list-style: none;
	white-space: nowrap;
}

body>#dropDown {
	position: fixed;
}

#dropDown ul {
	position: relative;
	z-index: 2;
	display: none;
	padding: 0;
	margin: 0;
	list-style: none;
}

#dropDown ul.click {
    display: block;
    background-color: #ffffff;
}
#dropDown ul.click li {
    background-color: #fa551a;
}
#dropDown li a.click {
    background-color: #000000;
	color: #ffffff;
}

#dropDown ul li a.click {
    background-color: #666666;
	color: #ffffff;
}

#dropDown li {
	position: relative;
	background-color: #ffffff;
    z-index:1;
	border: 0px solid black;
	padding: 0;
	margin: 0;
	color: #000000;
	float: left;
	width: 108px;
	display: block;
}

#dropDown ul li a:hover {
	background-color: #000000;
	color: #ffffff;
}

#dropDown li a:hover {
	background-color: #000000;
	color: #ffffff;
}

#dropDown li a {
    position: relative;
    z-index: 1;
    display: block;
	background-color: #ffffff;
	padding: 7px;
	margin: 0;
	text-decoration: none;
	color: #000000;
}