#menu {
 font-family: Arial, Helvetica, sans-serif;
 	position: absolute;
	margin-top: 102px;
	margin-left: 334px;
	height: 30px;
	width: 646px;
	z-index: 110;
	top: 0px;
 }
#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	
 }
#menu li {
	float: left;
	margin: auto;
	padding: 0;
	background-color: #FFF;
	color: #999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
 }
#menu li a {
	display: block;
	width: 118px;
	color: #333;
	text-decoration: none;
	padding: 5px;
	font-size: 12px;
	
 }
#menu li a:hover {
	color: #0099FF;
 }
#menu ul li ul {
 display:none; width: 160px;

 }
 #menu ul li:hover ul {
	display: block;
	width: 160px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-top-color: #EEE;
	border-right-color: #EEE;
	border-bottom-color: #EEE;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EEE;
	background-color: #999 
	-moz-opacity:0.95;
	opacity: 0.95;
	filter:alpha(opacity=95);
 }
#menu li:hover ul li {
	float: none;
	height: 30px;
	width: 160px;
	text-align: left;
	padding-top: 20px;
 }
 #menu li ul {
	position: absolute;
	
 }

