/* RadPanelBar WebBlue skin */

.RadPanelbar_WebBlue
{
	background: #232e63;
	white-space: nowrap;
	line-height: 16px;
	
}
.RadPanelbar_WebBlue .rootGroup
{
	/*border: solid 1px #69798c;*/
}
/* global text properties */
.RadPanelbar_WebBlue .text
{
	padding: 0px 10px 2px;
	font: menu;
	white-space: normal;

	
}

/* global link styles */
.RadPanelbar_WebBlue .link
{
	color:  #FFFFFF;
}

/* panelbar item icon [if any] */
.RadPanelbar_WebBlue .image
{
	margin:4px 0px;
}

/* panelbar root items style */
.RadPanelbar_WebBlue .rootGroup .text
{
	/*background: url('Img/MainItemNormal.gif') repeat-x;*/
	background: #232e63;
	font-weight: bold;
}

/* 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
{
	border: 0;
	
	background: #CCCCCC; /*#232e63 #CCCCCC*/
	font-weight:normal;
	padding: 0px 15px;
}

/* child items <li> style */
.RadPanelbar_WebBlue .group .item
{
	border-bottom: solid 2px #232e63;
	border-top: 0px;
	
}

/* child items li.last */
.RadPanelbar_WebBlue .group .last
{
	border-bottom: 0px;
}

/* selected child item */
.RadPanelbar_WebBlue .group .selected .text
{
		background: #CCCCCC;
	    

}

/* child items link style */
.RadPanelbar_WebBlue .group .link
{
	color: #232f63;
}

/* child items link:hover style */
.RadPanelbar_WebBlue .group .link:hover
{
	background: #cccccc;
	color: #FFFFFF;
	
}

.RadPanelbar_WebBlue .rootGroup .disabled:hover,
.RadPanelbar_WebBlue .rootGroup .disabled .text
{
	background: url('Img/MainItemNormal.gif') repeat-x;
	color: #FFFFFF;
	cursor: default;
}

.RadPanelbar_WebBlue .rootGroup .group .disabled:hover,
.RadPanelbar_WebBlue .rootGroup .group .disabled .text
{
	text-decoration: none;
	background: none;
	color: #FFFFFF;
	cursor: default;
}
