.MenuTable{
	background: url(../Images/MenuBG.gif);
	background-repeat: repeat; 
	background-color: #ffffff; 
	border: 1px solid gray;
	height: 30px;
	width: 100%;
}
.MenuTable td{
	border-right: 1px solid gray;
	text-align: center;
	height: 30px;
}

.MenuItem,  .MenuItem:hover, .MenuItem:active, .MenuItem:link, .MenuItem:visited{
	font-family: Verdana,Arial,sans-serif;
	font-size: 12px;
  color: gray;
	padding: 5px 20px;
	text-decoration: none;
	height:20px;
}

.MenuItem:hover, .Sel{
	height: 100%;
  color: white;
  vertical-align: middle;
	background: url(../Images/MenuBG_Sel.gif); 
}
