/* Apply the border to the right side */
#menuLayer_Div.yui-panel {
	border:none;
	overflow:visible;
	background:transparent url(../images/layers/menu-brdr-rt.png) repeat-y top right;
}

/* Style the close icon */
#menuLayer_Div.yui-panel .container-close {
	position:absolute;
	top:9px;
	right:12px;
	height:14px;
	width:15px;
	background:url(../images/layers/menu-close.png) no-repeat;
}
/* span:hover not supported on IE6 */
#menuLayer_Div.yui-panel .container-close:hover {
	background:url(../images/layers/menu-close-hover.png) no-repeat;
}

#menuLayer_Div.yui-panel .container-expand {
	overflow-x: hidden;
	overflow-y: hidden;
	text-indent: -10000em;
	text-decoration: none;
	position:absolute;
	top:9px;
	right:110px;
	height:14px;
	width:15px;
	background:url(../images/layers/menu_expand.png) no-repeat;
}
#menuLayer_Div.yui-panel .container-expand:hover {
	background:url(../images/layers/menu_expand-hover.png) no-repeat;
}

#menuLayer_Div.yui-panel .container-collapse {
	overflow-x: hidden;
	overflow-y: hidden;
	text-indent: -10000em;
	text-decoration: none;
	position:absolute;
	top:9px;
	right:90px;
	height:14px;
	width:15px;
	background:url(../images/layers/menu_collapse.png) no-repeat;
}
#menuLayer_Div.yui-panel .container-collapse:hover {
	background:url(../images/layers/menu_collapse-hover.png) no-repeat;
}

/* Style the header with its associated corners */
#menuLayer_Div.yui-panel .hd {
	padding:0;
	border:none;
	background:url(../images/layers/menu-hd.png) repeat-x;
	color:#ffffff;
	height:30px;
	margin-left:8px;
	margin-right:8px;
	text-align:left;
	vertical-align:middle;
	overflow:visible;
}

/* Style the body with the left border */
#menuLayer_Div.yui-panel .bd {
	overflow:auto;
	padding:10px;
	border:none;
	background:#82a2c8 url(../images/layers/menu-brdr-lt.png) repeat-y; 
	margin:0 8px 0 0;
}

/* Style the footer with the bottom corner images */
#menuLayer_Div.yui-panel .ft {
	background:url(../images/layers/menu-ft.png) repeat-x;
	font-size:11px;
	height:26px;
	padding:0px 10px;
	margin-left:8px;
	margin-right:8px;
	border:none;
}

/* Skin custom elements */
#menuLayer_Div.yui-panel .hd span {
	line-height:30px;
	vertical-align:middle;
	font-weight:bold;
}
#menuLayer_Div.yui-panel .hd .tl {
	width:8px;
	height:30px;
	top:0;
	left:0;
	background:url(../images/layers/menu-tl.png) no-repeat;
	position:absolute;
}
#menuLayer_Div.yui-panel .hd .tr {
	width:8px;
	height:30px;
	top:0;
	right:0;
	background:url(../images/layers/menu-tr.png) no-repeat;
	position:absolute;
}

#menuLayer_Div.yui-panel .ft span {
	line-height:22px;
	vertical-align:middle;
}
#menuLayer_Div.yui-panel .ft .bl {
	width:8px;
	height:26px;
	bottom:0;
	left:0;
	background:url(../images/layers/menu-bl.png) no-repeat;
	position:absolute;
}
#menuLayer_Div.yui-panel .ft .br {
	width:8px;
	height:26px;
	bottom:0;
	right:0;
	background:url(../images/layers/menu-br.png) no-repeat;
	position:absolute;
}
#menuLayer_Div .yui-resize-handle-br {
	right:8px;
	bottom:8px;
	height: 10px;
	width: 10px;
	position:absolute; 
	background-image: url(../images/layers/menu_resize.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#menuTreeView_Div {
	text-align:left;
}

#menuTreeView_Div .ygtvlabel {
	color:#000000;
	background: transparent none;
}

#menuTreeView_Div a.ygtvlabel:link {
	text-decoration: underline;
}

#menuTreeView_Div a.ygtvlabel:hover {
	color:#ffffff;
	text-decoration: none;
}

#menuTreeView_Div #ygtvt1.ygtvtn { 
	width:18px;
	height:22px;
	background: url(../images/menu/ygtvt1.gif) 0 0 no-repeat; 
}
#menuTreeView_Div .ygtvfocus {
	background-color: transparent;
}
