
 

/* NAV CSS */
#frame_subnav ul a {
    background: #ffcf01; /* yellow: ffcf01*/
    color: #777;
}
#frame_subnav ul li .no_hover:hover {
    background: #ffcf01; /* yellow: ffcf01*/
    color: #777;

}
#frame_subnav ul ul a {
    background: #edde7d; /* yellow: edde7d*/

}
#frame_subnav ul .active a {
    background: #777; /* yellow: 777*/

}
#frame_subnav ul li a:hover {
    background: #777; /* yellow: 777*/

}
/* META CSS */
#frame_img {
    background: #ffcf01; /* yellow: ffcf01*/

}
