.Menu
{
	position         : absolute;
	background-color : #FFFFFF;
	/*border           : 1px solid #000;*/
	font-family      : "Arial";
	font-size        : 14px;
	top              : 38px;
	left             : -1px;
	height           : 300px;
	width            : 195px;
}

.Menu li
{
	list-style       : none;
	font-weight      : bold;
	text-align       : center;
	margin-top       : 0.4em;
}

.Menu a
{
	display          : inline-block;
	background-color : #3B85F7;
	color            : #000000;
	text-decoration  : none;
	width            : 135px;
	height           : 25px;
	line-height      : 25px;
	border-radius    : 10px;	
}

.Menu li:hover > a
{
	background-color: #FF0000;
}

.Menu #Select a
{
	background-color : #00BB00;
}