.applemenu{
	width: 212px;
    margin: 0px;
	padding: 0px 0px 0px 0px;
    background-color: #D4E7FC;
	border-width:0px;
	border-style:solid;
	border-color:#D4E7FC;
	font-family: Arial;
	font-size: 12px;
	color:#000;
    text-align: left;
}

.applemenu div.silverheader a{
	background: #D4E7FC url(silvergradient.gif) repeat-x center left;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	font-weight: bold;
	color: black;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 10px 5px 0px 10px;
	text-decoration: none;
}

.applemenu div.selected a, .applemenu div.silverheader a:hover{
	background-image: url(silvergradientover.gif);
	color: black;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
	background: #D4E7FC;
	padding: 0px 0px 0px 0px;
	max-height: 420px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
	list-style-type: none;
	list-style-position:inside;
}

.applemenu div.dot{
	width:212px;
	height:10px;
	border-width:0px 0px 1px 0px;
	border-style:solid;
	border-color:#FFF;
}

.brands{ 
	padding: 0px 0px 0px 20px;
	list-style-type: none;
	list-style-position:inside;
}