@charset "utf-8";
/* CSS Document */


.applemenu{
	width: 725px;
	background-image: url(img/box_center.jpg);
}

.applemenu div.silverheader a{
	/*background: black url(silvergradient.gif) repeat-x center left;
	font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
	color: white;
	display: block;
	position: relative;*/ /*To help in the anchoring of the ".statusicon" icon image*/
	padding: 0px;
	padding-left: 0px;
	text-decoration: none;
	border: none;
}

.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
	/*color: white;*/
}

.applemenu div.selected a, .applemenu div.silverheader a:hover{
	border: none;
	color: white;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
	padding: 0px;
	padding-left: 0px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}

