.menuTable{
	color: #ffffff;
	border:0;
	padding:0;
	margin:0;
	background-image: url(../graphics/background/HomeBck.jpg);



 }
.menuCell {
	width:110;
	height:25;
	text-align:center;
	vertical-align:middle;
	padding:2;

}
a.menu {
	font-family: arial;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	background-color: #CC9900;
	left: 0px;
	margin: 1px;
	width:110;
	height:25;
	position: relative;
	text-decoration: none;
	top: 0px;
	z-index: 1;
	border-top: 4px double #666666;
	border-right: 4px double #0000CC;
	border-bottom: 4px double #0000CC;
	border-left: 4px double #666666;

}
a.menu:hover {
  border-color: #0000CC #3E78FF #3E78FF #0000CC;
  font-size: 8pt;
  color:#FF0000;
}
//
