
.menu
{
	font-size: 10px;
	background-color: #427AC3;
	color: #A1C1E6;
}
.menu td
{	
	background-repeat: no-repeat;
	height: 20px;
	font-weight: bold;
	cursor: hand;
	valign: top;
}
.menu td.right
{
	font-size: 10px;
	color: #A1C1E6;
	padding-left: 7px;
	padding-right: 0px;
}
.menu td.righton
{
	font-size: 10px;
	color: #A1C1E6;
	padding-left: 7px;
	padding-right: 0px;
	color: white;
	background-color: #474747;
	filter: alpha(opacity=100);
}
.menuwindowframe
{
	position:absolute;
	background-color:#474747;
	filter: alpha(opacity=100);
}
.menuwindow
{
	font-size: 10px;
	background-color: #427AC3;
	background-color: transparent;
	color: #B0B0B0;
	font-weight: bold;
	margin: 4px;
}
.menuwindow td
{
	background-repeat: no-repeat;
	vertical-align: top;	
	cursor: hand;
}
.menuwindow td.on
{
	font-weight: bold;
	color: white;
}

