.menu{
	position:relative;
	/* solve a Opera7/IE display bug */
	width:152px;
	width/**/:150px;
	border-top: 1px #999 solid;
	border-left: 1px #999 solid;
	border-right: 3px #999 solid;
	border-bottom: 3px #999 solid;
	margin:0;
	padding:0;
}
    
.menu ul{
	border-spacing:5px;
	border:1px #999 solid;
	margin:0;
	padding:0;
	position:absolute; /* important */
	width:152px;
	width/**/:150px;
}
    
.menu li ul{
	visibility:hidden;
}
            
.menu li ul{
	margin-left:154px; /* be careful */
	margin-top:-24px;
}
    
.menu a{
	font-size:12px;
	text-align:left;
	text-indent:10px;
	text-decoration:none;
	color:#666666;
	background:#B7DBFF;
	display:block;
	width:150px;
	border-bottom:1px #999 solid;
	margin:0;
}
    
.menu a:hover{
	background:#FFC082;
	text-decoration:none;
}
    
/* for a mozilla better display with key nav */
.menu a:focus{
	background:#E2C6FF;
}
    
.menu li{
	width:150px;
	display:block;    
	float:left;  
	list-style:none;
	margin:0;
	padding:0;
}
    
/* IE PC selector */
* html .menu li{
	display:inline; /* solve a IE PC list bug */
	float:none; /* solve a IE5 clav nav bug */
}
    
a.linkOver{
	background:#eee;
}
