.applemenu{
background-color:#FFFFFF;
margin: 0px 0;
padding: 0;
width: 185px; /*width of menu*/
/*border: 1px solid #9A9A9A; */
}
/*
.applemenu div.silverheaderCompany a{
background: #FFFFFF url(images/company_nav_tab.gif);
font: normal .85em Arial, Helvetica, sans-serif;
color: white;
display: block;
position: relative;
width: auto;
padding: 5px 0;
padding-left: 8px;
text-decoration: none;
}
*/
.applemenu div.silverheader a{
/*background: #FFFFFF url(images/nav_tab.gif);*/
font: normal .80em Arial, Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 9px 0;
padding-left: 8px;
text-decoration: none;
/*height:27px;*/
}

.applemenu div.silverheader-fake a{
	/*background: #FFFFFF url(images/nav_tab.gif);*/
	font: normal .80em Arial, Helvetica, sans-serif;
	color: black;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 9px 0;
	padding-left: 8px;
	text-decoration: none;
	/*height:27px;*/
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
/*background: #5679c5;*/
padding: 5px;
padding-left: 3px;
height: auto; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}
.applemenu div.submenu a{ /*DIV that contains each sub menu*/
color:#eaeaec;
}
.applemenu div.submenu a:hover{ /*DIV that contains each sub menu*/
	color:#red;
}
.applemenu div.submenuDwonload{ /*DIV that contains each sub menu*/
	background: #000;
	padding: 5px;
	padding-left: 15px;
	min-height:100px;
	height: 250px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}



.child_sub_nav {
	inherit: none;
	list-style:none;
	list-style-position: outside;
	margin:0x;
	padding:0x;
}
.child_sub_nav  li{
	line-height:1em;
	margin-bottom:7px;
	font-size:.75em;
}
.g_child_sub_nav{
	inherit: none;
	list-style:none;
	list-style-position: outside;
	margin:0x;
	padding:0x;
}

.g_child_sub_nav  li{
	line-height:1em;
	margin-bottom:7px;
	
}
.applemenu div.submenu ul{ /*DIV that contains each sub menu*/
	margin-left:10px;
	padding-left:0px;
}