@charset "utf-8";
/* CSS Document */

.submenus {
	padding-top: 35px;
	z-index:500;
	position: absolute;
	visibility: hidden;
}	

.menutable {
	background-color: #CCCCCC;
}

.menutable td{
	padding: 7px;
	border-left: #eeeeee solid 12px;
}

.menutable a {
	font-weight: bolder;
	color: #0056A4;
	font-size: 9pt;
	width: 100%;
}
.menutable a:hover {
	font-weight: bolder;
	color: #0056A4;
	font-size: 9pt;
}

