#dropDown {
	/*width:55em;*/
	width: 690px;
	/*height: 33px;*/
	height: 42px;
	z-index:3;
	background-color: #8E8E8E;
	border-top: solid 8px #FFFFFF;
	/*border-bottom: outset 2px #00FF00;
	border-left: outset 2px #00FF00;
	border-right: outset 2px #00FF00;*/
}

#dropDown li a.subMenu {
  /*background-repeat: no-repeat;
	background-image: url('down.gif');
	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: 1.3em;*/
	top: 41px;
	left: 0px;
	/*width: 10em;*/
	width: 155px;
	height: 22px;
}

#dropDown li ul ul {
	position: absolute;
	/*left: 10em;*/
	left: 171px;
	top: 0;
	/*width: 10em;*/
	width: 155px;
	height: 22px;
}

#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: #C1C1C1;
	height: 22px;
}
#dropDown ul.click li {
	background-color: #C1C1C1;
	height: 22px;
}
#dropDown li a.click {
	border: none;
	border-top: solid 1px #FFFFFF;
	background-color: #C1C1C1;
	color: #FFFFFF;
	height: 26px;
	padding-top: 15px;
}

#dropDown ul li a.click {
	background-color: #FF9241;
	color: #FFFFFF;
	padding-top: 3px;
}

#dropDown li {
	position: relative;
	background-color: #ffffff;
  z-index:1;
	/*border: 1px solid black;*/
	padding: 0;
	margin: 0;
	color: #FFFFFF;
	float: left;
	/*width: 10em;*/
	/*width: 95px;*/
	width: 138px;
	/*height: 33px;*/
	display: block;
}

#dropDown ul li a:hover {
	height: 22px;
	width: 155px;
	padding-top: 3px;
	padding-left: 10px;
	/*border-top: solid 8px #FFFFFF;*/
	background-color: #FF9241;
	border-left: solid 5px #8E8E8E;
	color: #FFFFFF;
}

#dropDown li a:hover {
	border: none;
	border-top: solid 1px #FFFFFF;
	background-color: #C1C1C1;
	color: #FFFFFF;
	height: 26px;
	padding-top: 15px;
}

#dropDown li a {
	text-align: center;
	padding-top: 8px;
	/*padding-left: 15px;*/
  position: relative;
  z-index: 1;
  display: block;
  border-top: solid 8px #FFFFFF;
	background-color: #8E8E8E;
	/*padding: 2px;*/
	margin: 0;
	text-decoration: none;
	color: #FFFFFF;
	/*height: 41px;*/
	font-family: Arial;
	font-size: 14px;
}

#dropDown li ul a {
	text-align: left;
	padding-left: 15px;
	padding-top: 3px;
	border-top: solid 1px #FFFFFF;
	background-color: #FF9241;
	width: 155px;
	height: 22px;
	font-size: 13px;
}