@charset "utf-8";
/* Table Menu - by The Beatt */
.navTable {
	z-index: 99;
	visibility: hidden;
	position: absolute;
	width:163px;
	text-align:left;
	margin-left: -4px;

}

.navTable td {
	padding:4px 8px 4px 10px;
	background-color: #56565a;
	font: 12px "trebuchet ms", verdana, arial;
	color: #cccccc;
	border-right:0px solid #5882c7;
	border-bottom:0px solid #5882c7;
	border-left:0px solid #5882c7;
}

.navTable td:hover {
	padding:4px 8px 4px 10px;
	background-color: #6e6e72;
	font: 12px "trebuchet ms", verdana, arial;
	color: #ffffff;
	cursor:pointer;
}
.topCell {
	padding:4px 8px 4px 4px;
	background-color: #29282e;
	font: 12px "trebuchet ms", verdana, arial;
	color: #ffffff;
	font-weight:bold;
	cursor:pointer;
}
.topCell:hover {
	padding:4px 8px 4px 4px;
	background-color: #56565a;
	font: 12px "trebuchet ms", verdana, arial;
	color: #ffffff;
	font-weight:bold;
	cursor:pointer;
}
.topCell2 {
	padding:4px 8px 4px 4px;
	background-color: #29282e;
	font: 12px "trebuchet ms", verdana, arial;
	font-weight:bold;
	color: #ffffff;
	cursor:pointer;
}
.topCell2:hover {
	padding:4px 8px 4px 4px;
	background-color: #56565a;
	font: 12px "trebuchet ms", verdana, arial;
	font-weight:bold;
	color: #ffffff;
	cursor:pointer;
}
.pad5 {
padding: 5px;
}


