@charset "utf-8";
/* CSS Document */
/* Horizontal Navigation Menu Container */
div.navmenu {
	width: 159px;
	float: left;
	margin-left: 10px;
	margin-bottom: 50px;
}
/* Navigation Menu Item */
div.menuitem {
	width: 159px; /* <-- BUTTON WIDTH */
	/*height: 39px; /* <-- BUTTON HEIGHT */
	position:relative;
	float: left;
	margin: 0;
	padding: 0;
	overflow:hidden;
	background-image: url(images/menu_img_hover.gif);
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;	
}
/* Menu Link */
div.menuitem a {
/*color: ffffff; /* <-- DEFAULT TEXT COLOR */
display: block;
text-decoration: none; /* disables any normal link styles you have set */
overflow:hidden;
}
/* Menu Text */
div.menuitem span {
	position: absolute;
	width: 153px;
	top: 8px; /* adjust vertical positioning of label text */
	left: 1px; /* adjust horizontal positioning of label text */
	text-align: center;
	cursor: pointer;
	height: auto;
	font-size: 12px;
	font-weight: bolder;
	color: #000000;
}
/* Menu Link: Hover */
/*div.menuitem span:hover {
color: #000000; /* <-- DEFAULT HOVER TEXT COLOR */
/*}
/* Menu Image */
div.menuitem img {
width: 159px; /* <-- BUTTON WIDTH */
height: 30px; /* <-- BUTTON HEIGHT */
border: 0;
}
/* Menu Link: Hover Image */
div.menuitem a:hover img {
	visibility: hidden;
	margin-left: 10px;
} /* hides default button image
during hover */
* html a:hover { visibility: visible; }

.cellButton img{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.cellButton a:hover img {
	visibility: hidden;
}	
.cellbkgr {
	background-image: url(images/button_hover.gif);
	background-repeat: no-repeat;
	background-position: center center;
}	
