
.applemenu{
margin:auto;
padding: 0;
width: 222px; /*width of menu*/
}

.applemenu div.silverheader a{
background-image:url(../images/left_nav_tbg.jpg);
font: bold 13px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
color:#606060;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: 182px;
height:24px;
margin-top:0px;
margin-bottom:4px;
padding-left:40px;
padding-top:8px;
text-decoration: none;
}


.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
background-image:url(../images/left_nav_tbg.jpg);
font: bold 13px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
color:#606060;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: 182px;
height:24px;
margin-top:0px;
margin-bottom:4px;
padding-left:40px;
padding-top:8px;
text-decoration: none;
}


.applemenu div.selected a, .applemenu div.silverheader a:hover{
background-image:url(../images/left_nav_tbg.jpg);
font: bold 13px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
color:#606060;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: 182px;
height:24px;
margin-top:0px;
margin-bottom:4px;
padding-left:40px;
padding-top:8px;
text-decoration: none;
}

.applemenu div.submenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom:0; /*bottom spacing between each UL and rest of content*/
}

.applemenu div.submenu ul li{
padding-bottom: 1px; /*bottom spacing between menu items*/
}
.applemenu div.submenu ul li a{
font: normal 12px Arial;
background-image:url(../images/left_nav_sbg.jpg);
color:#606060;
display: block;
line-height: 28px;
padding-left:58px;
text-decoration: none;
}
.applemenu div.submenu ul li a:visited{
color:#606060;
}
.applemenu div.submenu ul li a:hover{ /*hover state CSS*/
color: white;
background: #2aa6e0;
}


.left_nav_top{
	height:16px;
	width:238px;
	margin:auto;
	background-image:url(../images/left_nav_top.jpg);
}
.left_nav_bg{
	width:238px;
	background-image:url(../images/left_nav_bg.jpg);
}
.left_nav_bottom{
	height:16px;
	width:238px;
	margin:auto;
	background-image:url(../images/left_nav_bottom.jpg);
}
#left_linkbg{
	width:238px;
}
