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

.applemenu{
	padding: 3px;
	width: 165px; /*width of menu*/
	border: 1px solid #9A9A9A;
	position: absolute;
	left: 620px;
	top: 422px;
	corner-radius: 4px;
	borderAlpha: 1;
	roundedBottomCorners: true;
	roundedTopCorners: true;
	font-size: 12px;
	background-color: #FFFFFF;
	overflow: hidden;
}

.applemenu a{
	color: #F95100;
}

.applemenu div.silverheader a{
background: #FFFFFF url(../images/fondgris.gif);
 repeat-x center left;
font-family: Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
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;
text-shadow: #262626 1px 1px;
}


.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
color: #FFFFFF;
text-shadow: #262626 1px 1px;
}

.applemenu div.selected a, .applemenu div.silverheader a:hover{
background-image: url(../images/fondorange.png);
fondbleu.gif";
color: #FF8040;
text-shadow: #262626 1px 1px;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
	color: #000000;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	padding: 7px;
	overflow: auto;
	height: 100px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}

.submenu h2 {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 10px;
	text-align: left;
}

.submenu {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 10px;
	text-align: left;
}

#p2 {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 10px;
	color: #FF8040;
}
