#menu_bar {
	font-family: arial, sans-serif;
	font-size: 9pt;
	background: #7636cc;
	width: 825px;
	float: left;
	text-align: left;
	position: relative;
	margin-bottom: 20px;
	color: #808080;
}

#menu_bar ul {
	margin: 0;
	padding: 0;
}

.big_check_menu li {
	margin: 0;
	background: url( '/assets/3rdGen/images/tab_norollover_thin.png' ) no-repeat;
	list-style: none;
	width: 100px;
	height: 50px;
	float: left;
	position: relative;
}

a.centered {
	text-decoration: none;
	display: block;
	padding-top: 16px;
	width: 100px;
	height: 34px;
	text-align: center;
	color: #000000;
}

a.two_lines {
	padding-top: 8px;
	height: 42px;
}

.big_check_menu li div {
	margin-right: 3px;
	background: #3cb44b;
	float: left;
	width: 65px;
	height: 65px;
	color: #ffffff;
	position: relative;
}

.big_check_menu li span {
	background: #3cb44b;
	position: absolute;
	bottom: 0;
	right: 0;
}

.big_check_menu a:hover {
	background: #7636cc url( "/assets/3rdGen/images/tab_rollover_thin.png" ) no-repeat;
	color: #000000;
}

.basic_menu ul {
	margin: 0;
	padding: 0;
	border: 5px solid #000000;
}

.basic_menu li {
	background: #d9d9d9;
	margin: 0 3px 3px 0;
	float: left;
	list-style: none;
}

.basic_menu li a {
	text-decoration: none;
	width: 133px;
	height: 27px;
	padding-top: 3px;
	display: block;
	text-align: center;
	color: #000000;
}

#users .basic_menu li a {
	width: 225px;
}

.basic_menu li a:hover {
	background: #3cb44b;
	color: #000000;
}

#members ul {
    list-style: none;
	padding: 0;
	margin: 0;
}

#members li {
	background: #3cb44b;
	margin-bottom: 3px;
	width: 100%;
	height: 75px;
}

#members a {
	height: 75px;
	line-height: 75px;
	text-decoration: none;
	display: block;
	color: #ffffff;
}

#members a:hover {
	background: #7636cc;
}

#members .img_left {
	float: left;
	vertical-align: middle;
}

#members .img_right {
	float: right;
	vertical-align: middle;
}

a.green_button {
	font-weight: bold;
	font-size: 115%;
	color: #3cb44b;
}

a.green_button:hover {
	color: #7636cc;
}
