#menu {
position: absolute;
margin-top: -30px;
width: 154px;
}
#menu ol {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu a {
display: block;
padding-left: 1em;
height: 30px;
text-decoration: none;
line-height: 30px;
border-bottom: 1px solid #f9f9ff;
}
	#menu a {
	color: #e0e4e4;
	background: #408080;
	}
	#menu a.select {
	color: white;
	background: #60a0a0 url('../images/bg_pix.gif') 0 -60px;
	}
	#menu a.webmail {
	color: #f4f4fa;
	background: navy url('../images/bg_pix.gif') 0 -120px;
	}
	#menu a.lang {
	color: #f4f4fa;
	background: navy url('../images/bg_pix.gif') 0 -150px;
	}

	#menu a:hover,
	#menu a.select:hover,
	#menu a.lang:hover,
	#menu a.webmail:hover {
	color: lightyellow;
	background: #D92653 url('../images/bg_pix.gif') 0 -90px;
	}
