﻿.arrowlistmenu{
  margin: 0;
  border: 0 none;
  padding-left: 5px;
  width: 180px; /*For KHTML*/
  list-style: none;
  left: 20px;
  background: #ffffff;
  text-align: left;

}

.menuhead a{
   border-bottom: 1px dotted #c0c0c0;
    display: block;
    background: #ffffff;
    color: #666666;
    font: normal normal normal 11px/22px Georgia, Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
    cursor: hand;
    width: 190px;
    height: auto !important;
    height: 1%;
    padding-left: 10px;
}



.arrowlistmenu .menuheader{
    /*CSS class for menu headers in general (expanding or not!)*/
   border-bottom: 1px dotted #c0c0c0;
    display: list-item;
    background: #ffffff;
    color: #666666;
    font: normal normal normal 11px/22px Georgia, Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
    cursor: hand;
    height: auto !important;
    height: 1%;
    padding-left: 10px;
}
.arrowlistmenu .menuheader a{
    font: normal normal normal 11px/22px Georgia, Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #438118;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
 background: url(minus.png) no-repeat center left;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/

}

.arrowlistmenu ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
font: 11px Verdana, 'Trebuchet MS', 'Lucida Sans Unicode',   Arial;
color: #000000;
text-decoration: bold;
padding-left: 10px;
}

.arrowlistmenu ul li a{
color: #404040;
background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 10px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 0px solid #dadada;
font: 11px 'Trebuchet MS', 'Lucida Sans Unicode',   Arial;
}

.arrowlistmenu ul li a:visited{
color: #404040;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A7730F;
background-color: #F3F3F3;
}

.arrowlistmenu ul li a:selected{
color: #A70303;
background-color: #F3F3F3;
}
