.nav
{
    padding:10px;
}

.nav li
{
    list-style: none;
}


.nav .sel a
{
    font-weight:bold;
    font-style: italic;
}


.nav, .nav a, .nav a:visited, .nav a.hover {
    color: #4D3870;
    font-size: 1em;
    padding: 4px;
    margin-left: 10px;
    display: block;
}




.crumb
{
    padding:10px;
}

.crumb li
{
    list-style: none;
    padding:10px;
    float: left;
}


.crumb .sel a
{
    font-weight:bold;
}


.crumb, .crumb a, .crumb a:visited, .crumb a.hover {
    color: #4D3870;
    font-size: 1em;
    padding: 4px;
    margin-left: 10px;
    display: block;
}



.navtop
{
   margin: 0;
   padding: 0 1px 0 2px;
    
}

.navtop ul
{
    margin: 0;
    padding: 0;
}


.navtop li
{
    list-style: none;
    padding:0;
    margin:0;
    float: left;
}

.navtop li a
{
    display: block;
    height: 34px;
    background-repeat:no-repeat;
    border-right: solid 1px #fff;
}


.navtop li a span
{
   display: none;
}

.navtop .n1 a
{
     background-image: url(menu.png);
     background-position:left center;
     width:144px;
}

.navtop .n1 a:hover,.navtop .sel.n1 a
{
     background-image: url(menu-over.png);
     background-position:left center;
     width:144px;
}

.navtop .n2 a
{
     background-image: url(menu.png);
     background-position:-145px center;
     width:162px;
}

.navtop .n2 a:hover,.navtop .sel.n2 a
{
     background-image: url(menu-over.png);
     background-position: -145px center;
     width:162px;
}

.navtop .n3 a
{
     background-image: url(menu.png);
     background-position:-310px center;
     width:175px;
}

.navtop .n3 a:hover,.navtop .sel.n3 a
{
     background-image: url(menu-over.png);
     background-position: -310px center;
     width:175px;
}

.navtop .n4 a
{
     background-image: url(menu.png);
     background-position: -476px center;
     width:170px;
}

.navtop .n4 a:hover
{
     background-image: url(menu-over.png);
     background-position: -476px center;
     width:170px;
}

.navtop .n5 a
{
     background-image: url(menu.png);
     background-position: -650px center;
     width:138px;
}

.navtop .n5 a:hover,.navtop .sel.n5 a
{
     background-image: url(menu-over.png);
     background-position: -650px center;
     width:138px;
}

.navtop .n6 a
{
     background-image: url(menu.png);
     background-position: -790px center;
     width:170px;
}

.navtop .n6 a:hover,.navtop .sel.n6 a
{
     background-image: url(menu-over.png);
     background-position: -790px center;
     width:170px;
}


.navtop .n4.sel a
{
     background-image: url(menu-over.png);
     background-position: -476px center;
     width:170px;
}