﻿.arrowlistmenu
{
width:190px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader
{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 12px Arial;
color: white;
background: black url(../images/acordion/titlebar.jpg) repeat-x center left;
margin-bottom:0px; /*bottom spacing between header and rest of content*/
margin-top:0px;
margin-left:2px;
list-style-type: none;
text-transform: uppercase;
padding: 4px 0 4px 20px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .menubos
{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 12px Arial;
color: white;
background: black url(../images/acordion/titlebar.jpg) repeat-x center left;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
margin-top:0px;
margin-left:2px;
list-style-type: none;
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(../images/acordion/titlebar-active.jpg);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
color:White;
font-size:12px;
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
margin-left:2px;
}

.arrowlistmenu ul li{
padding-bottom: 1px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color:White;
font-size:10px;
background: url(../images/acordion/arrowbullet.jpg) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 30px; /*link text is indented 19px*/
text-decoration:none;
text-transform:capitalize;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 100%;
}

.arrowlistmenu ul li a:visited{
color:White;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color:Black;
background-color: #F3F3F3;

}
