.EditUserTab {
	padding-top: 2px;
	margin-right: 0px;
	margin-left: 20px;
	color: #000000;
	background-color: #EEEEEE;
	border: 1 solid #000000;
	border-bottom-width: 0px;
	width: 100px;
	text-decoration: none;
	font-weight: bold;
}

.EditUserTab:link {
}

.EditUserTab:visited {
}

.EditUserTab:hover {
	background-color: #DDDDDD;
}

.EditUserTab:active {
	background-color: #BBBBBB;
}

.EditUserTab_Selected {
	padding-top: 2px;
	margin-right: 0px;
	margin-left: 20px;
	color: #000000;
	background-color: #AAAAAA;
	border: 1 solid #000000;
	border-bottom-width: 0px;
	width: 100px;
	text-decoration: none;
	font-weight: bold;
}