.flyoutMenu {
	background-color: #F8B653;
	border-color: #F8B653;
	/* border-width: 0 1px 1px 0;*/
	border-width: 1px;
	border-style: solid;
	border-spacing:3px;
}

.flyoutHeading {
	font-family: Tahoma, Arial;
	font-size: 11px;
	background-color: #F8B653;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
	cursor: default;
}

.flyoutMenu TD.flyoutLink  {
	border-color: #F8B653;
	border-width: 1px;
	border-style: solid;
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight:bold;
	/* padding: 1px 25px 3px 6px;*/ 
	cursor: hand;
}

.flyoutLink a {
	color: black;
	text-decoration: none;
}

.flyoutLink a:hover {
	color: black;
	text-decoration: none;
}

.flyoutLink a:visited {
	color: black;
	text-decoration: none;
}

.flyoutLink a:active {
	color: black;
	text-decoration: none;
}

.flyoutFont {
	font-family: Tahoma, Arial;	
	font-size: 11px;	
}