a:focus { 
outline: none;
}

.applemenu{
margin: 0;
padding: 0;
width: 148px;
}

.applemenu div.silverheader a{
/*background: black url(../pic/titlebar.png) repeat-x center left;
border-top: 1px solid #e2e2e2;
border-right: 0px solid #002f99;
border-bottom: 1px dotted #e2e2e2;
font: normal 10px Verdana, Arial, Helvetica, sans-serif;
color: #03f;*/
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
text-decoration: none;
padding: 3px 0;
font-weight: bold;
color: #333;
	margin-bottom: 0;
	margin-top: 0;
}



.applemenu div.silverheader a:active{
color: #f00;

	}

.applemenu div.selected a, .applemenu div.silverheader a:visited{
color: #333;
/*border-bottom: 1px dotted #e2e2e2;
background-image: url(../pic/titlebar-active.png);
*/
}

.applemenu div.silverheader a:hover{
color: #f00;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
/*font: normal 10px/14px Verdana, Arial, Helvetica, sans-serif;
color:#333;*/
background: transparent;
padding: 0 0 5px 0;
height:  auto;
max-height: 290px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
border-right: 0px solid #002f99;
}

.applemenu div.submenu ul{
margin-left: -38px;
	
	}

.applemenu div.submenu a:link, .applemenu div.submenu a:visited{
/*color:#333;
font-weight:bold;*/
text-decoration:none;
}

.applemenu div.submenu a:active, .applemenu div.submenu a:hover{
color: #f00;
text-decoration:none;
}



/**/


/*body{
color: #333; 
text-align: left;
font-size: 100%;
line-height: 100%; 
font-family: Verdana, Arial, sans-serif; 
}*/

#nav ul{ 
list-style-image: none;
list-style: none;
margin: 0px;
padding: 0px;
}

li{ 
list-style-image: none;
list-style: none;
}



#menu li{ 
list-style-image: none;
text-indent:0px;
}

#menu_titel{
font-weight: bold;
height: 12px; 
}



#menu li a {
padding-left: 10px;
display: block;
color: #222;
text-indent:5px; 
text-decoration: none;
height: 12px;
background-image: url(../../pic/nav_bg.gif);
background-repeat: no-repeat;
}



#menu li a:hover {
color: #f00;
background-image: url(../../pic/nav_bg_hover1.gif);
}



#menu #current {
color: #f00;
font-weight: bold;
cursor: default;
background-image: url(../../pic/nav_bg_hover0.gif);
height: 12px;
padding-left: 15px; 
}



