/* Menu Link */
A.MenuLink{
	color:#FFFFFF;
	width:50%;
	text-decoration: none;
}
/* Menu Link when the mouse is over */
A.MenuLink:hover{
	color:#FFFFFF;
	background-color:#334480;
	text-decoration: underline;
}
/* First menu link element */
DIV.FirstMenuElement{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	position:absolute;
	padding:5px;
	width:100px;
	text-align: center;
	background-color:#334480;
	border-color:#475156;
	border-style:solid;
	border-width:1px;
	display:none;
}
/* First menu link element when the mouse is over */
DIV.FirstMenuElementOver{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	position:absolute;
	width:100px;
	padding:5px;
	text-align: center;
	background-color:#334480;
	border-color:#475156;
	border-style:solid;
	border-width:1px;
}
/* Menu link element */
DIV.MenuElement { 
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	position:absolute;
	padding:5px;
	width:100px;
	background-color:#334480;
	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: 11px;
	position:absolute;
	padding:5px;
	width:100px;
	background-color:#334480;
	border-color:#475156;
	border-style:solid;
	border-width:1px;
}