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

.applemenu{
	margin: 0px 0;
	padding: 0;
	width: 213px;
	border-bottom:1px dotted  #C0C0C0;
}

.applemenu div.silverheader a{
	/*background: black url(../images/silvergradient.gif) repeat-x center left;*/
	font: bold 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
	color:#e7f8fd;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding-left: 10px;
	padding-bottom: 4px;
	text-decoration: none;
	background:url(../images/pi3.jpg) no-repeat;
	line-height:18px;
	
}


.applemenu div.silverheader a:active{
color: #aabccc;
line-height:18px;
}


.applemenu div.selected a, .applemenu div.silverheader a:hover{
background:url(../images/pi3.jpg) no-repeat;
color: #aabccc;
line-height:18px;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
padding-bottom: 5px;
padding-left:10px;
height: auto; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}
.menu
	{
	font-size:11px;
	font-family:Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:bold;
	
	}
.menu a
	{
	font-size:11px;
	font-family:Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	line-height:18px;
	}
.menu a:hover
	{
	font-size:11px;
	font-family:Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
	color:#e7f8fd;
	text-decoration:underline;
	font-weight:bold;
	}
	
	
	
	.applemenu1{
	margin: 0px 0;
	padding: 0;
	width: 213px;
}

.applemenu1 div.silverheader a{
	/*background: black url(../images/silvergradient.gif) repeat-x center left;*/
	font: bold 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
	color:#e7f8fd;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding-left: 10px;
	padding-bottom: 4px;
	text-decoration: none;
	background:url(../images/pi3.jpg) no-repeat;
	line-height:18px;
	
}


.applemenu1 div.silverheader a:active{
color: #aabccc;
line-height:18px;
}


.applemenu1 div.selected a, .applemenu1 div.silverheader a:hover{
background:url(../images/pi3.jpg) no-repeat;
color: #aabccc;
line-height:18px;
}

.applemenu1 div.submenu{ /*DIV that contains each sub menu*/
padding-bottom: 5px;
padding-left:10px;
height: auto; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}