#nav {
    float: left;
    margin-bottom: 20px;
}

ul#acc, ul#acc ul {
    list-style-type:none;
    margin: 0;
    padding: 0;
    width:170px;
}

ul#acc a {
    display: block;
    text-decoration: none;
}

ul#acc li {
    margin-top: 1px;
    text-transform: uppercase;
    width: 168px;
    font-weight: bold;
}

ul#acc li a {
    background: #FFF;
    color: #666666;
    padding: 3px 0;
}

ul#acc li a:hover {
    text-decoration: none;
    color: #CD7F32;
}

ul#acc li ul li a {
    width: 168px;
    text-align: left;
    margin: 0 3px;
    border: none;
    padding: 3px 0;
    font-weight: normal;
    text-transform: none;
}

ul#acc li ul li a:hover {
    text-decoration: underline;
    background: #fff;
}




/*********************************************************************************/
/*
#nav {
    position: absolute;
    top: 150px;
    z-index:10;
}


#nav ul {
    padding:0;
    margin:0;
    list-style-type:none;
    width:170px;
}

* html #nav ul {margin-left:-16px; ma\rgin-left:0;}


#nav li {
    position:relative;
    background: #fff;
    height:22px;
    text-transform: uppercase;
    font-weight: bold;
}


#nav a, #nav a:visited {
    display:block;
    text-decoration:none;
    height: 21px;
    line-height: 25px;
    width: 169px;
    color: #6f6f6f;
    text-indent:5px;
    border:1px solid #fff;
    border-width:0 1px 1px 0;
}

* html #nav a, * html #nav a:visited {background:#d4d8bd; width:170px; w\idth:169px;}


* html #nav a:hover {
    color: #CD7F32;
}

#nav :hover > a {
    color: #CD7F32;
}
*/

