.applemenu
{
	padding: 0;
	width: 180px; /*width of menu*/
	border: 1px solid #ffffff;
}

.applemenu div.silverheader a
{
    background-color: #c8cdfa;
    text-align:center;
    font-size:10px; 
    color:#333333; 
    font-weight:bold; 
    border-bottom:dashed 1px #ffffff; 
    display:block;
    padding:7px 2px 7px 2px;
}

.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active
{
	color: #333333;
	text-decoration: none;
}

.applemenu div.selected a, .applemenu div.silverheader a:hover
{
	color: red;
	text-decoration: none;
}

.applemenu div.submenu
{ /*DIV that contains each sub menu*/
    background-color: #ffffff;
    font-size:10px; 
    color:#666666; 
    border-top:solid 1px #ffde00; 
    border-bottom:solid 1px #ffde00;     
    padding:1px;
    text-align:center;
}