.Group {
	display: block;
	height: 20px;
	width: 185px;
	color: #333366;
	text-decoration: underline;
	font-weight: bold;
	background-color: #D1E1E0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	padding-left: 5px;
	text-align:left
}

.Group:hover {
	color: #ff0000;

}

.Option {

	font-size: 9px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	display: block;

	width: 184px;

	background-color: #eef6f6;

	line-height: 17px;

	padding-left: 10px;

	text-decoration: none;

	text-align:left

}

.Option:link {

	color: #336699;

}
.Option:visited {

	color: #336699;

}

.Option:hover {

	color: #FF0000;	
	
	text-decoration: underline;

}

.show {

	display:inline;

}

.hide {

	display:none;

}

