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

.arrowlistmenu{
width: 165px; /*width of accordion menu*/
padding-left:15px;
margin-top:15px;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 12px Arial;
color: white;
margin:0 0 8px 0; /*bottom spacing between header and rest of content*/
padding: 4px 0 4px 20px; /*header text is indented 11px*/
cursor: hand;
cursor: pointer;
background: url(../images/navi/plus.gif) no-repeat center left; /*custom bullet list image*/
-moz-user-select: none; /*mozilla browsers*/
-khtml-user-select: none; /*webkit browsers*/
}
#menuheaderlink a {

}
.arrowlistmenu .menuheader:hover{
color:#FFCC00;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
color:#FFCC00;
background: url(../images/navi/minus.gif) no-repeat center left; /*custom bullet list image*/

}

.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*/
border-bottom:1px solid #996600;
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color:#FFFFFF;
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-family:Arial;
font-weight: normal;
font-size: 12px;
-moz-user-select: none; /*mozilla browsers*/
-khtml-user-select: none; /*webkit browsers*/
}

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

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color:#000000;
background-color:#FFFFCC;
font-style:oblique;
}

.arrowlistmenu .other{ /*CSS class for menu headers in general (expanding or not!)*/
font: normal 11px Arial;
color:#FFFFCC;
background:repeat-x center left;
margin:5px 0 5px 0; /*spacing between header and rest of content*/
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}
.potmdate {
font-weight:bold;
color:#FFCC33;
}
