/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/* Vertical Menu */
#houseMenuV ul { /* all lists */
	margin: 0;
	padding: 0;
	border: solid 1px #999;
	list-style-type: none;
	list-style: none;
	float: right;
	width: 145px;
	font-family: TAhoma, Arial, Helvetica, Sans-Serif;
	font-size: 9px;
	/* background: transparent; */
    direction: rtl;
	text-align: right;

}

#houseMenuV li { /* all list items */
	margin: 0;
	padding: 0;
	/* border: 0; */
	list-style-type: none;
	list-style: none;
	position: relative;
	float: right;
	width: 136px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 400px;
	_width: 100%; /* width recognized by IE only to handle box model issues */
	/* end hack */
	line-height : 18px;
    direction: rtl;
	text-align: right;
	border-style:outset; border-width: 1px;
}

#houseMenuV li ul { /* second-level lists */
	position: absolute;
	right: 9999px;
	margin-right: 145px;
	_margin-right: 140px;
	margin-top: -21px;
	border: solid 1px #999;
	z-index: 999;
    direction: rtl;
	text-align: right;


}

#houseMenuV li ul ul { /* third-and-above-level lists */
	right: 9999px;
	z-index: 999;
	
}

#houseMenuV a {
	display: block;
	width: 136px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	 width: 45px;
	 _width: 100%; /* width recognized by IE only to handle box model issues */
	/* end hack */
	color: white;
	font-weight: bold;
	text-decoration: none;
	background-color: #74A865;


	padding: 1px 4px 2px 4px;
	opacity: .9;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	
}


#houseMenuV li a:hover {
    /* ********* rang font item entekhab shode! */
	color:#FF3300;

	/* ********* rang backround item entekhab shode! */
	background-color: #999;
	

}

#houseMenuV li:hover ul ul, 
#houseMenuV li:hover ul ul ul, 
#houseMenuV li.sfhover ul ul, 
#houseMenuV li.sfhover ul ul ul {
	right: 9999px;
}

#houseMenuV li:hover ul, 
#houseMenuV li li:hover ul, 
#houseMenuV li li li:hover ul, 
#houseMenuV li.sfhover ul, 
#houseMenuV li li.sfhover ul, 
#houseMenuV li li li.sfhover ul { /* lists nested under hovered list items */
	right: auto;
	z-index: 999;
}

#houseMenuV iframe {
	position: absolute;
	right: 0;
	top: 250;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: block;
}


/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#houseMenuParentItem a
{ /* all links under the parent item (li) */
	color: #eeeeee;
	background-color: #74A865;
	text-decoration: none;
}

a#houseMenuParentLink
{ /* parent link itself */
	color: #eeeeee;
	background-color: #74A865;
	text-decoration: none;
}

a#houseMenuCurrentLink
{ /* rang va backround safhe jari!  */
	color: #ffff00;
	background-color: #5F7AD3;
	text-decoration: none;
}