﻿#JqvTreeMenuContainer {
	/* background: #ECECEC; */
	background: url(/images/background_leftnav.png) no-repeat;
	width: 230px;
	padding: 20px 0px 20px 0px;
	margin-bottom: 20px;
}
.JqvTreeMenuLevTop
{
    /* optional, put an image for all on here, or put individual ones in the TreeTable.xml*/
/*	background-image:url(/images/background_leftnav.gif); 
	background-repeat: no-repeat;*/
	margin: 0px 0px 0px 0px;
	width: 195px;
	height: 25px;
}

.JqvTreeMenuClosed {
	background-image:url(/Controls/JqvTreeMenu/images/plus.gif);
	background-repeat:no-repeat;
	background-position:left;
	width: 15px;
	display: inline;
	float: left;
	text-decoration:none;
	margin: 8px 2px 0px 0px;
	height: 15px;
}
.JqvTreeMenuOpen {
	background-image:url(/Controls/JqvTreeMenu/images/minus.gif);
	background-repeat:no-repeat;
	background-position:left;
	width: 15px;
	display: inline;
	float: left;
	text-decoration:none;
	margin: 8px 2px 0px 0px;
	height: 15px;
}
.JqvTreeMenuEnd {
	/*background-image:url(/Controls/JqvTreeMenu/images/endpoint.gif);*/
	background-repeat:no-repeat;
	background-position:left;
	display: inline;
	width: 15px;
	float: left;
	margin: 8px 2px 0px 0px;
	height: 15px;
}
a.JqvTreeMenuClose, a.JqvTreeMenuOpen {
	text-decoration:none;
}

.JqvTreeMenuLev
{
    display: none;
}

#JqvTreeMenuLev0Div
{
    margin: 0px 0px 0px 30px;
    width: 185px;
    clear: both;
}

#JqvTreeMenuLev1Div
{
    margin: 0px 0px 0px 0px;
    width: 185px;
    clear: both;
    
}

.JqvTreeMenuLevTopText
{
	/*height: 25px;*/
	float: left;
	display: block;
	margin: 5px 0px 0px 15px;
	color: #666666;
	font-size: 12px;
}

.JqvTreeMenuLev0Text
{
	float: left;
	margin: 5px 0px 0px 2px;
	color: #666666;
	font-size: 12px;
	width: 165px;
}

.JqvTreeMenuLev1Text
{
	float: left;
	margin: 5px 0px 0px 2px;
	color: #666666;
	font-size: 12px;
	width: 145px;
}

a.JqvTreeMenuLevTopText{ color: #666666; text-decoration: none; }
a.JqvTreeMenuLevTopText:visited { text-decoration: none; color: #666666; }
a.JqvTreeMenuLevTopText:hover { color: #666666; text-decoration: underline; }

a.JqvTreeMenuLev0Text { color: #666666; text-decoration: none; }
a.JqvTreeMenuLev0Text:visited { text-decoration: none; color: #666666; }
a.JqvTreeMenuLev0Text:hover { color: #666666; text-decoration: underline; }

a.JqvTreeMenuLev1Text { color: #666666; text-decoration: none; }
a.JqvTreeMenuLev1Text:visited { text-decoration: none; color: #666666; }
a.JqvTreeMenuLev1Text:hover { color: #666666; text-decoration: underline; }



.JqvTreeMenuSId
{
	display: none;
	visibility: hidden;
}
