a.menu { display:block; margin-top:2px; text-align:center; width:10ex;
border-style:ridge; border-width:2px; padding:2px; }




a.menu:link {
	font-family : Arial;
	font-weight : bold;
	font-size : x-small;
	text-decoration : none;
	background-image : url(../s2.jpg);
	padding-left : 10px;
	padding-right : 8px;
	color : blue;
	width : 130px;
	text-align : left;
	background-repeat : no-repeat;
	padding-top : 4px;
}
a.menu:visited {
	font-family : Arial;
	color : black;
	font-weight : bold;
	font-size : x-small;
	text-decoration : none;
	background-image : url(../s1.jpg);
	padding-left : 10px;
	padding-right : 8px;
	padding-top : 4px;
	width : 130px;
	text-align : left;
	background-repeat : no-repeat;
}
a.menu:hover {
	font-family : Arial;
	color : #DC143C;
	font-weight : bold;
	font-size : x-small;
	text-decoration : none;
	background-image : url(../s3.jpg);
	padding-left : 10px;
	padding-right : 8px;
	padding-top : 4px;
	text-align : left;
	width : 130px;
	background-repeat : no-repeat;
}
a.menu:active {
	font-family : Arial;
	color : #4B0082;
	font-weight : bold;
	background-image : url(../s4.jpg);
	font-size : x-small;
	text-decoration : none;
	padding-left : 10px;
	padding-right : 8px;
	padding-top : 4px;
	text-align : left;
	width : 130px;
	background-repeat : no-repeat;
}


