ul#page_list{
	list-style-type:none;
	margin:0px;
	padding:0px;
}

ul#page_list li{
	margin:2px 0px;
}

ul#page_list li div.menu_list_title{
	-moz-border-radius: 3px;
	-webkit-border-radius:  3px;
	border-radius:  3px;
	border:1px solid #e7e7e7;
	padding:2px 5px;
	background-color:#413738;
	background-image:url(/content/themes/Admin/images/menubarbg.jpg);
	background-repeat:repeat-y;
	background-position:right;
	font-size:10px;
	color:#ffffff;
	cursor:move;
	border-color: #e7e7e7 #e7e7e7 #BCBCBC;
}	

ul#page_list li div.menu_list_title div.menu_list_remove{
	display:none;
	float:right;
	cursor:pointer;
}

ul#page_list li div.menu_list_title div.menu_list_edit{
	display:none;
	float:right;
	cursor:pointer;
}

ul#page_list li div.menu_list_content{
	display:none;
}

ul#page_list li ul{
	display:none;
}

ul.menu_list{
	padding:0px;
	margin:0px;
	min-height:300px;
}

ul.menu_list, .menu_list ul{
	list-style-type:none;
	padding-top:1px;
}

ul.menu_list li div.menu_list_title{
	font-weight:bold;
	-moz-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius:  3px 3px 0px 0px;
	border-radius:  3px 3px 0px 0px;
	border:1px solid #e7e7e7;
	background-color:#413738;
	background-image:url(/content/themes/Admin/images/menubarbg.jpg);
	background-repeat:repeat-y;
	background-position:right;
	padding:5px 20px;
	font-size:16px;
	color:#ffffff;
	cursor:move;
	border-color: #e7e7e7 #e7e7e7 #BCBCBC;
}

ul.menu_list .placeholder {
	border: 1px dashed #4183C4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	min-height:44px;
}

ul.menu_list .mjs-nestedSortable-error {
	background: #fbe3e4;
	border-color: transparent;
}

ul.menu_list {
	margin: 0;
	padding: 0;
	padding-left: 30px;
}

ul.menu_list, ul.menu_list ul {
	margin: 0 0 0 25px;
	padding: 0;
	list-style-type: none;
}

ul.menu_list {
	margin: 0px 0;
}

.menu_list li {
	margin: 5px 0 0 0;
	padding: 0;
}

.menu_list li div  {
	border: 1px solid #e7e7e7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-color: #e7e7e7 #e7e7e7 #BCBCBC;
	padding: 6px;
	margin: 0;
	cursor: move;
	background: #f6f6f6;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);

}

ul.menu_list li div.menu_list_content{
	padding:20px;
	background-color:#fefefe;
	background-image:url(header_menubg-over.jpg);
	background-repeat:repeat-x;
	-webkit-border-radius: 0px 0px 3px 3px;
	-moz-border-radius: 0px 0px 3px 3px;
	border-radius: 0px 0px 3px 3px;
}

ul.menu_list li div.menu_list_title div.menu_list_remove{
	font-size:10px;
	float:right;
	cursor:pointer;
	border:0px;
	background:none;
	padding:3px;
	border: 1px solid #e7e7e7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-color: #e7e7e7 #e7e7e7 #BCBCBC;
	background: #666666;
	text-transform:uppercase;
}

ul.menu_list li div.menu_list_title div.menu_list_edit{
	font-size:10px;
	float:right;
	cursor:pointer;
	border:0px;
	background:none;
	padding:3px;
	border: 1px solid #e7e7e7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-color: #e7e7e7 #e7e7e7 #BCBCBC;
	background: #666666;
	text-transform:uppercase;
	margin-right:3px;
}



