/*this is the css for the vertical version*/
.vertical ul{
list-style-type: none;
padding: 0;
width: 220px;
margin: 0;
position: relative;
}
.vertical li a{
text-align:left;
color:#102624;
display:block;
width:220px;
border-bottom: 1px #ffffff solid;
text-decoration:none;
font-size:13px;
height:29px;
line-height:26px;
text-indent:30px;
margin:0;
}
.vertical li a:hover, .vertical .trail a.hover{
background-color: #102624;
color: #d5fbff;
}
.vertical li.smenu a, .vertical li.smenulast a{
text-align:left;
color:#102624;
display:block;
width:320px;
border-bottom: 1px #efefef solid;
text-decoration:none;
font-size:13px;
height:29px;
line-height:26px;
text-indent:30px;
margin:0;
background-color:#dfdfdf;
}
.vertical li.smenu a:hover, .vertical li.smenulast a:hover, .vertical li.smenulast  a:hover, .vertical .trail li.smenu a.hover, .vertical .trail li.smenulast a.hover {
color:#102624;
background-color:#c8c8c8;
}

.vertical li.ssmenu a, .vertical li.ssmenulast a{
text-align:left;
color:#102624;
display:block;
width:130px;
border-bottom: 1px #efefef solid;
text-decoration:none;
font-size:13px;
height:29px;
line-height:26px;
text-indent:30px;
margin:0;
margin-left:100px;
background-color:#e9e9e9;
}
.vertical li.ssmenu a:hover, .vertical li.ssmenulast a:hover, .vertical li.ssmenulast  a:hover, .vertical .trail li.ssmenu a.hover, .vertical .trail li.ssmenulast a.hover {
color:#102624;
background-color:#c8c8c8;
}







.vertical li, .vertical li.smenu{
position: relative;
margin-bottom: 0px;
} 
.vertical li ul{
position: absolute;
top: 0px;
left: 220px;
}
.vertical.left ul ul ul,.vertical .left ul{
left: -220px;
}
/*here we use a little CSS to make a basic/backup dropdown menu in modern browsers *cough* not IE6 or less *cough* if javascript is disabled.Flickering never happens in these browsers*/
.mlmenu li ul{
display: none;
}
.mlmenu li:hover>ul{
display: block;
}
/*This section makes the menu not work in non-javascript enabled browsers by not showing the menu by default-This can be worked around by making top level links point to a sitemap*/
.accessible li ul{
display: block;
}
.noshow{
visibility: hidden;
}
