/*************************************************************************/
/* UTI RAD PanelBarMenu                                                  */
/*************************************************************************/
.UTI_Panelbar {

	background: url(images/uti_bg1.jpg) repeat top; /*Background pattern*/	
	white-space:normal !important;
}

.UTI_Panelbar .rootGroup {
	border: 0px; /*border around the menu*/
}

.UTI_Panelbar .text {
	padding: 0px 5px 0px 39px;
	font: bold 15px Trebuchet Ms;
	text-transform: uppercase;
	text-align: left;	
	color: #fff;
}

.UTI_Panelbar .image {
	display: none;
}

.UTI_Panelbar .rootGroup .link {
	text-decoration: none;
	border: 0px;
	background: none; /* when browser load image*/
	font: bold 14px Trebuchet Ms;
	text-transform: capitalize;	
	color: #fff;
}

.UTI_Panelbar .rootGroup .text, .UTI_Panelbar .rootGroup .text a:visited {
	background: #555 url('images/uti_arrow_left.gif') no-repeat 21px 8px; /*Main arrow on the left*/
	padding-top: 5px;
	padding-bottom: 7px;
	border: 0px;
	border-bottom: 1px solid #414141; /* main item border bottom*/
	

}

.UTI_Panelbar .rootGroup .text a:active {
	/*background: red;*/
}

.UTI_Panelbar .rootGroup .link:hover {
	background-color: none; /*main menu item hover*/
	text-decoration: none;	
	color: #ffb400; /*color work with underline only*/
}

.UTI_Panelbar .rootGroup .link:active, {
	background-color: none; /*main menu item hover*/
}

.UTI_Panelbar .group .text /*Menu items level 2*/ {
	border: 0px;
	background: url('images/uti_arrowchild_left.gif') no-repeat 25px 5px;
	padding-left: 40px;
	color: #fff;	
	font: bold 14px Trebuchet Ms;
	text-transform: capitalize;
	height: 20px;
}

.UTI_Panelbar .group .link {	
	text-decoration: none;

}

.UTI_Panelbar .group .link:hover {	
	text-decoration: none;
	color: #ffb400;
}

/*main menu item (with child items) selected*/
.UTI_Panelbar .rootGroup .expanded {
	background: #555 url('images/uti_bg1.jpg') repeat top;
	border-bottom: 0px
	text-decoration: none;
}

.UTI_Panelbar .group .expanded {
	background: none;
	border: 0px;
	font: bold 14px Trebuchet Ms;
	text-transform: capitalize;
}

.UTI_Panelbar .rootGroup .expanded .text {
	background: url('images/uti_arrow_down.gif') no-repeat 15px 10px; /* arrow dowm image when selected*/
	border-bottom: 0px;
	border-top: 0px;
	font: bold 15px Trebuchet Ms; /*main menu 1st level selected*/

	line-height: 20px;	
	text-decoration: none;
}

.UTI_Panelbar .rootGroup .selected .text {
	font-weight: normal; /*main menu 2nd level selected*/
	background: none;
	border-bottom: 0px; /*main menu 2nd level selected*/
	border-top: 0px;
}

.UTI_Panelbar .rootGroup .selected a:active {
	/*background: red;*/
}

.UTI_Panelbar .group .selected .text
{
	text-decoration: none;
	font-weight: bold;	
	border: 0px;
	color: #ffb400; /*blue*/
	background: url('images/uti_arrowchild_left.gif') no-repeat 25px 5px; /* arrow dowm image when selected*/	
}

.UTI_Panelbar .group .expanded .text /*main menu 2nd level selected */
{
	border: 0px;
	font-size: 14px;
	background: url('images/uti_arrowchild_down.gif') no-repeat 23px 10px; /* arrow down image when selected*/
}

.UTI_Panelbar .level2 .text {
	padding: 0px 0px 0px 50px; 
	text-align: left;
	height: 20px;
	border: 0px;
	background: none;
}

.UTI_Panelbar .level2 .selected .text {
	background: none;
}

.UTI_Panelbar .rootGroup .disabled:hover,
.UTI_Panelbar .rootGroup .disabled .text {

	cursor: default;
}

.UTI_Panelbar .rootGroup .group .disabled:hover,
.UTI_Panelbar .rootGroup .group .disabled .text {
	text-decoration: none;
	background: none;

	cursor: default;
}







































































































































