#nav-outer {
    background: url('/img/blue_solid_dashed_menu_border.gif') no-repeat top left;
    padding-top:4px;
    position:relative;
}
#nav-top-right {
    position:absolute;
    top:0px;
    right:0px;
    width:15px;
    height:15px;
    overflow:hidden;
    background: url('/img/blue_solid_dashed_menu_border.gif') no-repeat top right;
}
#nav-bottom-right {
    position:absolute;
    bottom:0px;
    right:0px;
    width:15px;
    height:15px;
    overflow:hidden;
    background: url('/img/blue_solid_dashed_menu_border.gif') no-repeat bottom right;
}

#nav-top-left {
    position:absolute;
    top:0px;
    left:0px;
    width:15px;
    height:15px;
    overflow:hidden;
    background: url('/img/blue_solid_dashed_menu_border.gif') no-repeat top left;
}

#nav-bottom-left {
    position:absolute;
    bottom:0px;
    left:0px;
    width:15px;
    height:15px;
    overflow:hidden;
    background: url('/img/blue_solid_dashed_menu_border.gif') no-repeat bottom left;
}

#nav-inner {
    background: url('/img/blue_solid_dashed_menu_border.gif') no-repeat bottom right;
    padding-right:4px;
}
#toplevel {
    margin:0px;
    padding:0px;
    list-style-type:none;
    background: url('/img/blue_solid_dashed_menu_border.gif') no-repeat bottom left;
    padding-bottom:4px;
    padding-left:4px;
}

li.toplevel {
    background: url('/img/blue_dashed_menu_bottom_border.gif') repeat-x bottom left;
    list-style-type: none;
}
li.toplevel.last {
    background:none;
}

li.toplevel.selectedMenuItem a {
    background: url('/img/menu_selected_dot.gif') no-repeat 10px 8px;
}

li.toplevel.selectedMenuItem li a{
    background:none;
    padding:0;
    margin:0;
    font-size:.8em;
}
li.toplevel.selectedMenuItem ul {
    padding-bottom:.8em;
}
li.toplevel.selectedMenuItem li a:hover{
    color:inherit;
}
li.toplevel.selectedMenuItem li {
    padding:0;margin:0;
    list-style-type: none;
}

li.toplevel a {
    padding:5px 10px;
    display:block;
    text-decoration:none;
    font-weight:bold;
    color:#8f8f8f;
    padding-left:30px;
}
li.toplevel a:hover {
    color:#FFF;
    background:#10b2ee;
}



#nav div.slideshow {
	margin-top:15px;
}