.applemenu{
margin: 0px 0;
padding: 0;
width: 180px; /*width of menu*/
border: 1px solid #E5E5E5;
}

.applemenu div.silverheader a{
background: white url(../akordiyonmenubaslikpasif.png) repeat-x center left;
font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
color: ff6600;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 12px 0;
padding-left: 3px;
text-decoration: none;
}


.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
color: 000000;
}


.applemenu div.selected a, .applemenu div.silverheader a:hover{
background-image: url(../akordiyonmenubaslikaktif.png);
color: 000000;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
padding: 5px;
height: 120px; 
}





.applemenu div.technology a{
background: white url(../akordiyonmenubaslikpasif.png) repeat-x center left;
font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
color: ff6600;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 12px 0;
padding-left: 3px;
text-decoration: none;
}


.applemenu div.technology a:visited, .applemenu div.technology a:active{
color: 000000;
}


.applemenu div.selected a, .applemenu div.technology a:hover{
background-image: url(../akordiyonmenubaslikaktif.png);
color: 000000;
}

.applemenu div.thelanguage{ /*DIV that contains each sub menu*/
background: white;
padding: 5px;
height: 120px; 
}