#menu-left {
width: 170px;
z-index:300;
margin-bottom: 10px;
}

#menu-left ul {
list-style: none;
margin: 0;
padding: 0;
/*background-color: #a7a7a7;*/

}
#menu-left ul ul ul{

background-color: #bfbfbf;

}

#menu-left li a, #menu-left li h2 {

display:block;
height:20px;
font-size:small;
font-weight:normal;

color:#0D3C96;
text-decoration:none;
padding: 0 3px 0 0px;
line-height:20px;
border-bottom:1px solid white;
/*border-width: 1px;
border-style: solid;*/
margin-bottom:5px;
/*border-color: #A7A7A7 #A7A7A7 white #A7A7A7;*/
}
#menu-left li li a, #menu-left li li h2 {

display:block;
height:20px;
font-size:small;
font-weight:normal;
color:#0D3C96;
text-decoration:none;
padding: 0 3px 0 px;
line-height:20px;
/*border-width: 0 0 1px 0;
border-style: solid;*/
margin-bottom:5px;
margin-left:5px;
/* border-color: #A7A7A7 #A7A7A7 white #A7A7A7;*/
}

/*#menu-left h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#menu-left a {
color: #000;
background: #efefef;
text-decoration: none;
}*/

#menu-left a:hover {
color: white;
/*background: #fff;*/
}

#menu-left li {
position: relative;
/*background: #a7a7a7;*/

}
#menu-left li li {
position: relative;
background-color: #BFBFBF;

/*border-left: 2px solid White;*/

}
#menu-left ul ul ul {
position: absolute;
top: -4px;
left: 100%;
width: 100%;
border: 2px solid #a7a7a7;


}

div#menu-left ul ul ul,
div#menu-left ul ul li:hover ul ul
{display: none;}

div#menu-left ul ul li:hover ul,
div#menu-left ul ul ul li:hover ul
{display: block;}

