@charset "utf-8";
/* CSS Document */

.applemenu{
margin: 5px 0;
padding: 0;
width: 245px; /*width of menu*/
border: 1px solid #9A9A9A;
}

.applemenu div.silverheader a{
background: black url(../media/accessories/silvergradient.gif) repeat-x center left;
font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 5px 0;
padding-left: 8px;
text-decoration: none;
}

.applemenu div.selected a, .applemenu div.silverheader a:hover{
background-image: url(../media/accessories/silvergradientover.gif);
color: white;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
padding: 5px;
font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
/*height: 500px; Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/

}

.submenu a  {
	text-decoration:underline;
	color:#0033CC;
}

.submenu a ins  {
   text-decoration: underline;
}

.submenu a:hover {text-decoration:none;}	
.nn a{text-decoration:none;}
.nn a:hover {text-decoration:underline;} 

#accline  {
   background: url(media/common/line-bg.gif) repeat-x;
   visibility: visible;
   z-index: 3;
   width: 238px;
   height: 1px;
}

