/* RadPanelBar WebBlue skin */
.RadPanelbar_WebBlue {white-space:nowrap; width:180px;}
.RadPanelbar_WebBlue .rootGroup {}
.RadPanelbar_WebBlue a:link, .RadPanelbar_WebBlue a:active, .RadPanelbar_WebBlue a:visited {color:#FFF;}

/* global text properties */
.RadPanelbar_WebBlue .text {padding:0px 15px; font:menu;}

/* global link styles */
.RadPanelbar_WebBlue .link {color:White;}
.RadPanelbar_WebBlue .link:hover {color:#FFCC33;}

/* panelbar item icon [if any] */
.RadPanelbar_WebBlue .image {margin:4px 0px;}

/* panelbar root items style */
.RadPanelbar_WebBlue .rootGroup .text {font-family:Arial, Helvetica, sans-serif; font-size:15px;}

/* selected item */
.RadPanelbar_WebBlue .rootGroup .selected .text {color:#FFCC33;}

/* root items <li> style */
.RadPanelbar_WebBlue .rootGroup .item {padding:7px 0px 0px 14px;}
.RadPanelbar_WebBlue li { list-style-type:none; background:none;}

/* li.first style */
.RadPanelbar_WebBlue .rootGroup .first {border-top:0px;}

/* child items global style */
.RadPanelbar_WebBlue .level1 .text {font-size:12px; padding:0px 20px;}
.RadPanelbar_WebBlue .level2 .text {font-size:12px; padding:0px 20px;}
.RadPanelbar_WebBlue .level1 {margin-top:5px;}
.RadPanelbar_WebBlue .level2 {margin-top:5px; margin-bottom:2px;}

/* child items <li> style */
.RadPanelbar_WebBlue .group .item {padding:4px 0px 4px 14px;}

/* child items li.last */
.RadPanelbar_WebBlue .group .last {border-bottom:0px;}

/* selected child item */
.RadPanelbar_WebBlue .group .selected .text {color:#FFF; background:url(/images/navBullet.gif) left no-repeat;}

/* child items link style */
.RadPanelbar_WebBlue .group .link {font-size:15px;}

/* child items link:hover style */
.RadPanelbar_WebBlue .group .link:hover {color:#FFCC33;}

.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;}
