body {
	font: normal 12px "verdana";
; color: #666666
	}
	a:link {color:#666666} 
	a:visited {color:#FF9999}  
ul 
{
margin: 0;
padding:0;
list-style:none;
width:120px;
border-top-style: 0;	


}
ul li
{
position: static;
; clip:   rect(   )

}

li ul {
position: reitive;
left: 120px;
width:150px;
top:0;
display:none;
	}


ul li a {
display: block;
text-decoration: none;
background: #FFFFFF;
padding: 5px;
border:0px #ccc none;
border-bottom: 0
border-top-style: 0;
}

/*fix IE, Hide from IE Mac\*/
*html ul li {float:left; height: 1%;}
*html ul li a {height: 1%;}

ul li a:hover { color: #CC0000; background: #FFCCCC; } /* Hover Styles */
		
li ul li a { padding: 2px 5px; } /* Sub Menu Styles */

li:hover ul, li.over ul{display: block;}