.applemenu{
margin: 0;
padding: 0;
width: 179px; 
border-right: 1px solid #D2DDBD;
}
.applemenu div.silverheader a{
background-color:  #D2DDBD;
font: 15px arial;
color: #000000;
display: block;
font-weight: bold;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 5px 0;
padding-left: 8px;
text-decoration: none;
border-bottom: 0px solid #FFFFFF;
background: url("../images/right.png") no-repeat scroll 154px 5px transparent;
}


.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
color: #000000;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
	
}


.applemenu div.selected a, .applemenu div.silverheader a:hover{
background: url("../images/top.png") no-repeat scroll 155px 5px transparent;
color: #000000;
background-color: #D2DDBD;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
background: #F8FFE8;
 border-bottom: 4px solid #FFFFFF;
    iborder-top: 4px solid #FFFFFF;
padding: 0 5px 5px 5px;
height: auto; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}


.left-menu-new1
{
 float:left;
 padding:0;
 margin:0 0 0 3px;
 width:210px;
 background:#E2F0F9;
}

.left-menu-new ul
{
 padding:0 0 0 5px;
 margin:0;
 width:179px;
}

.left-menu-new li
{
 padding:3px 0 0 17px;
 margin:0;
 display:block;
 list-style:none;
 font-family:arial;
 font-size:14px;
 font-weight:bold;
 color:#010002;
 border-bottom:0px dashed;
 background: url("../images/right.png") no-repeat scroll 2px 6px transparent;
}


.left-menu-new li a
{
padding:0;
margin:0;
text-decoration:none;
color: #000000;
font-family: trebuchet MS;
font-size: 13px;
font-weight: normal;
   
}