.left_subMenu {
	width: 120px;
	padding: 10px 5px 10px 5px;
	margin-bottom: 20px;
	border-collapse: separate !important;
	background: #F480A6;
	-pie-background: #F480A6;
	border-radius: 10px 10px 10px 10px;
	behavior: url(/css/PIE-1.0.0/PIE.htc);
}

.left_subMenu.admin {
	padding: 10px !important;
	text-align: left;
}

.left_subMenu.admin td {
	*padding: 0px 10px 0px 10px;
}

.left_subMenu_index {
	color: #FFFFFF;
}

.circle {
	float: right;
	position: relative;
	top: 2px;
	top: -moz-5px; 
	+top: 2px;
	right: 5px;
	border-radius: 100%;
	behavior: url(/css/PIE-1.0.0/PIE.htc);
	box-shadow: 1px 2px 2px 0px #979690; 
	+box-shadow: 1px 2px 2px 0px;
	width: 7px;
	height: 7px;
}

.circle.black {
	background: #000000;
}

.circle.white {
	background: #FFFFFF;
}

#loginBtn {
	position: relative;
	margin: 10px 0px 10px 0px !important;
	border-radius: 20px;
	behavior: url(/css/PIE-1.0.0/PIE.htc);
	font-size: 12px !important;
	font-weight: bold !important;
	color: black !important;
	width: 85px !important;
	box-shadow: 1px 2px 0px #3E3E3E !important;
	text-transform: uppercase !important;
	border: 0px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	height: 18px \9;
}

#logoutBtn {
	position: relative;
	margin: 5px 0px 5px 0px !important;
	border-radius: 20px !important;
	behavior: url(/css/PIE-1.0.0/PIE.htc);
	font-size: 12px !important;
	font-weight: bold !important;
	color: #FFFFFF;
	background-color: #000000;
	width: 85px;
	box-shadow: 1px 2px 0px #C0BFBA !important;
	text-transform: uppercase !important;
	border: 0px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF \9;
	height: 18px \9;
}

#loginBtn:active, #logoutBtn:active {
	top: 1px;
	left: 2px;
	box-shadow: 0px 0px 0px #3E3E3E;
}

#loginBtn:hover, #logoutBtn:hover {
	cursor: pointer;
}

#searchBtn {
	font-size: 12px;
	padding: 4px !important;
	margin: 0px !important;
	font-weight: 600;
	height: 27px;
	width: 27px;
	border: 1px solid #c0c0c0;
	background: #FFFFFF;
	border-radius: 100%;
	behavior: url(/css/PIE-1.0.0/PIE.htc);
}