.applemenu{
margin: 5px 0;
padding: 0;
width: 100%; /*width of menu*/
}

.padin{
padding:5px 0px;}

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


.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
color: silver;
}


.applemenu div.selected a, .applemenu div.silverheader a:hover{
background-image: url(1silvergradientover.gif);
color: #5888ff;
}

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

#pic{
border:3px solid silver;
margin-right:8px;
margin-top:3px;
float:left}
