/*  $Id: vertical_left.css 81 2008-08-07 18:51:02Z jusuff $  */

body { behavior:url("modules/menutree/pnjavascript/csshover.htc"); } 
.menutree_vertical ul,
.menutree_vertical li {
}

.menutree_vertical ul {
    list-style: none;
    margin: 0;
    padding: 2px;
}

.menutree_vertical li span
{
    display: block;
    width: auto;
    line-height: 25px;
}
.menutree_vertical li {
    position: relative;
    height: 25px;
    margin: 0;
    background-color: #200972;
}
.menutree_vertical li:hover {
    background-color: #f5d44b;
	color:#200972;
}
.menutree_vertical a:link {
color: #200972;
text-decoration:none;
}
.menutree_vertical a:visited {
color: #200972;
text-decoration:none;
}
.menutree_vertical a:active {
color: #200972;
text-decoration:none;
}
.menutree_vertical a:hover {
color: #200972;
	font-size:14px;
	text-decoration:none;
}
.menutree_vertical ul ul,
.menutree_vertical ul ul ul,
.menutree_vertical ul ul ul ul,
.menutree_vertical ul ul ul ul ul {
    position: absolute;
    top: -3px;
    top: 0;
    left: 100%;
    width: 100%;
}

div.menutree_vertical ul ul,
div.menutree_vertical ul li:hover ul ul ,
div.menutree_vertical ul ul ul,
div.menutree_vertical ul ul li:hover ul ul,
div.menutree_vertical ul ul ul ul,
div.menutree_vertical ul ul ul li:hover ul ul,
div.menutree_vertical ul ul ul ul ul,
div.menutree_vertical ul ul ul ul li:hover ul ul {
    display: none;
}

div.menutree_vertical ul li:hover ul,
div.menutree_vertical ul ul li:hover ul,
div.menutree_vertical ul ul ul li:hover ul,
div.menutree_vertical ul ul ul ul li:hover ul {
    display: block;
    z-index: 1000;
}

