.treemenu {
    font-family: arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
	line-height: 16px;
	margin : 0px;
	padding : 0px;
	list-style : none;	
}

.treemenu ul {
	margin-left :0px;
	padding : 0px;
}

.treemenu litreenode ul {
	display : none;
}

.treemenu li {
	display : inline;
}

.treemenu .title {
    font-weight: bold;
	padding-top : 4px;
	padding-left : 12px;
	display : block;
	background-image : url('/images/MenuLeft.gif');
	background-color: transparent;
	background-repeat : no-repeat;
	background-position : left;
    color : #FFD400;
}
.treemenu a.title:link, 
.treemenu a.title:visited, 
.treemenu a.title:active,
.treemenu a.title:hover
{
    color:#FFEE00;
}

.treemenu .home {
    font-weight: bold;
	padding-top : 4px;
	padding-left : 12px;
	display : block;
	background-image : url('/images/MenuHome.gif');
	background-color: transparent;
	background-repeat : no-repeat;
	background-position : left;
	background-position-x : 1px;
	background-position-y : 10px;
    color : #FFD400;
}
.treemenu a.home:link, 
.treemenu a.home:visited, 
.treemenu a.home:active,
.treemenu a.home:hover
{
	padding-left : 0px;
	color:#FFD400;
	background-image: none;
}

.treemenu a,
.treemenu ul a
 {
	padding-left : 14px;
	display : block;
	background-image : url('/images/MenuItem.gif');
	background-color: transparent;
	background-repeat : no-repeat;
	background-position : left;
}
.treemenu a:link, 
.treemenu a:visited, 
.treemenu a:active
{
    color:#FFD400;
}
.treemenu a:hover
{
    color:#FFEE00;
}

