/* This file describes the styles used for the expandable "accordion" side menu on the master pages. */

/*================ expandable bullet list menu ==================*/
.arrowlistmenu{
width: 180px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader
{
    /*CSS class for menu headers in general (expanding or not!)*/
    font: 1.5em Tahoma;
    color: #ffffff; /*background: black url(../images/titlebar.png) repeat-x center left;*/
    margin-bottom: 0px; /*bottom spacing between header and rest of content*/
    text-transform: none;
    padding: 4px 0 4px 10px; /*header text is indented 10px*/
    cursor: hand;
    cursor: pointer;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #b9a010;
}

.arrowlistmenu .openheader
{
    /*CSS class to apply to expandable header when it's expanded*/ /*background-image: url(../images/titlebar-active.png);*/ /*background-image: url(../images/titlebar-active.png);*/
    /*color: #000000;
    background-color: #b9a010;
    text-decoration: none;*/
}

.arrowlistmenu a
{
    text-decoration: none;
}

.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: 0px;
    padding-left: 0px;
    margin: 0;
    padding: 0;
}

.arrowlistmenu ul li a, .arrowlistmenu ul li a.pdf
{
    color: #b9a010; /*background: url(images/pdf.png) no-repeat center left; /*custom bullet list image*/
    display: block;
    text-decoration: none;
    font-weight: normal;
    font-size: 1.273em;
    border-bottom-color: #3b3302;
    font-family: Tahoma;
    border-bottom: 1px solid #3b3302;
    padding: 8px 0 0 12px;
    position: relative;
}

.arrowlistmenu ul li a.pdf
{
    background: url(../images/pdf.png) no-repeat 10px 14px;
    padding: 8px 0 0 28px;
    margin-left: 6px;
}

.arrowlistmenu ul li a:visited
{
    color: #CC99FF;
}

.arrowlistmenu ul li a:hover
{
    /*hover state CSS*/
    color: #ffffff; /*background-color: #3b3302;*/
}						

.arrowlistmenu .sitemap, .arrowlistmenu .sitemapselected
{
    /*CSS class for sitemap menu items*/
    font: bold 14px Tahoma;
    color: white;
    background: transparent url(../images/titlebar.png) repeat-x center left;
    margin-bottom: 0px; /*bottom spacing between header and rest of content*/
    text-transform: none;
    padding: 4px 0 0px 8px; /*header text is indented 10px*/
    cursor: hand;
    cursor: pointer;
    text-decoration: underline;
}	

.arrowlistmenu .sitemap:hover, .arrowlistmenu .sitemapselected:hover { /*CSS class to apply to sitemap menu item on mouseover*/
	background-image: url(../images/titlebar-active.png);
	color: #b9a010;
}	  					

.arrowlistmenu .sitemapselected {
    /*CSS class for selected sitemap menu item*/
	background-image: url(../images/titlebar-active_gr.png);
} 						

.arrowlistmenu a.sitemap, .arrowlistmenu a.sitemapselected {
    /*CSS class for menu headers in general (expanding or not!)*/
	background-color: Transparent;
	background-image: none;
}

/************************** End expandable bullet menu list ******************************/