.left_menu_items{
	float:right;
	width:200px;
	min-height:45px;
	/*margin-top:5px;*/
	margin-bottom:5px;
	/*padding-top:5px;*/
}



.top_parent{
	width:172px;
	height:21px;
	float:right;
	margin-bottom:5px;
	text-align: right;
	padding-right:15px;
	padding-top:4px;
	background:url(parent_ar.png)  top right no-repeat;
}



.sub_menu_item{
	width:172px;
	height:25px;
	float:right;
	text-align: right;
	margin-bottom:5px;
	padding-right:15px;
	color:#989b9e;
	background:url(normal_ar.png)  top right no-repeat;
	
}



.current_sub_menu{
	color:#E3E3E3;
	background:url(current_ar.png)  top left no-repeat;
}

.sub_menu_item:hover{background:url(current_ar.png)  top left no-repeat;}

.sub_menu_item a{ display:block; padding-top:4px; color:#989b9e;}
.sub_menu_item:hover a{ width:100%; opacity:1;color:#E3E3E3;}
.current_sub_menu a{color:#E3E3E3;}
.left_menu_items  a .top_parent{font-size:15px; color:white;}