#UI_nav {padding-top:10px;}

#UI_nav a { text-decoration:none; }

#UI_nav li {

    font-size:14px;

    font-weight:bold;

    padding:14px 8px;

    float: left;

    position: relative;

    list-style-type:none;

}

#UI_nav li.sub-menu {

    padding:14px 24px 14px 12px;

}

#UI_nav li.active {

    background-color: #cc0000;

}

#UI_nav li.active a {

    color:#fff;

}

#UI_nav li a.arrow {

    background-image: url(images/arrow.png);

    background-position: left top;

    background-repeat: no-repeat;

    height: 10px;

    margin: 0;

    padding: 0;

    position: absolute;

    right: 10px;

    top: 18px;

    width: 10px;

}

#UI_nav li.hover {

    background-color: #666;

}

#UI_nav li.hover a {

    color:#fff;

}

#UI_nav li.active a.arrow, #UI_nav li.hover a.arrow {

    background-position: left bottom;

}





#UI_sections {

}

#UI_sections .col-1of4 {width:25%;}

#UI_sections a, #UI_sections h2, #UI_sections h3 , #UI_sections p {color:#fff;}

#UI_sections h2 { font-size: 14px; padding-right: 10px; padding-top:5px; }

#UI_sections .section {

    background-color: #666;

    color: #fff;

    padding:10px;

}

#UI_sections .section .spacing {padding:10px 20px;}

#UI_sections .section ul {padding:0;}

#UI_sections .section li {list-style-type:none;padding:3px 0;font-size:12px;}

#UI_sections .section p {padding:2px 0;font-size:12px;}

#UI_sections .section a {font-weight:bold;}