﻿.sitemapminimenu
{
	width:24px;
	position:fixed;
	float:right;
	right:20px;
	margin-top:10px;
	z-index:30000;
	border:solid 1px #a08c8c;
	border-top: solid 1px #ede3e3;
	border-left: solid 1px #ede3e3;
	background-color:#f2f2f7;
}
.sitemapminimenu .minimenuhead
{
	width:100%;
	height:16px;
	overflow:hidden;
	background-image:url(images/editorminimenu/minimenutop.gif);
}
.sitemapminimenu a
{
	background-image:url(images/treeview/minimenu/linkbg.gif);
	border-right:solid 1px #8a7777;
	border-bottom:solid 1px #9a9595;
	border-left:solid 1px #bbbbbb;
	border-top:solid 1px #6c8a9d;
	min-height:25px;
	min-width:22px;
	height:25px;
	width:22px;
	display:block;
	text-align:center;
	vertical-align:middle;
	padding:0px;
	margin:0px;
}
.sitemapminimenu a:hover 
{
	border: solid 1px #54afa1;
}
.sitemapminimenu .disabled
{
	filter:alpha(opacity=40);
	-moz-opacity:.40;
	opacity:.40;
}
.sitemapminimenu .enabled
{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
.sitemapminimenu .disablewebpage
{
	width:100%;
	height:100%;
	background:url(images/sitemenu/contextmenu/disablewebpage.gif);
}
.sitemapminimenu .enablewebpage
{
	width:100%;
	height:100%;
	background:url(images/sitemenu/contextmenu/enablewebpage.gif);
}
.sitemapminimenu .enablecascade
{
	width:100%;
	height:100%;
	background:url(images/sitemenu/contextmenu/enablewebpagecascade.gif);
}
.sitemapminimenu .newwebpage
{
	width:100%;
	height:100%;
	background:url(images/sitemenu/contextmenu/newwebpage.gif);
}
.sitemapminimenu .newfolder
{
	width:100%;
	height:100%;
	background:url(images/sitemenu/contextmenu/newfolder.gif);
}
.sitemapminimenu .recyclebin
{
	width:100%;
	height:100%;
	background:url(images/sitemenu/contextmenu/recyclewebpage.gif);
}