/* telerik RadPanelBar 4 Telerik skin */

/* panelbae wrapper */
.RadPanelbar_EJIndustries
{
	/* style rules for the entire menu box */
	background: transparent;
	margin:0px 0px 0px 0px; /* overall margin */
	width: 150px !important; /* overall width */
	font-size:12px; 
	margin:0; 
	padding:0; 
	list-style:none;
	color:#534229;
}

.RadPanelbar_EJIndustries .text
{
	padding: 0px 0px 0px 0px; /* padding for the top level menu items */
	margin-bottom: 10px;
	line-height: 100%; /* the line height of the top level menu items */
	color:#534229;
}

.RadPanelbar_EJIndustries .RootGroup .item .link .text a:hover

{
	color: #534229;
	text-decoration: underline;
	line-height: 100%;
}

.RadPanelbar_EJIndustries .image
{
	margin: 4px 0px;
}

.RadPanelbar_EJIndustries .rootGroup .text
{
	color:#534229;
	
}

.RadPanelbar_EJIndustries .rootGroup a.link:hover .text
{
	color:#534229;
	text-decoration: underline;
	
}

.RadPanelbar_EJIndustries .group .text
{
	background: transparent;
	color:#8b0b04; /* the color of the 2nd level menu items */
	line-height: 100%; /* the line height of the 2nd level menu items */
	margin-bottom: 6px;
}

.RadPanelbar_EJIndustries .group .last a.link
{
	/* adds extra margin to the bottom of the last 2nd level menu item
		do margin instead of padding */
		
	margin: 0px 0px 10px 0px; 
}



/*  this is the selected or expanded TOP LEVEL menu item */
.RadPanelbar_EJIndustries .rootGroup .CurrentlyActiveItem .text,
.RadPanelbar_EJIndustries .rootGroup .selected .text,
.RadPanelbar_EJIndustries .rootGroup .expanded .text
{
	color:#8b0b04; 
	font-weight:bold; 
	background:url(img/ico_arrow1.gif) right no-repeat; 
	padding-right:12px;
}

.RadPanelbar_EJIndustries .rootGroup  a:hover.CurrentlyActiveItem .text
{
	color:#8b0b04; 
	font-weight:bold; 
	background:url(img/ico_arrow1.gif) right no-repeat; 
	padding-right:12px;
	text-decoration: underline;
}

.RadPanelbar_EJIndustries .rootGroup .link CurrentlyActiveItem .link .text a.hover
{
	color:#8b0b04; 
	font-weight:bold; 
	background:url(img/ico_arrow1.gif) right no-repeat; 
	padding-right:12px;
	text-decoration: underline;
}

.RadPanelbar_EJIndustries .group .selected .text
{
	text-decoration: underline;
	color:#8b0b04;
}

.RadPanelbar_EJIndustries .level2 .link
{
	color:#8b0b04; 
	font-weight:bold; 
	background:url(img/ico_arrow1.gif) right no-repeat; 
	padding-right:12px;
}


.RadPanelbar_EJIndustries .group .expanded .text,
{
	color:#534229;
	text-decoration: underline;
	background: none;
	font-weight: normal;
}

.RadPanelbar_EJIndustries .rootGroup .disabled:hover,
.RadPanelbar_EJIndustries .rootGroup .disabled .text
{
	color:#8b0b04;
	text-decoration: underline;
	background: none;
	font-weight: normal;
}

.RadPanelbar_EJIndustries .rootGroup .group .disabled:hover,
.RadPanelbar_EJIndustries .rootGroup .group .disabled .text
{
	color:#534229;
	text-decoration: underline;
	background: none;
	font-weight: normal;
}

.RadPanelbar_EJIndustries .rootGroup .level2 .disabled:hover
{
	color:#534229;
	text-decoration: underline;
	background: none;
	font-weight: normal;
}

