﻿a
{
    outline: none;
}
div.menuTree
{
    background:url(/images/profile_bg.jpg);
    font-size:13px;
    padding-left:0px; 
    width:200px;
    margin:0px auto;
    overflow:hidden;
}
div.menuTree UL
{
    font-size: 100%;
    padding: 0px;
    margin: 0px;
    display:none;
    line-height: 31px;
    background:url(/images/profile_h.gif) 0px left repeat-x;
}
div.menuTree UL LI          
{
    list-style: none;
    padding: 0px;
    padding-left: 20px;
    margin: 0px;
    white-space: nowrap;
    line-height: 31px;
    font-weight:bold;
    background:url(/images/profile_h.gif) 0px left repeat-x;
}
div.menuTree UL LI UL
	{
		font-weight:normal;
	}
div.menuTree UL LI.parent A
{
    /*color: #000;*/
    text-decoration: none;
    padding: 0px 2px;
}
div.menuTree UL LI.parent A:hover
{
    /*font-weight: bold;*/
    font-size: 110%;
}
div.menuTree UL LI.child A
{
    /*color: #00f;*/
    text-decoration: none;
    padding: 0px 2px;
}
div.menuTree UL LI.child A:hover
{
    /*font-weight: bold;*/
    font-size: 110%;
}
div.menuTree UL LI.parent
{
    background:url(/images/profile_h.gif) 0px left repeat-x;
}
div.menuTree UL LI.expanded
{
    background:url(/images/profile_h.gif) 0px left repeat-x;
}

