/*****  Script for navigation bar *****/

a.MenuLink{
 	color:#efeeea;
	width:100%;
 	text-decoration: none;
}

a.MenuLink:active{
	color: #efeeea;
}

/* Menu Link when the mouse is over */
a.MenuLink:hover{
 	color:#ccccff;
 	background-color:#191970;
 	text-decoration: none;
}

/* First menu link element */
DIV.FirstMenuElement{
 	font: 12px Geneva, Arial, Helvetica, sans-serif;
 	position:absolute;
 	padding:3px;
 	width:170px;
 	text-align: center;
 	background-color:#1c1d70;
	border: solid #1c1d70 1px;
 	display:none;
	z-index: 10;
}

/* First menu link element when the mouse is over */
DIV.FirstMenuElementOver{
 	font: 12px Geneva, Arial, Helvetica, sans-serif;
 	position:absolute;
 	width:170px;
 	padding:3px;
 	text-align: center;
 	background-color:#1c1d70;
  	border: solid #a2a6af 1px;
	z-index: 10;
}

/* Menu link element */
DIV.MenuElement {
 	font: 12px Geneva, Arial, Helvetica, sans-serif;
 	position:absolute;
 	padding:3px;
 	width:170px;
 	background-color:#1c1d70;
  	border: solid #a2a6af 1px;
 	display:none;
	z-index: 10;
}

/* Menu link element when the mouse is over */
DIV.MenuElementOver {
 	font: 12px Geneva, Arial, Helvetica, sans-serif;
 	position:absolute;
 	padding:3px;
 	width:170px;
 	background-color:#1c1d70;
  	border: solid #a2a6af 1px;
	z-index: 10;
}