.applemenu{
margin: 0px 0px 00x 0px;
padding: 0;
width: 165px;
margin-bottom: 20px; /*width of menu*/
/*border: 1px solid #9A9A9A;*/
}

.applemenu div.silverheader a{
background: #3a5699 url(../image/bgGreyButton.png) repeat-x center left;
/*font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;*/
color: #000000;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
height:30px;
line-height:30px;
text-decoration: none;
font-size: 13px;
text-align: left;
font-weight: bold;
padding-left: 10px;
margin-top:2px;
}


.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
color: #000000;
}

.applemenu div.selected {
	color:#FFFFFF;
}
.applemenu div.selected a, .applemenu div.silverheader a:hover{
background-image: url(../image/bgBlueButton.png);
color: #FFFFFF;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
height:30px;
line-height:30px;
text-decoration: none;
font-size: 13px;
text-align: left;
font-weight: bold;
padding-left: 10px;
margin-top:2px;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
background: #d8ddeb;
/*padding: 5px;*/
height: auto; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
/*border: 1px solid #CCC;*/
}
.applemenu div.submenu_selected{ /*DIV that contains each sub menu*/

padding: 5px;
height: auto; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
border: 1px solid #d8ddeb;
}
.applemenu div.submenu div.item{
	font-size: 13px;
	padding-left: 3px;
	height: 25px;
	line-height: 25px;
	color: #23355e;
	text-align: left;
}

.applemenu div.submenu  div.item a{
	color: #646464;
	text-decoration: none;
}
.applemenu div.submenu  div.item a:hover{
	color: #23355e;
	text-decoration: none;
}
.applemenu div.submenu  div.menu_submenu_selected a{
	color: #23355e;
	text-decoration: none;
}