.applemenu{
	width:210px; /*width of menu*/
	border: 1px solid #9A9A9A;
	margin:5px;
}


.applemenu div.silverheader a{
background: #bdbec0 repeat-x center left;
font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding:5px;
text-decoration: none;
border-bottom:1px #9A9A9A solid;
}


.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
color: white;
}


.applemenu div.selected a, .applemenu div.silverheader a:hover{
background-image: url(images/silvergradientover.gif);
color: white;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
height: 81px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
padding-top:5px;
padding-bottom:5px;
text-align:center;
border-bottom:1px #9A9A9A solid;
}

.footer{
	font-family:Verdana, Geneva, sans-serif;
	color:#000000;
	font-size:11px;
	
}
.box_heading{
	font-family:Verdana, Geneva, sans-serif;
	color:#ffffff;
	font-size:11px;
	font-weight: bold;
}
.box_text{
	font-family:Verdana, Geneva, sans-serif;
	color:#00000;
	font-size:11px;
	text-align: justify;
}
