@charset "utf-8";
/* CSS Document 

Product CSS for SPI by Susan Huang

*/

.arrowlistmenu{
width: 250px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: #194588;
background: #eaf8ff;
padding: 7px 0 7px 40px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
border-top: #aaaaaa 1px dashed;
}

.menuheader img{
padding: 0 10px 0 20px;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background: #d1d1d1 url(../img/arrow_blue_product.gif) no-repeat left;
}

.arrowlistmenu .openheader a{ /*CSS class to apply to expandable header when it's expanded*/
font: bold 14px Arial;
color: #194588;
background: #d1d1d1;
padding: 7px 0 7px 0px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
text-decoration:none;
}


.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.arrowlistmenu ul li{
padding: 0; 
}

.arrowlistmenu ul li a{
color: #5d5d5d;
background: #eaf8ff url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 0px;
padding-left: 50px; /*link text is indented 19px*/
text-decoration: none;
font: bold 12px Arial;
line-height:28px;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #000000;
background-color: #F3F3F3;
line-height:28px;
}

.menuheader a{ 
font: bold 14px Arial;
color: #194588;
background: #eaf8ff;
padding: 7px 0 7px 0px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
text-decoration:none;
}

.menuheader a:hover{
color:#1a53a9;
}