@import url(common/master.css);

.submenu {
	position: absolute;
	display: none;
	background-color: #110163;
	z-index: 1;
	border-bottom: 5px solid #110163;
}
.submenu td a {
	display: block;
	line-height:15px;
	margin: 0 5px;
	color: #B2D7FD;
	text-decoration:none;
	font-size:10px;
	width: 100%;
	height: 100%;
}
.submenu td a:hover {
	color: #FA9706;
	text-decoration: none;
}