/*
#user_edit_form #tabNav li {
	padding: 10px;
	background-color: #CCCCCC;
	background: -moz-linear-gradient(bottom, #ccc, #eee);
	background: -webkit-gradient(linear, center bottom, center top, from(#ccc), to(#eee)); 
	margin: 5px 5px 5px 0px;
}

#user_edit_form #tabNav li:hover {
	background-color: #EEEEEE;
	background: -moz-linear-gradient(bottom, #eee, #ccc);
	background: -webkit-gradient(linear, center bottom, center top, from(#eee), to(#ccc));
	cursor: pointer;
}
*/
/*become-a-cdpe-new.html*/
#become_tabs ul {
	padding: 0px !important;
	margin-left: -20px !important;
	margin-top: 15px !important;
}

#become_tabs li {
	padding: 10px;
	background-color: #CCCCCC;
	background: -moz-linear-gradient(bottom, #ccc, #eee);
	background: -webkit-gradient(linear, center bottom, center top, from(#ccc), to(#eee)); 
	margin: 0px;
}

#become_tabs li {
	padding: 10px;
	background-color: #CCCCCC;
	background: -moz-linear-gradient(bottom, #ccc, #eee);
	background: -webkit-gradient(linear, center bottom, center top, from(#ccc), to(#eee)); 
	margin: 0px;
}
