.arrowlistmenu
{
    background:#690e0e url(../images/MM_bg.jpg) top left repeat-x;
    border-left:solid 1px #e8e8e6;
    border-right:solid 1px #e8e8e6;
}
.arrowlistmenu .menuheader
{ 
    vertical-align:middle;
    margin:0px;
    height:20px;
    width:200px !important;
    font: normal 11px verdana;
    color:#ffffff;
    text-decoration:none;
    text-transform: uppercase;
    background:url(../images/bottom_bg_RM.jpg) bottom right no-repeat;
    padding:5px 0px 0 12px !important;
    cursor:hand;
}
.arrowlistmenu  a
{
    font: normal 11px verdana;
    color:#ffffff;
    text-decoration:none;
    background:url(../images/left_arrow.gif) center left no-repeat;
    padding-left:15px !important;
    
}
.arrowlistmenu .openheader a
{ /*CSS class to apply to expandable header when it's expanded*/

}
.arrowlistmenu ul
{ /*CSS for UL of each sub menu*/
    list-style-type: none;
    background-color:#760c16;
    width:223px;
    padding:4px 0 4px 0 !important;
     margin:0 0 0 0px;
}
.arrowlistmenu a:hover
{
	
}
.arrowlistmenu ul li
{
    padding-left:15px !important;
    width:160px;
    margin:0px 0 0 25px !important;
    #margin:3px 0 0 25px !important;
    border-bottom:solid 1px #9e5259;
}

.arrowlistmenu ul li a
{
    font: normal 11px verdana;
    color: #ff7686;
    background:url(../images/left_corner_RSM.jpg) center left no-repeat; /*custom bullet list image*/
    display: block;
    text-decoration: none;
    padding-bottom:3px !important;
    padding-left:15px !important;
}
.arrowlistmenu ul li a:hover
{ /*hover state CSS*/
color: #fff;
}
.Home-menu-selected
{
    color:#fff !important;
    
}