div#page {
        width: 580px;
        background-color: #000000;
        margin: 0 auto;
        text-align: left;

}
div#container {
        padding: 0px;
}
/*
div#ads {
        clear: both;
        padding: 12px 0 12px 66px;
}
*/

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

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: normal 12px Arial;
color: #1495D1;
margin-top: 0px;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
text-transform: downcase;
/*padding: 4px 0 4px 10px; /*header text is indented 10px*/
text-align: left;
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
color: #F73A41;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
color: #1495D1;
font: normal 11px Arial;
padding-left: 10px;
}

.arrowlistmenu-ara{
width: 540px; /*width of accordion menu*/
}

.arrowlistmenu-ara .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: normal 12px Arial;
color: #1495D1;
margin-top: 0px;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
text-transform: downcase;
/*padding: 4px 0 4px 10px; /*header text is indented 10px*/
text-align: left;
cursor: hand;
cursor: pointer;
}

.arrowlistmenu-ara .openheader{ /*CSS class to apply to expandable header when it's expanded*/
color: #F73A41;
}

.arrowlistmenu-ara ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu-ara ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
color: #1495D1;
font: normal 12px Tahoma;
padding-left: 10px;
}

.arrowlistmenu ul li a{
color: #1495D1;
font: normal 11px Arial;
padding-left: 10px; /*link text is indented 19px*/
padding-right: 10px; /*link text is indented 19px*/
text-decoration: none;
}

.arrowlistmenu ul li a:visited{
color: #1495D1;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #F73A41;
}


