.bg_left
{
background-image:url(../images/main_04.gif);
background-repeat: repeat-y;width: 51px;
}

.bg_right
{
background-image:url(../images/main_06.gif);
background-repeat: repeat-y;width: 146px;
}

.bg_grey
{
background-color:#F2F2F2;
}

.bg_grey2
{
background-color:#DFDFDF;
}

.bg_white
{
background-color:#FFFFFF;
}

.bg_kun
{
background-image:url(../images/kun-01.gif);
background-repeat: repeat-x; height:13;
}

/* START CONFIG MENU */

ul {
        list-style: none;
        margin: 0;
        padding: 0;
        }

img {
    border: none;
}
/* START MENU1 */
#menu1 {
        width: 257px;
        margin: 0px;
        }

#menu1 li a {
        height: 32px; 
        voice-family: "\"}\"";
        voice-family: inherit;
        height: 32px;
        text-decoration: none;
        }

#menu1 li a:link, #menu1 li a:visited {
        font-family: "Arial,Helvetica"; font-size: 13px; font-weight: bold; color: #A7A7A7; text-decoration: none;
        display: block;
        background:  url(../images/menu1.gif);
        padding: 8px 0 0 35px;
        }

#menu1 li a:hover, #menu1 li #current {
        font-family: "Arial,Helvetica"; font-size: 13px; font-weight: bold; color: #FF0000; text-decoration: none;
        background:  url(../images/menu1.gif) 0 -32px;
        padding: 8px 0 0 35px;
        }
/* END MENU1 */