#AdminMenu_MenuBackPanel
{
	/*Height > top by 60*/
	width:210px;
	background-color:#efefef;
	/* 55 x 55 image size is best fit for the menu */
	position:absolute;
	left: -156px;
	top: -385px;
	z-index:5500;
	padding:2px;
	border:0px;
}
#AdminMenu_MenuPanel
{
	/*Height > top by 60*/
	min-height:442px;
	height:auto !important;
	_height:448px;	
	width:210px;
	background-color:#efefef;
	/* 55 x 55 image size is best fit for the menu */
	background-image:url(CMSLogo.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
	position:absolute;
	left: -156px;
	top: -385px;
	z-index:10000;
	padding:2px;
	border:solid 1px #999999;
	text-align: left;
	overflow: hidden;
}
#AdminMenu_MenuPanel li, #AdminMenu_MenuPanel ul
{
	padding:0;
	margin:0;
}
#AdminMenu_MenuPanel li
{
	list-style-type:none;
	list-style-image:none;
	
}
#AdminMenu_MenuPanel .MenuHeading
{
	padding:5px;
	color:#333333;
	font-weight:bold;
	background-color:#dddddd;
	border-bottom:solid 1px #999999;
}

#AdminMenu_MenuPanel a.MenuItem, #AdminMenu_MenuPanel a.MenuItem:Active, #AdminMenu_MenuPanel a.MenuItem:Hover, #AdminMenu_MenuPanel a.MenuItem:Visited
{
	width:	100%;
	color: #333333;
	height: 16px;
	vertical-align: middle;
	padding-left:	10px;
	padding-bottom:	0;
	padding-top:	0;
	padding-right:	3px;
	cursor: hand;
	text-decoration: none;
	font-size: 12px;
	
}
#AdminMenu_MenuPanel a.MenuItem:Hover
{
	color:#ffffff;
	background-color:#999999;
}