#dropDown {
    z-index:3;
    font-family: arial;
    font-size: 14px;
    text-decoration: bold;
	border: 0px solid;
}

#dropDown li a.subMenu {
    background-repeat: no-repeat;
	background-position: bottom right;
}

#dropDown ul li a.subMenu {
	background-repeat: no-repeat;
	background-image: url('right.gif');
	background-position: center right;
}

#dropDown li ul {
	position: absolute;
	top: 15px;
	left: 0px;
	border: 1px solid;
}

#dropDown li ul ul {
	position: absolute;
	left: 95px;
	border: 1px solid;
	top: 0;
}

#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: #dea210;
}
#dropDown ul.click li {
    background-color: #dea210;
	border: 1px solid;
}
#dropDown li a.click {
    background-color: #dea210;
	color: #FFFAB5;
}

#dropDown ul li a.click {
    background-color: #fa551a;
	color: #FFFAB5;
}

#dropDown li {
	position: relative;
    z-index:1;
	border: 1px;
	padding: 0;
	margin: 0;
	color: #000000;
	float: left;
	width: 95px;
	display: block;
}

#dropDown li a:hover {
	background-color: #fa551a;
	color: #FFFAB5;
}

#dropDown li a {
    position: relative;
    z-index: 1;
    display: block;
	background-color: #dea210;
	padding: 2px;
	margin: 0;
	text-decoration: none;
	color: #000000;
}