#dropDown {
    position: relative;
    width:760px;
    z-index:3;
	font-size: 110%;
	text-transform: uppercase;
	color: #70695A;
}

#dropDown li a.subMenu {
    background-repeat: no-repeat;
	background-image: url('../style/menu_down.png');
	background-position: top right;
}

#dropDown ul li a.subMenu {
	background-repeat: no-repeat;
	background-image: url('../style/right.gif');
	background-position: top right;
}
*/
#dropDown li ul {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 126px;
}

#dropDown li ul ul {
	position: absolute;
	left: 126px;
	top: 0;
	width: 126px;
}

#dropDown {
	position: absolute;
	z-index: 1;
	padding: 0px;
	margin: 0;
	list-style: none;
	white-space: nowrap;
}

#dropDown ul {
	position: relative;
	z-index: 2;
	display: none;
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#dropDown ul.click {
    display: block;
}

#dropDown li {
	position: relative;
    z-index: 1;
	border: 0px;
	padding: 0px;
	margin: 0px;
	float: left;
	width: 126px;
	display: block;
}

#dropDown ul li a:hover {
	color: #000000;
    background-image: url('../style/menu_hover.png');
}

#dropDown li a:hover {
	color: #000000;
    background-image: url('../style/menu_hover.png');
}

#dropDown li a.click {
	color: #000000;
	background-image: url('../style/menu_hover_down.png');
	background-position: top right;
}

#dropDown ul li a.click {
	color: #000000;
    background-image: url('../style/menu_hover.gif');
	background-position: top right;
}

#dropDown li a {
    position: relative;
    z-index: 1;
    display: block;
	height: 38px;
	padding: 2px;
	margin: 0;
	text-decoration: none;
	text-align: center;
}
