/* DIV menu. By Xpoft. V1.0 */

div.xpTreeMenu
{
	display: block;
}

/* Links */
div.xpTreeMenu A
{
	color: #000000;
	text-decoration: none;
	font-size: 11px;
	font-family: Tahoma;
}
div.xpTreeMenu A:hover
{
	color: #0066CC;
	text-decoration: underline;	
}
div.xpTreeMenu A.xpTreeSelected
{
	background: #FFFF99;
	font-weight: bold;
}

div.xpTreeMenu div.xpNavFolderClosed
{
	background: url("http://fast.justcom.ru/pics/common/menu/plus.gif") no-repeat;
	min-height: 16px;
	padding-left: 19px;
	cursor: pointer;
}
div.xpTreeMenu div.xpNavFolderOpened
{
	background: url("http://fast.justcom.ru/pics/common/menu/minus.gif") no-repeat;
	min-height: 16px;
	padding-left: 19px;
	cursor: pointer;
}
div.xpTreeMenu div.xpNavFolderClosedLast
{
	background: url("http://fast.justcom.ru/pics/common/menu/plusbottom.gif") no-repeat;
	min-height: 16px;
	padding-left: 19px;
	cursor: pointer;
}
div.xpTreeMenu div.xpNavFolderOpenedLast
{
	background: url("http://fast.justcom.ru/pics/common/menu/minusbottom.gif") no-repeat;
	min-height: 16px;
	padding-left: 19px;
	cursor: pointer;
}

div.xpTreeMenu div.xpNavItem
{
	background: url("http://fast.justcom.ru/pics/common/menu/join.gif") no-repeat;
	min-height: 16px;
	padding-left: 19px;
}
div.xpTreeMenu div.xpNavItemLast
{
	background: url("http://fast.justcom.ru/pics/common/menu/joinbottom.gif") no-repeat;
	min-height: 16px;
	padding-left: 19px;
}

div.xpTreeMenu div.xpTypeFolder
{
	background: url("http://fast.justcom.ru/pics/common/menu/folder1.gif") no-repeat;
	min-height: 16px;
	padding-left: 19px;
	cursor: default;
}
div.xpTreeMenu div.xpTypeItem
{
	background: url("http://fast.justcom.ru/pics/common/menu/page.gif") no-repeat;
	min-height: 16px;
	padding-left: 19px;
}

div.xpTreeMenu div.xpSub
{
	padding-left: 19px;
	background: url("http://fast.justcom.ru/pics/common/menu/line.gif") repeat-y;
}
div.xpTreeMenu div.xpSubLast
{
	padding-left: 19px;
}
