.seslmenu{
	position:absolute;
	z-index: 100;
	visibility: hidden;
	width: 150px;
}
.seslmenu a{
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin: 0px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	background-color: #000000;
	filter: Alpha(Opacity=75);
}
.seslmenu a:hover{
	background-color: #4DB5DE;
	color: #000000;
	filter: Alpha(Opacity=100);
}

