<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

.applemenu{
margin: 5px 0;
padding: 0;
width: 500px; /*width of menu*/
/*border: 1px solid #9A9A9A;*/
margin-left:50px;
}

.applemenu div.silverheader a{
background: #77BBDF /*url(silvergradient.gif)*/ repeat-x center left;
font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
color: #333;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 5px 0;
padding-left: 8px;
text-decoration: none;
border-bottom:2px solid #fff;
text-align:left;
}


.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{

color: #333;
}


.applemenu div.selected a, .applemenu div.silverheader a:hover{
/*background-image: url(silvergradientover.gif);*/ background-color:#DBEAF6; border:1px solid #ccc; border-bottom:none;
color: #333;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
background: /*white*/ #DBEAF6;
padding: 5px;
/*min-height: 10px;*/ /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
height:150px;
border:1px solid #ccc;  border-top:none; margin-bottom:2px;
text-align:left;
}

.normalTxt2
{
	font-family: Trebuchet MS;
	font-size: 13px;
	font-weight: normal;
	color: #333;
	text-align: left;
	padding: 10px;
}

.normalTxt
{
	font-family: Trebuchet MS;
	font-size: 13px;
	font-weight: normal;
	color: #333;
	text-align: left;
	padding-left: 10px;
}</pre></body></html>