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


.applemenu{
	margin: -5px 0px -5px -5px;
	width: 798px;
}

.applemenu div.silverheader a{
	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;
	background-image: url(images/global/silvergradient.gif);
	background-repeat: repeat-x;
	background-position: left center;
	background-color: #000000;
}


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


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

.applemenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
padding: 5px;
height: 300px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}
.applemenu p {
	margin-bottom: 1em;
}


.applemenu .silverheader {
	padding: 5px;
	background-image: url(../images/global/silvergradient.gif);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.applemenu .submenu a{
	color: #FF0000;
	text-decoration: none;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
.applemenu .submenu a: hover{
	text-decoration: underline;
}
