a.button:hover {
	border : 0px;
	border-left : 0px;
	border-right : 0px;
	color : #0000FF;
	font-family : Arial, Helvetica, sans-serif;
}

a.image:hover {
	background : transparent;
	border : 0px;
	border-left : 0px;
	border-right : 0px;
	color : #0000FF;
	font-family : Arial, Helvetica, sans-serif;
}

a:link{
	color: #385592;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
}

a:visited{
	color : #385592;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
}

a:hover {
	background-color : #EFEFEF;
	border : 1px solid #D8D8D8; 
	border-left : 0px;
	border-right : 0px;
	color : #385592;
	font-family : Arial, Helvetica, sans-serif;
}