/*************************************************************************/
/* LIUNA RAD PanelBarMenu                                                */
/*************************************************************************/
.LIU_Panelbar
{
	background-color: #fff;/*background color of root items*/
	white-space:normal !important;
}

.LIU_Panelbar .rootGroup {
	border: 0px; /*border around the menu*/
	border-top: dotted 1px #c2c2c2; /*dot line on top of the menu*/
	padding-top: 1px; /*1px on top of the menu*/	
}

.LIU_Panelbar .text {
	font:bold 11px/13px Helvetica, Arial, sans-serif;
	color: #666;
	padding: 0px 11px 0px 0px;	
	text-align: right;
}

.LIU_Panelbar .image {
	display: none;
}

.LIU_Panelbar .rootGroup .link {
	background: url('images/arrow-local-left.gif') no-repeat 94px 8px; /*Arrow on the right*/
}

.LIU_Panelbar .rootGroup .text, .LIU_Panelbar .rootGroup .text a:visited, .LIU_Panelbar .rootGroup .text a:active
{
	/*background: url('images/arrow-local-left.gif') no-repeat 164px center; /*Arrow on the right*/
	background: none;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #c2c2c2; /*Dot border (top and botton)*/
	border-top: 0px solid #fff;	
	line-height: 14px;
}

.LIU_Panelbar .rootGroup .link:hover {
	background-color: #fef4d3; /*main menu item hover*/
}

.LIU_Panelbar .rootGroup .link:active {
	background-color: #F5E5AD; /*main menu item hover*/
}

.LIU_Panelbar .group .text /*Menu items level 2*/ {
	border-bottom: solid 1px #fff;
	border-top: solid 0px #fff;
	background-color: #F9F1D4;
	color: #666;
	font-weight: normal;
	padding-top: 3px;
	padding-bottom: 3px;
}

.LIU_Panelbar .group .link {
	background: none;
}

.LIU_Panelbar .rootGroup .expanded /*main menu item (the one that has child item) selected*/
{
	background: #F5E5AD url('images/space.gif');
	border-bottom: solid 1px #fff; /*add border bottom to the main menu item selected*/
	color: #FF995F;	
}

.LIU_Panelbar .group .expanded
{
	background-color: #F5E5AD; /*main menu 2nd level selected*/
	border-bottom: 0px;
}

.LIU_Panelbar .rootGroup .expanded .text
{
	background: url('images/arrow-orange-sm-down.gif') no-repeat 92px 8px; /* arrow dowm image when selected*/
	border-bottom: solid 0px #fff;
	border-top: solid 0px white;
	font: bold 11px Helvetica, Arial, sans-serif; /*main menu 1nd level selected*/
	color: #ff9933;
	/*line-height: 20px;*/	
	text-decoration: none;
}

.LIU_Panelbar .rootGroup .selected .text
{
	font-weight: normal; /*main menu 2nd level selected*/
	background-color: #fdedc1; /*main menu 2nd level selected*/
	border-bottom: solid 1px #fff; /*main menu 2nd level selected*/
	border-top: solid 1px #fff;
}

.LIU_Panelbar .group .selected .text
{
	text-decoration: none;
	font-weight: normal;
	border-bottom: solid 1px #fff;
	border-top: 0;
	background: none;
	background-color: #F9F1D4;
	color: #FF9933;
	
}

.LIU_Panelbar .group .expanded .text /*main menu 2nd level selected (overwrite ".LIU_Panelbar .rootGroup .selected .text")*/
{
	border-top:0;
	color: #FF9933;
	border-bottom: solid 1px #fff;
	background: url('images/arrow-orange-sm-down.gif') no-repeat 112px 8px; /* arrow dowm image when selected*/
	background-color: #fdedc1; 
	font-weight: normal;
}

.LIU_Panelbar .level2 .text
{
	padding: 0px 11px 0px 0px; 
	text-align: right;
	padding-top: 3px;
	padding-bottom: 3px;
}

.LIU_Panelbar .rootGroup .disabled:hover,
.LIU_Panelbar .rootGroup .disabled .text
{
	color: #666;
	cursor: default;
}

.LIU_Panelbar .rootGroup .group .disabled:hover,
.LIU_Panelbar .rootGroup .group .disabled .text
{
	text-decoration: none;
	background: none;
	color: #666;
	cursor: default;
}




