#upperbreadbox {
background-image: url("../images/breadbox-top-bg.gif");
background-repeat: no-repeat;
background-position: left bottom;
line-height: 29px;
padding-left: 45px;
}
#upperbreadbox a {
font-size: 11px;
font-weight: bold;
text-decoration: none;
color: #2b3d87;
}
#upperbreadbox a:hover {
text-decoration: underline;
}

#lowerbreadbox {
background-image: url("../images/breadbox-bottom-bg.gif");
background-repeat: no-repeat;
background-position: 0px bottom;
line-height: 28px;
padding-left: 45px;
margin-top: 10px;
}
#lowerbreadbox a {
font-size: 11px;
font-weight: bold;
text-decoration: none;
color: #2b3d87;
}
#lowerbreadbox a:hover {
text-decoration: underline;
}


