/*
.nav3 ul
{
  width: 160px;
  margin: 0px 0px 20px 0px;
  padding: 0px;
  border-bottom: solid 1px rgb(216,206,159);
  background-color: rgb(219,230,241);
}
.nav3 li
{
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.nav3 li.title
{
  margin: 0px 0px 0px 0px;
  padding: 3px 5px 2px 15px;
  background-color: rgb(156,186,214);
  color: rgb(255,255,255);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 120%;
}
.nav3 li.group a
{
  display: block;
  min-height: 1.7em;
  height: auto !important;
  height: 1.7em;
  line-height: 1.7em;
  margin: 0px;
  padding: 0px 7px 0px 15px;
  border-top: solid 1px rgb(200,200,200);
  border-left: solid 7px rgb(219,230,241);
  color: rgb(75,75,75);
  font-weight: bold;
  font-size: 120%;
}
.nav3 li a
{
  display: block;
  min-height: 1.7em;
  height: auto !important;
  height: 1.7em;
  line-height: 1.7em;
  margin: 0px;
  padding: 0px 7px 0px 20px;
  border-left: solid 7px rgb(219,230,241);
  color: rgb(75,75,75);
  text-decoration: none;
  font-size: 120%;
}
.nav3 li a:hover, .nav3 li a.selected
{
  border-left: solid 7px rgb(156,186,214);
  color: rgb(100,100,100);
  text-decoration: none;
}
*/

/* RadPanelBar FLCSpanel skin */

.RadPanelbar_FLCSpanel
{
  width: 160px;
  margin: 0px 0px 20px 0px;
  padding: 0px;
  border-bottom: solid 1px rgb(200,200,200);
  background-color: rgb(219,230,241);	
}
.RadPanelbar_FLCSpanel .rootGroup
{
  display: block;
  min-height: 1.7em;
  height: auto !important;
  height: 1.7em;
  line-height: 1.7em;
  margin: 0px;
  padding: 0px 7px 0px 0px;
  border-left: solid 7px rgb(219,230,241);
  color: rgb(75,75,75);
  text-decoration: none;
  font-size: 100%;
}
/* global text properties */
.RadPanelbar_FLCSpanel .text
{
	padding: 0px 20px;

}

/* global link styles */
.RadPanelbar_FLCSpanel .group .link
.RadPanelbar_FLCSpanel .link
{
	color: White;
}

/* panelbar item icon [if any] */
.RadPanelbar_FLCSpanel .image
{
	margin:4px 0px;
}

/* panelbar root items style */
.RadPanelbar_FLCSpanel .rootGroup .text
{
  display: block;
  min-height: 1.7em;
  height: auto !important;
  height: 1.7em;
  line-height: 1.7em;
  margin: 0px;
  padding: 0px 7px 0px 0px;

  border-left: solid 7px rgb(219,230,241);
  color: rgb(75,75,75);

  font-size: 120%;
}

/* root items <li> style */
.RadPanelbar_FLCSpanel .rootGroup .item
{
	border-top: solid 1px #869bb3;
	font-weight: bold;
}

/* li.first style */
.RadPanelbar_FLCSpanel .rootGroup .first
{
	border-top: 0px;
}

/* child items global style */
.RadPanelbar_FLCSpanel .group .text
{
	border: 0;
	background: transparent;
	font-weight:normal;
	padding: 0px 20px;
}

/* child items <li> style */
.RadPanelbar_FLCSpanel .group .item
{

	border-top: 0px;
}

/* child items li.last */
.RadPanelbar_FLCSpanel .group .last
{
	border-bottom: 0px;
}

/* selected child item */
.RadPanelbar_FLCSpanel a:hover
.RadPanelbar_FLCSpanel .group .selected .text
{
  border-left: solid 7px rgb(156,186,214);
  color: rgb(100,100,100);
  text-decoration: none;
}

/* child items link style */
.RadPanelbar_FLCSpanel .group .link
{
	color: #333;
}

/* child items link:hover style */
.RadPanelbar_FLCSpanel .group .link:hover,
.RadPanelbar_FLCSpanel .rootGroup .disabled:hover,
.RadPanelbar_FLCSpanel .rootGroup .disabled .text,
.RadPanelbar_FLCSpanel .rootGroup .group .disabled:hover,
.RadPanelbar_FLCSpanel .rootGroup .group .disabled .text
{
  border-left: solid 7px rgb(156,186,214);
  color: rgb(100,100,100);
  text-decoration: none;
}
