/* CSS Document */
.mainmenu{
	font-family:tahoma;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	z-index:2;
}
.parent{
	direction:ltr;
	border:0px;
	border-bottom: 0px solid #F6A880;
	font-family:tahoma;
	font-size:11px;
	width:134px;
}

.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:#F6A880;
}

.parent_icon{
	display:none;
	width:23px;
	text-align:center;
	/*background-color:#F6A880;*/
	border-bottom:1px solid #F6A880;
	border-left:1px solid #F6A880;

	
}

.parent_text{
	padding-left:2px;
	padding-right:2px;
	border-bottom:1px solid #F6A880;
}

.parent_arrow{
	width:15px;
	border-bottom:1px solid #F6A880;
}

.inner_div{
	direction:ltr;
	position:absolute;
	background-color:#F3CAB6;

}
.inner{
	direction:ltr;
	border:0px solid #F6A880;
	font-family:tahoma;
	font-size:11px;
	width:134px;
}

.inner_node{
	height:20px;
	cursor:pointer;
	background-color:#FAE8E0;
}

.inner_node_over{
	height:20px;
	cursor:pointer;
	background-color:#f0f0f0;
}

.inner_node_click{
	height:20px;
	cursor:pointer;
	background-color:#F6A880;
}

.inner_icon{
	display:none;
	width:23px;
	text-align:center;
	/*background-color:#F6A880;*/

	border-bottom:1px solid #F6A880;
	border-left:1px solid #F6A880;

}

.inner_text{
	padding-left:2px;
	padding-right:2px;
	border-bottom:1px solid #F6A880;
}

.inner_arrow{
	width:15px;
	border-bottom:1px solid #F6A880;
}

