/* telerik RadPanelBar 4 HRSRHSkin skin */
.RadPanelbar_HRSRHSkin
/**/{
 width: 100%;                 /* sets the size of the menu blocks */
  /*border: 0px solid #FFF;       puts a black border around the menu blocks */
  /*background-color: #FE5697; */     /* makes the menu blocks mint green - a bg-color MUST be included for IE to work properly! */
  padding-left: 0px;           /* stops the usual indent from ul */
  padding-right:0px;
  border-bottom: 1px;
  border-bottom-color: White;
  cursor: default;             /* gives an arrow cursor */
  margin-left: 0px;            /* Opera 7 final's margin and margin */
  height: 30px;
}
.RadPanelbar_HRSRHSkin .text
 { font-size: 11px; font-family: Verdana, Arial, Sans-serif; font-variant: normal; line-height: normal; padding: 11px 20px 3px; height: 30px }
/* root item */
.RadPanelbar_HRSRHSkin .rootGroup .text
  { border-bottom: 1px solid #ffffff }
/* added by Nazer 
.RadPanelbar_HRSRHSkin .group .text

       { color: #fff; font-weight: normal; background-color: #fe5697; padding: 4px 20px 4px 10px; border-bottom: 1px inset #fff }
*/
 .RadPanelbar_HRSRHSkin .level1 .text
{
	padding: 8px 20px 6px 30px;
	 font-size:smaller;
}
 .RadPanelbar_HRSRHSkin .level1 .link:hover
{
	color: #000000;
}

/* end of Nazer's addition */
.RadPanelbar_HRSRHSkin .rootGroup .link:hover { color: #fe5697; background-color: #d5f685; cursor: default }

.RadPanelbar_HRSRHSkin a.focused
{
  border: 0px solid #FFFFFF;     /*  puts a white border around the menu blocks */
  background-color: #D5F685 !important;     /*  makes the menu blocks mint green - a bg-color MUST be included for IE to work properly! */
  cursor: default;             /* gives an arrow cursor */
  color: #FE5697 !important;
}
