/* CSS Document */


/*Color specific for each section*/
div#background_content{
background-image:url(../images/background_left5.jpg);
}

ul#left_menu{
background:url(../images/left_menu_kaki_bg5.jpg) repeat-x #666242;
}

div#cwmfooter{
background:url(../images/left_menu_footer5.jpg) no-repeat;
}

ul#left_menu li{
border-bottom-color:#C0BB81;
}

li.menu_closed, ul#left_menu li.more_items{
background: url(../images/left_menu_arrow5_closed.gif) no-repeat right 15px;
}
li.menu_open{
background: url(../images/left_menu_arrow5.gif) no-repeat right 15px;
}

ul#left_menu li.menu_closed li li a.selected{
background-image:url(../images/left_menu_bullet_selected5.jpg);
}

/*End color specific*/
