/* CSS Document */


/*Color specific for each section*/
div#background_content{
background-image:url(../images/background_left4.jpg);
}

ul#left_menu{
background:url(../images/left_menu_green_bg4.jpg) repeat-x #465639;
}

div#cwmfooter{
background:url(../images/left_menu_footer4.jpg) no-repeat;
}

ul#left_menu li{
border-bottom-color:#A0A766;
}

li.menu_closed, ul#left_menu li.more_items{
background: url(../images/left_menu_arrow4_closed.gif) no-repeat right 15px;
}
li.menu_open{
background: url(../images/left_menu_arrow4.gif) no-repeat right 15px;
}

ul#left_menu li.menu_closed li li a.selected{
background-image:url(../images/left_menu_bullet_selected4.jpg);
}

/*End color specific*/
