﻿
#SideBar .PracticeLeaders h2
{
	border-bottom:1px solid #999999;
	color:#03202F;
	font-family:Arial,Helvetica,"Sans Serif";
	font-size:15px;
	font-weight:normal;
	margin:0 10px 5px 10px;
	padding-bottom:7px;	
}

#SideBar .PracticeLeaders .PracticeLeadersTop
{
	width:187px;
	height:10px;
	margin:15px 0 0 15px;
	background: transparent url(img/news_panel_Top.png) no-repeat top left;
}
#SideBar .PracticeLeaders .PracticeLeadersMiddle
{
	width:187px;
	margin:0 0 0 15px;
	background: transparent url(img/news_panel_mid.png) repeat-y top left;
}
#SideBar .PracticeLeaders .PracticeLeadersBottom
{
	width:187px;
	height:10px;
	margin:0 0 0 15px;
	margin-bottom:15px;
	background: transparent url(img/news_panel_Bottom.png) no-repeat top left;

}

#SideBar .PracticeLeaders .rtsUL
{
	margin:0 10px 0;
	list-style:none;
	padding:0;
	padding-bottom:5px;
	
}
#SideBar .PracticeLeaders .rtsLI
{
	display:block;
	margin:5px 0 0 0;
}
#SideBar .PracticeLeaders .rtsLI .rtsTxt
{
	font-family: "trebuchet MS", Arial, Helvetica, "Sans Serif";
	font-size:11px;
	font-weight:normal;
}

#SideBar .PracticeLeaders .rtsLink:link,
#SideBar .PracticeLeaders .rtsLink:visited
{
	display:block;
	color: #0088ce;
	text-decoration:none;
	
}

#SideBar .PracticeLeaders .rtsLink:hover,
#SideBar .PracticeLeaders .rtsLink:active
{
	color: #a9b400;
	text-decoration:underline;

}

#SideBar .PracticeLeaders .rtsSelected .rtsTxt
{
	color: #a9b400 !important;
}

#SideBar .PracticeLeaders div.rtsUnSelected .rtsSelected .rtsTxt
{
	color: #0088ce !important;
}
