/* CSS Document */


.categorymain
{
    color: #333333;
/*background: url(arrowbullet.png) no-repeat center left; custom bullet list image*/
display: block;
padding-bottom: 5px;
text-decoration: none;
font-weight: bold;
font-size: 15px;
text-align: right;
list-style-type: none;
}
.categorymain ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 8px;
}

.categorymain ul li a{
color: #020202;
/*background: url(arrowbullet.png) no-repeat center left; custom bullet list image*/
display: block;
padding-bottom: 5px;
padding-right: 4px;
text-decoration: none;
font-weight: bold;
font-size: 15px;
text-align: right;

}

.arrowlistmenu{
width: 197px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font-size:15px;
border-left:0px solid #C5C5C5;
border-right:0px solid #C5C5C5;
color: white;
background: url(../images/index_09.jpg) repeat-x center left;
text-align: right;
font-weight: normal;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
padding: 4px 5px 4px 0px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background: url(../images/index_09.jpg) repeat-x 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: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #020202;
/*background: url(arrowbullet.png) no-repeat center left; custom bullet list image*/
display: block;
padding: 1px 4px 0px 0px;
text-decoration: none;
font-size: 15px;
font-weight: normal;
text-align: right;

}

.arrowlistmenu ul li a:visited{
color: #020202;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}
