.arrowListmenu {
width: 460px; /*width of accordion menu*/
}

.arrowListmenu a:link { text-decoration:none; color:#333333; }
.arrowListmenu a:visited { text-decoration:none; color:#6F6F6F; }
.arrowListmenu a:hover { text-decoration:underline; color:#6F6F6F; }
.arrowListmenu a:active { text-decoration:underline; color:#333333; }


.arrowListmenu .menuHeaderWrapper { background:#FAFAFA; border-bottom:1px dotted #CCCCCC;
}

.arrowListmenu .menuHeader { /*CSS class for menu headers in general (expanding or not!)*/
padding: 5px 15px 5px 25px;
cursor: hand;
cursor: pointer;
float:left;
width:350px;
background: url(http://kokonnya.com/mall/fashion/images/dropmenu_bg_close.gif) center left;
}
.arrowListmenu .menuHeader h3 { font-weight:normal; }
.arrowListmenu .DetailsBtWrapper { 
padding: 7px 5px 5px 5px;
float:right;
}

.arrowListmenu .openheader { /*CSS class to apply to expandable header when it's expanded*/
background-image: url(http://kokonnya.com/mall/fashion/images/dropmenu_bg_open.gif);
}

.arrowListmenu ul { /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
font-size:12px;
}

.arrowListmenu ul li.First {
padding: 0; /*bottom spacing between menu items*/
width:460px;
}

.arrowListmenu ul li.First a {
background: url(http://kokonnya.com/mall/fashion/images/arrow_002.gif) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 5px 0;
padding-left: 35px; /*link text is indented 19px*/
border-bottom: 1px dotted #dadada;
}


.arrowListmenu ul li.Second {
padding: 0; /*bottom spacing between menu items*/
width:460px;
}

.arrowListmenu ul li.Second a {
background: url(http://kokonnya.com/mall/fashion/images/arrow_003.gif) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 5px 0;
padding-left: 55px; /*link text is indented 19px*/
border-bottom: 1px dotted #dadada;
}
.arrowListmenu .single { /*CSS class for menu headers in general (expanding or not!)*/
background:#FAFAFA url(http://kokonnya.com/mall/fashion/images/dropmenu_bg_close.gif) center left;
border-bottom:1px dotted #CCCCCC;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
padding: 5px 0 5px 25px; /*header text is indented 10px*/
}

.arrowListmenu .single h3 { font-weight:normal; text-decoration:underline; }
