.menuListUL{
 margin-left:-40px; 
 #margin-left:0px;
}
.menuList li li, .menuListActive li li, .menuListOpen li li{
 font-weight: normal;
 border-style : none;
 border-width :  0px;
}
                                                       

ul.menuList, ul.menuListActive, ul.menuListOpen {
 list-style-type: none;
 margin:0px;

 font-family: arial, verdana, Geneva, Arial, Helvetica, sans-serif;
 font-weight: bold;
 font-size: 13px;
}
li.menuList , li.menuListActive, li.menuListOpen {
 list-style-type: none;
 
 padding-left:12px;
 margin:0px;
 
 width: auto;
 background-repeat: no-repeat;
 
 text-decoration: none;
 border-style : solid;
 border-width :  1px;
 border-color : #D9E1E8;
  font-family: arial, verdana, Geneva, Arial, Helvetica, sans-serif;
 font-weight: bold;
 font-size: 13px;
}

li.menuList, li.menuListActive {
 background-position: 3px 4px;
 background-image: url("../images/rArrowWhiteBack.bmp");
}
li.menuListOpen{
 background-position: 3px 5px;
 background-image: url("../images/dArrowWhiteBack.bmp");
}

a.menuListActive, a.menuList, a.menuListOpen {
 text-decoration: none;
 color: #000000;
}
                                           

a.menuListActive:hover,active , a.menuList:hover,active, a.menuListOpen:hover,active{
 background-color: #FFFFFF;
 display:block;
 text-decoration: none;
}