#navigation
{
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 0;
	padding-bottom: 0;
	width:198px;
}
.treeview, .treeview ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}
.treeview
{
	padding-top: 37px;
	background-image: url(images/back-prod-menu.gif);
	background-repeat: no-repeat;
	text-align: left;
}
.treeview, .boxedtree
{
	width: 198px;
	xpadding: 0;
}
.treeview, .boxedtree .browsebox
{
	xpadding: 0;
}
.treeview .hitarea
{
	background: url(images/treeview.png) 0px 0px no-repeat;
	height: 16px;
	width: 16px;
	margin-top: 5px;
	float: right;
	cursor: pointer;
}

.treeview li ul .hitarea
{
	margin-top: 2px;
}
/* fix for IE6 */
* html .hitarea
{
	display: inline;
	float: none;
}
.treeview .expandable-hitarea
{
	background-position: -16px 0px;
}
.treeview .collapsable-hitarea
{
	background-position: 0px 0px;
}

/********************************************/
/* Define the menu level styles*/
.treeview a
{
	text-decoration: none;
	color: #fff;
	color: #333;
}
/* level 1 */
.treeview li /* Backgrouund block */
{
	background: #0043A6;
	background: #EAEAEA;
	background-position: -1px -1px;
	color: #333;
	width: auto;
	text-decoration: none;
	font-size: 13px;
	line-height: 24px;
	padding-left: 6px;
}
.treeview li.last, .treeview .lastExpandable, .treeview .lastCollapsable
{
	border: none;
}
.treeview li a, .treeview li a:visited
{
	margin: 4px 0 4px 0;
}
/* level 2*/
.treeview ul li /* Background block */
{
	xbackground: #295ba6;
	xbackground: #fff;
	font-weight: normal;
	background-image: none;
	border: none;
	line-height: 22px;
	font-size: 11px;
	margin-left: -6px;
	text-indent: -10px;
}
.treeview ul li a, .treeview ul li a:visited
{
	padding-left: 18px;
	color: #666;
}

/* level 3*/
.treeview ul li li
{
	text-indent: -1px;
}
.treeview ul ul li a, .treeview ul ul li a:visited
{
	padding-left: 16px;
	font-size: 10px;
}
/* level 4*/
.treeview ul li li li
{
	text-indent: -1px;
}
.treeview ul li li li a, .treeview ul li li li a:visited
{
	padding-left: 26px;
	font-size: 10px;
}

