
/* rgb(255, 251, 240) */
.flyoutMenu {
	background-color: rgb(255, 251, 240); /*#F1F1F1;*/
	//border-color: #999999;
	border-color: rgb(253, 153, 22);
	border-width: 0 1px 1px 0;
	border-style: solid;
	/*behavior: url(/library/flyoutmenu/default.htc);*/
}

.flyoutLink
{
	border-right: white 1px solid;
	padding-right: 25px;
	border-top: white 1px solid;
	padding-left: 6px;
	font-size: 82%;
	border-left: white 1px solid;
	cursor: hand;
	padding-top: 1px;
	border-bottom: white 1px solid;
	font-family: Verdana, Arial, Helvetica;
}
.flyoutMenu TD.flyoutLink  {
	border-color: rgb(255, 251, 240);
	border-width: 1px;
	border-style: solid;
	font-family: Verdana, Arial, Helvetica;
	font-size: 82%;
	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: red;
	text-decoration: none;
}
