#dropDown {
    width:610px;
    z-index:1;
}
#dropDown a:hover{
   color:#000;
}
#dropDown li a.subMenu {
    background-repeat: no-repeat;
	background-position: bottom right;
	width:122;
}

#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.3em;
	left: 0px;
	width:50px;
}

#dropDown li ul ul {
	position: absolute;
	left:0;
	top: 0;
	width: 50px;
	background:#fff;
}

#dropDown {
	position: absolute;
	z-index: 2;
	padding: 0;
	margin: 0;
	list-style: none;
	white-space: nowrap;
}

body>#dropDown {
	position: fixed;
}

#dropDown ul {
	position: relative;
	z-index: 3;
	display: none;
	padding: 0;
	margin: 0;
	list-style: none;
	width:122;
	margin-left:20px;
}

#dropDown ul.click {
	/*padding-top:10px;*/
    display: block;
    background-color: #fff;
	width:102px;
}
#dropDown ul.click li {
    background-color: #fff;
	padding:0;
	border:0 none;
	width:102px;
	text-align:left;
}
#dropDown li a.click {
    background-color: #fff;
	color: #FFFAB5;
}

#dropDown ul li a.click {
    background-color: #ffffff;
	color: #FFFAB5;
}

#dropDown li {
	position: relative;
	background-color: #ffffff;
    z-index:2;
	padding: 0;
	margin: 0;
	color: #000000;
	float: left;
	width: 0px;
	display: block;
	text-align:center;
	border-right: 1px solid #949393;
	width:122;
}

#dropDown ul li a:hover {
	background-color: #fff;
	color: #000;
	text-decoration:underline;
}

#dropDown li a:hover {
	background-color: #fff;
	color: #000;
	text-decoration:underline;
}

#dropDown li a {
    position: relative;
    z-index: 1;
    display: block;
	background-color: #ffffff;
	padding: 2px;
	margin: 0;
	text-decoration: none;
	color: #000000;
}