.arrowlistmenu{
width: 200px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 13px Arial;
color: white;
background: #adc3f6 url(http://www.aroundgreece.com/menu10/topBack2.gif) repeat-x center left;
margin-bottom: 3px; /*bottom spacing between header and rest of content*/
padding: 4px 0 3px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background: url(http://www.aroundgreece.com/menu10/topHover2.gif);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 3px; padding-bottom: 3px; margin-top: 3px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
margin-left:8px;
background: url(http://www.aroundgreece.com/menu10/arrowbullet.png) no-repeat center left;
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
background: #1351cd url(http://www.aroundgreece.com/menu10/arrowbullet2.png) no-repeat center left  !important;
color:#ffffff;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
background: #e1e2e4 url(http://www.aroundgreece.com/menu10/arrowbullet.png) no-repeat center left  !important;
}

.arrowlistmenu ul li a{
color: #1b44a6;
 /*custom bullet list image*/
display: block;
padding: 4px;
padding-left: 28px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 11px; font-family: Arial;
}

.arrowlistmenu ul li a:visited{
color: #13245a; background:#f9f9df url(http://www.aroundgreece.com/menu10/arrowbullet.png) no-repeat center left  !important;
}



.arrowlistmenuALTERNATIVE ul li a:visited{
color: #13245a; background:#e8eefc url(http://www.aroundgreece.com/menu10/arrowbullet.png) no-repeat center left  !important;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
background: #242fba url(http://www.aroundgreece.com/menu10/arrowbullet2.png) no-repeat center left  !important;
color: #ffffff;
padding-left:34px;
}

.arrowlistmenu ul li a:active{ /*hover state CSS*/
background: #242fba url(http://www.aroundgreece.com/menu10/arrowbullet2.png) no-repeat center left  !important;
color: #ffffff;
padding-left:36px;
}


.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
background: lightblue;
}

h3 {
margin:3px;padding:3px;
}
