/* RadPanelBar WebBlue skin */

.RadPanelbar_WebBlue
{
    background-color:#dedede;
	white-space: nowrap;
	line-height: 30px;
	scrollbar-arrow-color: white;
    scrollbar-3dlight-color: #CCCCCC;
    scrollbar-darkshadow-color: #999999;
    scrollbar-face-color: #72b9d5;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-shadow-color: #CCCCCC;
    scrollbar-track-color: #e6e6e6;
}
/* global text properties */
.RadPanelbar_WebBlue .text
{
	padding: 0px 20px;
	font: menu;
}

/* global link styles */
.RadPanelbar_WebBlue .link
{
	color: White;
}

/* panelbar root items style */
.RadPanelbar_WebBlue .rootGroup .text
{
	background: url('Img/nav_header_bground_grey.jpg') repeat-x;
	font-weight: bold;
	height:30px;
	color:#2e2e2e;
	font-size:14px;
}

/* root items <li> style */
.RadPanelbar_WebBlue .rootGroup .item
{
	border-top: solid 1px #869bb3;
}

/* li.first style */
.RadPanelbar_WebBlue .rootGroup .first
{
	border-top: 0px;
}

/* child items global style */
.RadPanelbar_WebBlue .group .text
{
    vertical-align:top;
	border: 0;
	background: transparent;
	font-weight:normal;
	padding: 0px 20px;
}

/* child items <li> style */
.RadPanelbar_WebBlue .group .item
{
	border-bottom: solid 1px #dde1e4;
	border-top: 0px;
}

/* child items li.last */
.RadPanelbar_WebBlue .group .last
{
	border-bottom: 0px;
}

/* selected child item */
.RadPanelbar_WebBlue .group .selected .text
{
	background: #f0f2f4;
}

/* child items link style */
.RadPanelbar_WebBlue .group .link
{
	color: #333;
}

/* child items link:hover style */
.RadPanelbar_WebBlue .group .link:hover
{
	background: #f0f2f4;
}

.RadPanelbar_WebBlue .rootGroup .disabled:hover,
.RadPanelbar_WebBlue .rootGroup .disabled .text
{
	color: #ccc;
	cursor: default;
}

.RadPanelbar_WebBlue .rootGroup .group .disabled:hover,
.RadPanelbar_WebBlue .rootGroup .group .disabled .text
{
	text-decoration: none;
	background: none;
	color: #ccc;
	cursor: default;
}

/* selected main panelbar item */
.RadPanelbar_WebBlue .rootGroup .selected .text
{
	background: url('Img/nav_header_bground_blue.jpg') repeat-x;
	color:White;
}
