/* Menu Link */
A.MenuLink{
	color:#1D2123;
	width:100%;
	text-decoration: none;
}
/* Menu Link when the mouse is over */
A.MenuLink:hover{
	color:#AA0000;
	background-color:#FFFF99;
	text-decoration: underline;
}
/* First menu link element */
DIV.FirstMenuElement{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	position:absolute;
	padding:3px;
	width:140px;
	text-align: center;
	background-color:#82A6C4;
	border-color:#475156;
	border-style:solid;
	border-width:2px;
	display:none;
}
/* First menu link element when the mouse is over */
DIV.FirstMenuElementOver{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	position:absolute;
	width:140px;
	padding:3px;
	text-align: center;
	background-color:#FFFF99;
	border-color:#475156;
	border-style:solid;
	border-width:2px;
}
/* Menu link element */
DIV.MenuElement { 
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	position:absolute;
	padding:3px;
	width:150px;
	background-color:#EFEFFF;
	border-color:#475156;
	border-style:solid;
	border-width:1px;
	display:none;
}
/* Menu link element when the mouse is over */
DIV.MenuElementOver { 
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	position:absolute;
	padding:3px;
	width:150px;
	background-color:#FFFF99;
	border-color:#475156;
	border-style:solid;
	border-width:1px;
}

