h1 {
	color : #505055;
	border-bottom : 1px dotted #ffafaf;
	font-size : 18pt;
	width:400px;
}
.tipped {
	color: #BBB;
}

.applemenu{
	width: 150px;
	margin-left: 10px;
	margin-top: 0px;
}

.applemenu div.silverheader a{
	background: url(AccordionTab0.png) repeat-x left center;
	color: #333333;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding-left: 8px;
	text-decoration: none;
	font-family: Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 3px;
}


.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
color: #666666;
}


.applemenu div.selected a, .applemenu div.silverheader a:hover{
background-image: url(AccordionTab2.png);
color: #000099;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
	background: url(accordionback.png);
	padding: 5px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
	line-height: 1.4em;
	height: 60px;
	font-weight: bold;
}
