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


.applemenu{
	margin: 0px 0;
	padding: 0;
	width: 273px; /*width of menu*/
	border: 10px #a9dffd solid;
}

.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*/
	background: #3599F7;
	padding: 0px;
	padding-left: 10px;
	height: 200px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}