.menu {
list-style-type: none;
margin: 0;
padding: 0;
text-align:left;
}

.menu a {
  	display: block;
	background-color: #00007B;
  	width: 155pcx;
	height: 25pcx;
	font-family: Lucida sans,verdana,helvetica,arial,sans-serif;
  	text-align: left;
	color: #00007B;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
  	text-decoration: none;
	margin: 2px 0;
}
.menu a:link, .menu a:visited {
  border-top: 1px solid #cecece;
  border-bottom: 2px solid #4a4a4a;
  border-left: 1px solid #cecece;
  border-right: 2px solid #4a4a4a;
  color: #FFFFFF;
}
.menu a:hover {
  border-bottom: 1px solid #cecece;
  border-top: 2px solid #4a4a4a;
  border-right: 1px solid #cecece;
  border-left: 2px solid #4a4a4a;
  color: #a7b639;
}
.menu a:visited {
  border-bottom: 1px solid #cecece;
  border-top: 2px solid #4a4a4a;
  border-right: 1px solid #cecece;
  border-left: 2px solid #4a4a4a;
  color: #f4ec73;
}
/* metnions and copyrights */
.mentions {
font-family: Lucida sans,verdana, arial, sans-serif;
position: absolute;
bottom : 200px;
left : 10px;
color: #000;
background-color: #ddd;
}
a.test {text-decoration: none;
color: #222;
}
a.test:hover{text-decoration: underline;
}

/* regular Link */
a:link {
	font-family:Lucida sans, Tahoma, Helvetica-Normal, Verdana;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #DFC997;
	text-decoration: none;
}
a:visited {
	font-family:Lucida sans, Tahoma, Helvetica-Normal, Verdana;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #f4ec73;
	text-decoration: none;
}
a:hover {
	font-family:Lucida sans, Tahoma, Helvetica-Normal, Verdana;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #a7b639;
	text-decoration: none;
	background-color: #0000f9;
}
a.menu:link {
	font-family:Lucida sans, Tahoma, Helvetica-Normal, Verdana;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #500c17;
	text-decoration: none;
}
a.menu:visited {
	font-family:Lucida sans, Tahoma, Helvetica-Normal, Verdana;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #f4ec73;
	text-decoration: none;
}
a.menu:hover {
	font-family:Lucida sans, Tahoma, Helvetica-Normal, Verdana;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #a7b639;
	text-decoration: none;