/*
treemenu div styles.
Use upper case tag names to match the JavaScript
*/

#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 a.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 : #FFFF00;
}
#treemenu a.title:link, 
#treemenu a.title:visited, 
#treemenu a.title:active,
#treemenu a.title:hover
{
    color:#FFFF00;
}

#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:#CCCC00;
}
#treemenu a:hover
{
    color:#FFFF00;
}

