#dropDown {
	width:63em;
	z-index:3;
}

#dropDown li a.subMenu {
    background-repeat: no-repeat;
	background-image: url('images/menu.gif');
	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: 1.1em;
	left: 0px;
	width: 10em;
}

#dropDown li ul ul {
	position: absolute;
	left: 12em;
	top: 0;
	width: 10em;
}

#dropDown {
	position: absolute;
	z-index: 1;
	padding: 0;
	margin: 0;
	list-style: none;
	white-space: nowrap;
	height: 20px;
	top: 186px;
}

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: #FFFFFF;
}
#dropDown li a.click {
	background-color: #FFFFFF;
	color: #FFFFFF;
}

#dropDown ul li a.click {
    background-color: #DBD7C9;
	color: 000000;
}

#dropDown li {
	position: relative;
	background-color: #FFFFFF;
	z-index:1;
	border: 1px solid gray;
	padding: 0;
	margin: 0;
	color: #000000;
	float: left;
	width: 12em;
	display: block;
}

#dropDown ul li a:hover {
	background-color: #DBD7C9;
	color: #000000;
}

#dropDown li a:hover {
	background-color: #929292;
	color: #000000;
}

#dropDown li a {
	position: relative;
	z-index: 1;
	display: block;
	background-color: #F7F7F7;
	padding: 2px;
	margin: 0;
	text-decoration: none;
	color: #000000;
}
