﻿/* ======================================================================

    menustyle.css

    Stylesheet customized for Canadian Association of Lutheran Congregations
    by
    Briden Design
    web@bridendesign.ca
    (c) 2009, All Rights Reserved.

    Version: Apr-14-09
    
    CREDITS TO

    Accordion Content script- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
    Visit http://www.dynamicDrive.com for hundreds of DHTML scripts
    This notice must stay intact for legal use

 ======================================================================== */


.arrowlistmenu{
width: 149px; /*width of accordion menu*/
background: url(Images/Bg/menu_bg3.gif) repeat-y;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 15px Arial;
color: white;
background: url(Images/Bg/menu_item_bg.jpg) repeat-y;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 0px 0px 0px 0px; /*header text is indented 0px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(Images/Bg/menu_item_bg.jpg);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 3px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 3px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
background: url(Images/Bg/menu_bg3.jpg) no-repeat;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
background: url(Images/Bg/menu_bg3.jpg) no-repeat;
}

.arrowlistmenu ul li a{
color: #A70303;
display: block;
padding: 2px 0;
padding-left: 5px; /*link text is indented 5px*/
text-decoration: none;
font-weight: bold;
font-size: 15px;
}

.arrowlistmenu ul li a:visited{
color: #000000;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/

}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/

}

