#practice_tabs
{
	font-family: Arial, sans-serif;
	font-size: 9px;
	margin-top: 10px;
}
#practice_tabs ul
{
	float:right;
}
#practice_tabs li
{
	float: left;
	background: url(practice_tab_default_r.jpg) no-repeat top right;
	/*background: url(blue_grad_bg.jpg) repeat-x top right;*/
	margin-left: 1px;
}
#practice_tabs li a
{
	text-decoration: none;
	padding: 5px 6px 6px 5px;
	background: url(practice_tab_default_l.jpg) no-repeat top left;
	/*background: url(blue_grad_bg.jpg) repeat-x top left;*/
	display: block;
	color: white;
	font-weight: bold;
}

#practice_tabs li:hover
{
	background: url(practice_tab_hover_r.jpg) no-repeat top right;
}
#practice_tabs a:hover
{
	background: url(practice_tab_hover_l.jpg) no-repeat top left;
}

#practice_tabs li.active
{
	background: url(practice_tab_active_r.jpg) no-repeat top right;
	/*background-image: none;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #283f6e;*/
}
#practice_tabs li.active a
{
	background: url(practice_tab_active_l.jpg) no-repeat top left;
	color: #283F6E;
	/*background-image: none;
	padding: 4px 6px 6px;*/
}