/* RadPanelbar 4 HQ skin */

/* panelbar wrapper */
.RadPanelbar_HQ
{
	background: white;
	white-space: nowrap;
	width: 160px !important;
}

.RadPanelbar_HQ .text
{
	padding: 0px 12px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

.RadPanelbar_HQ .image
{
	margin: 4px 16px;
}



.RadPanelbar_HQ .rootGroup .text, .RadPanelbar_HQ .rootGroup .selected .text
{
  color:#FFFFFF;
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  font-weight:bold;
  line-height: 28px;
  background: white url('Img/sidebar_none_top.gif') no-repeat;
  background-position:left;
}

.RadPanelbar_HQ .rootGroup .rootcustom1
{
  height:28px;
  border:solid 0px blue;
}
.RadPanelbar_HQ .rootGroup .rootcustom1 .text
{
  font-size:1px;
  color:transparent;
  #color:none;
  _color:white;
  padding-left:160px; /*hide title of the page*/
  background: white url('Img/sidebar_company_top.gif') no-repeat !important;
  background-position:left;
}
.RadPanelbar_HQ .rootGroup .rootcustom2
{
  height:28px;
  border:solid 0px red;
}
.RadPanelbar_HQ .rootGroup .rootcustom2 .text
{
  font-size:1px;
  color:transparent;
  #color:none;
  _color:white;
  padding-left:160px; /*hide title of the page*/
  background: white url('Img/sidebar_products_top.gif') no-repeat !important;
  background-position:left;
}
.RadPanelbar_HQ .rootGroup .rootcustom3
{
  height:28px;
  border:solid 0px blue;
}
.RadPanelbar_HQ .rootGroup .rootcustom3 .text
{
  font-size:1px;
  color:transparent;
  #color:none;
  _color:white;
  padding-left:160px; /*hide title of the page*/
  background: white url('Img/sidebar_demos_top.gif') no-repeat !important;
  background-position:left;
}
.RadPanelbar_HQ .rootGroup .rootcustom4
{
  height:28px;
  border:solid 0px blue;
}
.RadPanelbar_HQ .rootGroup .rootcustom4 .text
{
  font-size:1px;
  color:transparent;
  #color:none;
  _color:white;
  padding-left:160px; /*hide title of the page*/
  background: white url('Img/sidebar_info_top.gif') no-repeat !important;
  background-position:left;
}
.RadPanelbar_HQ .rootGroup .rootcustom5
{
  height:28px;
  border:solid 0px blue;
}
.RadPanelbar_HQ .rootGroup .rootcustom5 .text
{
  font-size:1px;
  color:transparent;
  #color:none;
  _color:white;
  padding-left:160px; /*hide title of the page*/
  background: white url('Img/sidebar_portals_top.gif') no-repeat !important;
  background-position:left;
}

/*
.RadPanelbar_HQ .rootGroup .rootcustom6
{
  height:28px;
  border:solid 0px blue;
}
.RadPanelbar_HQ .rootGroup .rootcustom6 .text
{
  font-size:1px;
  padding-left:160px; /*hide title of the page*/
  background: white url('Img/sidebar_booking_top.gif') no-repeat !important;
  background-position:left;
}
.RadPanelbar_HQ .rootGroup .rootcustom7
{
  height:28px;
  border:solid 0px blue;
}
.RadPanelbar_HQ .rootGroup .rootcustom7 .text
{
  color:#FFFFFF;
  font-family:Arial, Helvetica, sans-serif;
  font-size:1px;
  color:transparent;
  font-weight:bold;
  line-height: 28px;
  background: white url('Img/sidebar_none_top.gif') no-repeat !important;
  background-position:left;
}
.RadPanelbar_HQ .rootGroup .rootcustom8
{
  height:28px;
  border:solid 0px blue;
}
.RadPanelbar_HQ .rootGroup .rootcustom8 .text
{
  color:#FFFFFF;
  color:transparent;
  font-family:Arial, Helvetica, sans-serif;
  font-size:1px;
  font-weight:bold;
  line-height: 28px;
  background: white url('Img/sidebar_none_top.gif') no-repeat !important;
  background-position:left;
}
*/
.RadPanelbar_HQ .rootGroup .link
{
	color:#FFFFFF;
	text-decoration:none;
	/*background: white url('Img/HeaderBg.gif') no-repeat;
	color: #877560;*/
}
.RadPanelbar_HQ .rootGroup .link:hover
{
	color:#FFFFFF;
	text-decoration:none;
	/*background: white url('Img/SelectBg.gif') no-repeat;
	color: #877560;*/
}



.RadPanelbar_HQ .group /* all area of sliding submenu*/
{
	padding:0 0 8px 0;
	background-image: url('Img/sidebar_bottom.gif');
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:bottom;
}
.RadPanelbar_HQ .group .text
{
   color:#FFFFFF;
   font-family:Arial, Helvetica, sans-serif;
   font-size:11px;
   font-weight:bold;	   
   line-height: 20px;
   background-color: #999999;
   text-align: left;
   padding-left: 20px;
   background: url('Img/ListItem.gif') no-repeat 10px center;
}

.RadPanelbar_HQ .group .link
{
   background-color: #999999;
   border: 1px solid;
   border-color: #FFFFFF #666666 #666666 #000000;
   color: #FFFFFF;
   text-decoration: none;    
}

.RadPanelbar_HQ .group .link:hover
{
   background-color: #666666;
   border: 1px solid;
   border-color: #000000 #FFFFFF #666666 #666666;
   text-decoration: none;
   padding-left:1px;    
}



.RadPanelbar_HQ .rootGroup .selected
{
}

.RadPanelbar_HQ .group .selected .text
{
   color:#FFFFFF;
   font-family:Arial, Helvetica, sans-serif;
   font-size:11px;
   font-weight:bold; 
   text-decoration: none;     
   line-height: 20px;
   text-align: left;
   background: url('Img/ListItem.gif') no-repeat 12px center;
   background-color: #666666;
   border: 1px solid;
   border-color: #666666 #666666 #666666 #666666;
   padding-left: 22px;
}
