#SwitchConsole {
	position: absolute;
	right: 2px;
	top: 0px;
	/*width: 212px;*/ 
	width: 151px;
	z-index: 10000;
}
a#switchToEditLink,
a#switchToEditLink span {
	/*width: 128px;*/
	width: 73px;
	height: 33px;
	display: block;
	float: left;
}
a#directEditLink,
a#directEditLink span {
	/*width: 84px;*/
	width: 78px;
	height: 33px;
	display: block;
	float: left;
	clear: right;
}
#SwitchConsole a {
	opacity: 0.8;
	_filter: alpha(opacity=80);
	text-decoration: none;
	cursor: pointer;
}
#SwitchConsole a:hover {
	opacity: 1.0;
	_filter: alpha(opacity=100);
}
#SwitchConsole a span {
	color: #8E897B;
	font: bold 10px verdana, sans serif;
	text-indent: -4000px;
}
a#switchToEditLink span {
	background-image: url(/design/webauthor/www/img/edit_site.png);
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/design/webauthor/www/img/edit_site.png',sizingMethod='crop');
	_background-image: none;
}
a#directEditLink span {
	background-image: url(/design/webauthor/www/img/edit_page.png);
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/design/webauthor/www/img/edit_page.png',sizingMethod='crop');
	_background-image: none;
}
a#directEditLink.locked span {
	background-image: url(/design/webauthor/www/img/edit_page_locked.png);
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/design/webauthor/www/img/edit_page_locked.png',sizingMethod='crop');
	_background-image: none;
}