.RadMenu_TBoLaw
{

	font-family:"Trebuchet MS", Helvetica, Verdana, sans-serif;
	letter-spacing: +0.1em; 
}

.RadMenu_TBoLaw .group
{
border: solid 1px #fff;
background-color: #B61622; 
line-height: 20px;
font-size: 11px;

} 
.RadMenu_TBoLaw .rootGroup
{
padding: 0px;
margin: 0px;
line-height: 40px !important;
font-size: 12px;
}

.RadMenu_TBoLaw .rootGroup .link,
.RadMenu_TBoLaw .rootGroup .link:visited,
.RadMenu_TBoLaw .rootGroup .disabled,
.RadMenu_TBoLaw .rootGroup .disabled:hover
 {
	color:#fff;
	padding-left: 19px;
	padding-right: 19px;
	text-decoration:none;
	cursor:pointer;
	background-color: transparent; 
	font-weight:bold;
	text-align:center;
	border-right: #B61622 1px solid;
}

.RadMenu_TBoLaw .rootGroup .link:hover
 {
	color:#fff;
	padding-left: 19px;
	padding-right: 19px;
	border-left: 0px solid #fff;
	border-right: #B61622 1px solid;
	text-decoration:none;
	cursor:pointer;
	background-color: #B61622;
	font-weight:bold;
	text-align:center;

}

.RadMenu_TBoLaw .group .link,
.RadMenu_TBoLaw .group .link:visited,
.RadMenu_TBoLaw .group .disabled,
.RadMenu_TBoLaw .group .disabled:hover
{
	color:#fff;
	padding-left: 13px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration:none;
	cursor:pointer;
	background-color: #B61622; 
	font-weight:normal;
	text-align:left;
	border: solid 1px #B61622; 
}

.RadMenu_TBoLaw .group .link:hover
{
	padding-left: 13px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	cursor:pointer;
	font-weight:normal;
	text-align:left;
	background-color: #fff;
	background-image:url(img/spacer.gif);
	color:#B61622;
	border: solid 1px #B61622;
}

.RadMenu_TBoLaw .text
{
	cursor:pointer;
}

