/* CSS Document */
.mainmenu{
	font-family:tahoma;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	z-index:2;
}
.parent{
	direction:rtl;
	border:0px;
	border-bottom: 0px solid #934100;
	font-family:tahoma;
	font-size:13px;
	width:145px;
}

.parent_node{
	height:20px;
	cursor:pointer;
	/*background-color:#ffffff;*/
}

.parent_node_over{
	height:20px;
	cursor:pointer;
	background-color:#EBEBEA;
}

.parent_node_click{
	height:20px;
	cursor:pointer;
	background-color:#934100;
}

.parent_icon{
	display:none;
	width:23px;
	text-align:center;
	/*background-color:#934100;*/
	border-bottom:1px solid #934100;
	border-left:1px solid #934100;

	
}

.parent_text{
	padding-left:2px;
	padding-right:2px;
	border-bottom:1px solid #934100;
}

.parent_arrow{
	width:15px;
	border-bottom:1px solid #934100;
}

.inner_div{
	position:absolute;
	background-color:#F3CAB6;

}
.inner{
	direction:rtl;
	border:0px solid #934100;
	font-family:tahoma;
	font-size:13px;
	width:145px;
}

.inner_node{
	height:20px;
	cursor:pointer;
	background-color:#E0EBEC;
}

.inner_node_over{
	height:20px;
	cursor:pointer;
	background-color:#f0f0f0;
}

.inner_node_click{
	height:20px;
	cursor:pointer;
	background-color:#934100;
}

.inner_icon{
	display:none;
	width:23px;
	text-align:center;
	/*background-color:#934100;*/

	border-bottom:1px solid #934100;
	border-left:1px solid #934100;

}

.inner_text{
	padding-left:2px;
	padding-right:2px;
	border-bottom:1px solid #934100;
}

.inner_arrow{
	width:15px;
	border-bottom:1px solid #934100;
}
