body{
	font-family: 'Ubuntu', sans-serif;
	margin:0 auto;}
/* ---------------------------------------accordion menu Start------------------------------*/
.applemenu{
margin: 3px 0;
padding: 0;
width: 100%; /*width of menu*/
}

.applemenu div.silverheader a{
	background-color: rgba(0, 0, 51, 0.6);
	border-radius:5px 5px 5px 5px;
    -webkit-border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
    -o-border-radius:5px 5px 5px 5px;
	font: normal 13px 'Ubuntu', sans-serif;
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left:3px;
	margin-bottom:1px;
}


.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
color: white;
}


.applemenu div.selected a, .applemenu div.silverheader a:hover{
background-color: rgba(0, 0, 51, 0.4);
color: white;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
	padding: 5px 0px 5px 15px;
	height: auto; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
	background-color: rgba(0, 0, 51, 0.2);
	font-size: 13px;
	color: #FFFFFF;
	text-align: justify;
	margin-bottom:1px;
	border-radius:5px 5px 5px 5px;
    -webkit-border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
    -o-border-radius:5px 5px 5px 5px;}

/* ---------------------------------------accordion menu End------------------------------*/
