#menu li{
	padding:5px;
	width:200px;
	text-align:center;
	white-space:nowrap;
	background-color:#e0e0ff;
}

#menu ul ul{
	padding:5px;
}

#menu li li{
	width:100%;
}

#menu li:hover{
	background-color:#ffffc0;
}

#menu .menu1{
	background-color:#ffffc0;
}

#menu .menu2{
	background-color:#ffffc0;
}

#menu .menu3{
	background-color:#ffffc0;
}

#menu .menu4{
	background-color:#ffffc0;
}

