/* RadPanelBar WebBlue skin */

.RadPanelbar_AHSIS
{
	/* background: url('Img/internalAccordionBackground.gif') repeat-y; */
	/*white-space: nowrap; */
	
	
}
.RadPanelbar_AHSIS .rootGroup
{
}
/* global text properties */
.RadPanelbar_AHSIS .text
{
	font-family: Georgia;
	padding: 0px 25px;
	
	/*font: menu; */
}

/* global link styles */
.RadPanelbar_AHSIS .link
{
	
	color: #c05717;
	font-family: Georgia;
	font-size: 14px;
	text-decoration:none;
}

/* panelbar item icon [if any] */
.RadPanelbar_AHSIS .image
{
	margin:4px 0px;
	background: url('Img/arrow.png') no-repeat;
}

/* panelbar root items style */
.RadPanelbar_AHSIS .rootGroup .text
{
	background: transparent url('Img/InternalMenuItemBG.png') no-repeat; 
	font-weight: normal;
	padding-top: 0px;
	margin-top: 8px;
	margin-left: 15px;
}

/* panelbar root items style */
.RadPanelbar_AHSIS .rootGroup .link:hover
{
	color: #c05717;
	font-weight: bold;
	text-decoration:none;
}

/* panelbar root items style */
.RadPanelbar_AHSIS .rootGroup .link
{
	color: #16668e;
	font-weight:lighter;
	/*padding-top: 3px;
	padding-bottom: 3px; */
}

/* root items <li> style */
.RadPanelbar_AHSIS .rootGroup .item
{
	
}

/* li.first style */
.RadPanelbar_AHSIS .rootGroup .first
{
	border-top: 0px;
}

/* child items global style */
.RadPanelbar_AHSIS .group .text
{
	border: 0;
	background: transparent;
	font-weight:normal;
	padding: 0px 20px;
}

/* child items <li> style */
.RadPanelbar_AHSIS .group .item
{	
	border-top: 0px;
}

/* child items li.last */
.RadPanelbar_AHSIS .group .last
{
	border-bottom: 0px;
}

/* selected child item */
.RadPanelbar_AHSIS .group .selected .text
{
	background: #f0f2f4;
}

/* child items link style */
.RadPanelbar_AHSIS .group .link
{
	color: white;
}

/* child items link:hover style */
.RadPanelbar_AHSIS .group .link:hover
{
	background: lightgrey;
	color: black;
	text-decoration:underline;

}

.RadPanelbar_AHSIS .rootGroup .disabled:hover,
.RadPanelbar_AHSIS .rootGroup .disabled .text
{
	/*background: url('Img/MainItemNormal.gif') repeat-x; */
	color: #ccc;
	cursor: default;
}

.RadPanelbar_AHSIS .rootGroup .group .disabled:hover,
.RadPanelbar_AHSIS .rootGroup .group .disabled .text
{
	text-decoration: none;
	background: none;
	color: #ccc;
	cursor: default;
}

