/*
Cascading Style Sheet (css)

Website          : Webwerkers CMS Website
Sectie           : Navigatie
Versie           : V1.0
Auteur(s)        : Eric Schalker (eric /[at]/ webwerkers.nl)
Bedrijf          : Webwerkers
Gemaakt op       : 03-05-2010
Laatst gewijzigd : 05-05-2010

OVER & Note      : Stylesheet speciaal voor navigatie
*/

#menu {
    float:left;
    background: url(/images/menu_bg.jpg) top left no-repeat;
    overflow:hidden;
    position:relative;
    width:309px;
    height: 110px;
    z-index:30;
    text-align: center;
    margin-left: 70px;
}

#nav, #nav ul {
    color:#B407AE;
    list-style-position:outside;
    list-style-type:none;
    margin:30px 0 0;
    padding:0;
    position:relative;
}

#nav a {
    color:#fff;
    text-decoration:none;
    font-size:11px;
    font-weight: normal;
}

#nav a:hover {
    color:#fff;
    background-color: none;
    background: url(../images/menu_link_hover.png) top left no-repeat;
}

#nav .active a {
    color:#fff;
    background-color: none;
    background: url(../images/menu_link_hover.png) top left no-repeat;
}

#nav li {
    
}
