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

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

.applemenu div.silverheader a{
	background: black url(../silvergradient.gif) repeat-x center left;
	color: #620000;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding-left: 0px;
	text-decoration: none;
	font-family: Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
}


.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
color: #620000;
}


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

.applemenu div.submenu { /*DIV that contains each sub menu*/
	background: #410002;
	color: white;
	padding: 3px;
	height: 350px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
}

.applemenu div.submenu a { /*DIV that contains each sub menu*/
	color: #CC9900;
}

.data a {
color: white;
}

.data a:visited{
color: white;
}
