A.MenuLink{
	font-family: 		arial;
	font-size:		14px;
	font-weight:		bold;
 	filter: Alpha(opacity:80);
 	color: Red;
/*	 width:100%;*/
 	text-decoration: none;
}

/* Menu Link when the mouse is over */
A.MenuLink:hover{
 	color:#AA00FF;
	font-family: 		arial;
	font-size:		14px;
	font-weight:		bold;
 	filter: Alpha(opacity:80);
/* 	background-color:#FFFF99;*/
/* 	text-decoration: underline;*/
}

/* First menu link element */
DIV.FirstMenuElement{
	font-family: 		arial;
	font-size:		14px;
	font-weight:		bold;
 	position:absolute;
 	padding:3px;
 	color: Red;
 	width:70px;
 	text-align: center;
 	filter: Alpha(opacity:80);
 	background-color:#B3E0FF;
/*  	border: solid #475156 1px;*/
 	display:none;
}

/* First menu link element when the mouse is over */
DIV.FirstMenuElementOver{
	font-family: 		arial;
	font-size:		14px;
	font-weight:		bold;
 	position:absolute;
 	color: #AA00FF;
 	width:70px;
 	padding:3px;
 	text-align: center;
 	filter: Alpha(opacity:80);
 	background-color:#B3E0FF;
/*  	border: solid #475156 1px;*/
}

/* Menu link element */
DIV.MenuElement {
	font-family: 		arial;
	font-size:		14px;
	font-weight:		bold;
	color: Red;
 	position:absolute;
 	padding:3px;
 	width:120px;
 	background-color:#B3E0FF;
 	filter: Alpha(opacity:80);
/*  	border: solid #475156 1px;*/
 	display:none;
}

/* Menu link element when the mouse is over */
DIV.MenuElementOver {
	font-family: 		arial;
	font-size:		14px;
	font-weight:		bold;
 	position:absolute;
 	color: #AA00FF;
 	padding:3px;
 	width:120px;
 	background-color:#B3E0FF;
 	filter: Alpha(opacity:80);
/*  	border: solid #475156 1px;*/
}