#dropDown {
	width:590px;
	z-index:2;
	position: absolute;
	top: 89px;
}

#dropDown li a.subMenu {
	background-repeat: no-repeat;
	background-image: url(images/ButtonBG.jpg);
}

#dropDown li ul {
	position: absolute;
	top: 20px;
	left: 0px;
	width: auto;
}

#dropDown {
	position: absolute;
	z-index: 1;
	padding: 0;
	margin: 0;
	list-style: none;
	white-space: nowrap;
}

#dropDown ul {
	position: relative;
	z-index: 2;
	display: none;
	padding: 0;
	margin: 0;
	list-style: none;
}

#dropDown ul.click {
	display: block;
	background-color: #B4875A;
}
#dropDown ul.click li {
    background-color: #B4875A;
}
#dropDown li a.click {
    background-color: #B4875A;
	color: #ffffff;
}

#dropDown ul li a.click {

}

#dropDown li {
	position: relative;
	background-color: #ffffff;
	z-index:1;
	border-right: 1px solid #B4875A;
	border-bottom: 1px solid #B4875A;
	padding: 0;
	margin: 0;
	color: #B4875A;
	float: left;
	width: 145px;
	display: block;
}

#dropDown ul li a:hover {
	background-color: #B4875A;
	color: #E7D8C9;
}

#dropDown li a:hover {
	background-color: #000066;
	color: #000000;
}

#dropDown li a {
	position: relative;
	z-index: 1;
	display: block;
	background-color: #CBAC8D;
	padding: 2px;
	margin: 0;
	text-decoration: none;
	color: #000066;
}
