/* Omid News CSS Document */
.applemenu{	
	text-align:right;
	float:left;
	width:145px;
	height:100;
	overflow:visible;
	background-color:White;	
}

.applemenu div.silverheader a{	
	background-color:#ffffff;
	height:18px;	
	color:#0084c6;
	display: block;
	width: 128px;
	text-decoration: none;
	background-image:url(../images/menu/pvi_IconMenu.gif);
	background-repeat:no-repeat;
	background-position:top right;
	padding-bottom:4px;
	padding-top:3px;
	padding-right:15px;
	text-align:right;
	direction:rtl;
	cursor:pointer;
	border-bottom:dashed 1px #cacaca;
	border-right:solid 1px #ffffff;
	border-left:solid 1px #ffffff;

}

.applemenu div.silverheader a:active{
	width:128px;		
	background-color:#e5e5e5;
	color: #000000;
	direction:rtl;
	text-align:right;
	border-right:solid 1px #ffffff;
	border-left:solid 1px #ffffff;
}

.applemenu div.silverheader a:visited{
	color:#0084c6;
	text-align:right;
}


.applemenu div.selected a, .applemenu div.silverheader a:hover{
	width:128px;		
	background-color:#e5e5e5;
	color: #000000;
	direction:rtl;
	text-align:right;
	border-right:solid 1px #ffffff;
	border-left:solid 1px #ffffff;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
	direction:rtl;
	background: #cecece;
	padding: 1px;
	height: auto; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
	padding-right:5px;
	padding-bottom:5px;
	margin-bottom:1px;
	padding-top:5px;
}

.applemenu div.submenu a{
	font-size:11px;
	padding-right:5px;	
	color:#555555;
}

.applemenu div.submenu a:hover{
	color:#ffffff;
}