#dropDown {
    width: 52em;
    z-index:3;
}

#dropDown li a.subMenu {
    background-repeat: no-repeat;
	background-image: url('Images/down.gif');
	background-position: bottom right;
}

#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: 10em;
}

#dropDown li ul ul {
	position: absolute;
	left: 12.1em;
	top: 0;
	width: 10em;
}

#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: #cce3f8;
}
#dropDown ul.click li {
    background-color: #cce3f8;
}
#dropDown li a.click {
    background-color: #cce3f8;
	color: #111111;
}

#dropDown ul li a.click {
    background-color: #ffffff;
	color: #000000;
}

#dropDown li {
	position: relative;
	background-color: #ffffff;
    z-index:1;
	border: 1px solid black;
	padding: 0;
	margin: 0;
	color: #000000;
	float: left;
	width: 12em;
	display: block;
}

#dropDown ul li a:hover {
	background-color: #ffffff;
	color: #000000;
}

#dropDown li a:hover {
	background-color: #cce3f8;
	color: #111111;
}

#dropDown li a {
    position: relative;
    z-index: 1;
    display: block;
	background-color: #06437d;
	padding: 2px;
	margin: 0;
	text-decoration: none;
	color: #ffffff;
	font-size:12px;
	font-family:Arial;
	}

#dropDown ul li a {
    position: relative;
    z-index: 1;
    display: block;
	background-color: #cce3f8;
	padding: 2px;
	margin: 0;
	text-decoration: none;
	color: #000000;
	width: 15.55em;
}
