* {
	font-family: 'Times New Roman';
	font-size: 11pt;
	color: #FFF;
}

#menu {
	width: 962px;
	height: 30px;
	background: #1A171B;
	float: left;
	position: relative;	
	z-index: 4000;
}

#menu ul {
	cursor: pointer;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 120px;
	height: 30px;
	float: left;
}

#menu ul ul,
#menu ul li {
	background-color: #1A171B;
}

#menu ul ul li {
	background-color: #1A171B;
	width: 120px;
	height: 25px;
	margin: 0px;
	padding: 0px;
	position: relative;	
	z-index: 4000;
}

#menu a, #menu h2 {
	display: block;
	margin: 0px;
	padding: 0px;
}


#menu h2 {
	cursor: default;
	color: #fff;
	background: #000;
	text-transform: uppercase;
	border-width: 0px;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #000;
	height: 30px;
}

#menu a {
	color: #000;
	text-decoration: none;
}

#menu a:hover {
	color: #a00;
}

#menu ul ul li a,
#menu ul ul li a:hover {
	background-color: #87888A;
}


#menu li {
	position: relative;
	z-index: 4000;
	height: 30px;
}


#menu ul ul {
	position: absolute;
	z-index: 4000;
	top: 30px;
	left: 0px;
	z-index: 4000;
}

#menu ul ul ul {
	position: absolute;
	z-index: 4000;
	top: 0;
	left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul {
	display: none;
	padding: 0px;
	margin: 0px;
}

div#menu ul li:hover ul {
	display: block;
}
