body {
	background-color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;	
}
* html body{
	font-size:xx-small;	
	f\ont-size:x-small;	
}
ul {
	margin: 0;
	border: 0;
	padding: 0;
	list-style: none;
	width:10em;
}

ul li {
	margin: 0;
	border: 0;
	padding: 0;
	position: relative;
	width:10em;
}
/* keep folowing styles together..........................*/
* html ul ul {
	margin-left:-16px;/* ie5 fix */
	voice-family: "\"}\""; 
	voice-family: inherit;
}	
* html ul li {float:left;/* hide float from ie5*/}
* html ul ul {
	width:10em;	
	w\idth:10em;
	voice-family: "\"}\""; 
	voice-family: inherit;	
}
* html ul ul {margin-left:0;/* hide margin from ie5*/}

/* keep above styles together .............*/

li ul {
	position: absolute;
	top: 0;
	left:-999em;
}
/* Styles for Menu Items */
ul li a {
	text-align:left;
	display:block;
	text-decoration: none;
	color: #999999;
	background: #000000; /* IE6 Bug */
	line-height:2em;
	height:2em;
	margin: 0;	
	padding:0 5px 0 1em;
	border: 0;
}

/* this sets all hovered lists to red */
li:hover a, li.over a,
li:hover li a:hover, li.over li a:hover {
	color: #FFFFFF;
	background-color: #333333;
}

/* set dropdown to default */
li:hover li a, li.over li a {
	color: #999999;
	background-color: #000000;
}
li ul li a {  } /* Sub Menu Styles */
li:hover ul, li.over ul { 	top: 0px; left:10em; border:1px solid #333333;  } /* The magic */