/*MSU Sub Navigation CSS June 2006*/

div#content{
margin: 0 0 0 14.5em;
width: 76%;
}
span#Collection{display: block;}
div#ListNavigation{
float: left;
width: 14em;
background: inherit;
}

div#ListNavigation ul{
font-size: 80%;
font-weight: bold;
margin: 0;
padding: 0 0 5em 0;
background-color: #3468b3;
list-style-type: none;
}

div#ListNavigation ul li {
width: 100%;
margin: 0;
padding: 0;
}

div#ListNavigation ul li a{
display: block;
width: 97%;
overflow: hidden;
padding: .5em 0;
padding-left: 3%;
background-color: inherit;
color: #fff;
border-bottom: 2px solid #fff;
text-decoration: none;
}

div#ListNavigation ul li a:hover, div#leftcol ul li a.selected{
background: #009;
color: #fff;
}
div#ListNavigation ul li a:hover{text-decoration: underline;}

div#breadcrumb{
text-indent: 0;
padding-left: 18em;
}
