.applemenu{
	margin: 0px 0;
	padding: 0;
	width: 160px; /*width of menu*//* border: 1px solid #9A9A9A; */	
}

.applemenu div.silverheader a{
	font: 12px Geneva,Arial,Helvetica,sans-serif;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 5px 0;
	padding-left: 10px;
	text-decoration: none;
	background-image: url(../imagini/left_menu_bg.png);
	color: #FF6600;
}

.applemenu div.silverheader a:hover {
	color: #FF9900;
	background-image: url(../imagini/left_menu_bgh.png);
}
.applemenu div.silverheader a:active, .applemenu div.silverheader a:visited {
	color: #FF6600;
}

.applemenu div.selected a, .applemenu div.silverheader a:hover{
	color: #000000;
}

.applemenu div.submenu { /*DIV that contains each sub menu*/
	background: #FFFFFF;
	/*background-image: url(../imagini/submeniu.gif);*/
	padding: 5px;
}

.applemenu div.submenu a { /*DIV that contains each sub menu*/
	font: 12px Geneva,Arial,Helvetica,sans-serif;
}
