/* Copyright CADBow (c) 2005 */
/* Version 2005-12-01 */

.TreeMenu 
{
	/*filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#ffffff,endColorStr=#bbccff);*/
	/*background-color: White;*/
	background: White url(/images/menu/bg.jpg);
	width: 100%;
	/*height: 100%;*/
	border: solid 1pt #999999;
	margin-top: -2px;
	border-top: solid 0px White;
}

.TreeMenuTable
{
	width: 100%;
	font: normal 11px Tahoma;
	color: #393939;
	padding: 0px 4px 0px 4px;
}

.TreeMenuMain
{
	width: 100%;
	cursor: pointer;
	/*border-top: solid 1pt white;*/
	/*border-bottom: solid 1pt #6699cc;*/
	border-top: solid 1px White;
	margin: 0px 14px 0px 15px;
	height: 22px;
}

.TreeMenuHead
{
	font: normal 11px Tahoma;
	color: #393939;
}

.TreeMenuSubHeadTop
{
	font: normal 11px Tahoma;
}

.TreeMenuSubHead
{
}

.TreeMenuItem
{
	text-decoration: none;
	font: normal 11px Tahoma;
	color: White;
}

.TreeMenuImage
{
	/*width: 10px;
	height: 10px;*/
	/*border: solid 0px white;
	margin: 0px 5px 0px 0px;*/
	font: normal 11px Tahoma;
	color: White;
/*	padding-left: 12px;*/
/*	background-image: url(/_images/treemenu/left.gif);
	background-position-y: 5px;
	background-repeat: no-repeat;*/
}

.TreeMenuImageSel
{
	/*width: 10px;
	height: 10px;*/
	/*border: solid 0px white;
	margin: 0px 5px 0px 0px;*/
	font: normal 11px Tahoma;
	color: White;
/*	padding-left: 12px;*/
/*	background-image: url(/_images/treemenu/down.gif);
	background-position-y: 5px;
	background-repeat: no-repeat;*/
}

.TreeMenuVisible
{
	display: block;
}

.TreeMenuHidden
{
	display: none;
}

.TreeMenuSubTable
{
	width: 100%;
}

.TreeMenuIndent
{
	padding: 2px 0px 2px 10px;
	height: 19px;
}

.TreeMenu a:link, .TreeMenu a:visited, .TreeMenu a:active
{
	border: solid 0px white;
	text-decoration: none;
	font: normal 11px Tahoma;
	color: White;
}

.TreeMenu A:hover
{
	border: solid 0px white;
	text-decoration: underline;
	font: normal 11px Tahoma;
	color: White;
}

.TreeMenuLink
{
}