.cell_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	background-image: url(../images/button.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 135px;
}
a.menu:link 
		{
	text-align: center;
	text-decoration:none;
	border-top-style: none;
	clear: both;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	visibility: visible;
	background-position: center center;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	
	}

a.menu:visited
		{
	text-align: center;
	text-decoration:none;
	color: #000000;
	font-weight: bold;
		}	

a.menu:hover
		{
	color: #000099;
	text-align: center;
	text-decoration:none;
	font-weight: bold;
	background-image: url(../images/button_over.jpg);
	background-repeat: no-repeat;
	float: left;
	vertical-align: bottom;
	height: 20px;
	width: 135px;
		}

a.menu:active
		{
	color: #000000;
	text-decoration:none;
	font-weight: bold;
		}

