.silver {
	font-family: "Times New Roman", Times, serif, "Arial Narrow";
	font-size: 13.5px;
	color: #3E4F59;
}
.applemenu{
	width: 230px;
	margin: auto;
	padding: 0;
	bottom: 10px;
	left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	visibility: visible;
	z-index: auto;

}

.app{
	width: 230px;
    background-image: url(../images/slide_bgy.png);
	background-repeat: repeat-y;
	behavior: url(javascripts/iepngfix.htc);

}
.slider{
	top: 150px;
	width: 230px;
	position: absolute;
	vertical-align: bottom;
	margin-left: 75px;
	height: 500px;

	background-position: left bottom;
	background-repeat: no-repeat;
}
.sldir{
	width: 230px;
	vertical-align: bottom;
	background-image: url(../images/slide_bg.png);
	behavior: url(javascripts/iepngfix.htc);
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 500px;
}

.slidetop {
	height: 50px;
	width: 230px;
	background-image: url(../images/slidetop.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	behavior: url(javascripts/iepngfix.htc);
}


.applemenu div.silverheader a{
	color: #3E4F59;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding-left: 8px;
	text-decoration: none;
	background-image: url(../images/menu-gif2.png);
	background-repeat: no-repeat;
	background-position: center center;
	font-family: "Times New Roman", Times, serif, "Arial Narrow";
	font-size: 13.5px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top: 5px;
	padding-right: 5;
	padding-bottom: 5px;
}


.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
	color: #3E4F59;
}


.applemenu div.selected a, .applemenu div.silverheader a:hover{
	background-image: url(../images/menu-gifover.png);
	color: #000000;
	background-repeat: no-repeat;
	background-position: center;
}


.applemenu div.submenu{ /*DIV that contains each sub menu*/
	background: white;
	margin-right: 32px;
	margin-left: 30px;
	font-family: Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
