.dateMenu{
width: 180px; /*width of accordion menu*/
	width: 170px;
	overflow: hidden;
color:white;
font-size:11px;
font-weight:normal;
padding:0;
position:relative;
text-align:left;
z-index:20;
}

.dateMenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font-size: 12px;
color: white;
background: black url(titlebar.png) repeat-x center left;
text-transform: uppercase;
padding: 4px 0 0 0; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
background: transparent url('../images/arrow_white10.gif') no-repeat 0px 3px;
text-indent: 15px;
margin: 2px 0 2px 0;
padding: 0;
}

.dateMenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url('../images/arrow_white_down10.gif');
}

.dateMenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0 0 8px 0;
padding: 2px 0 2px 0;
line-height: 12px;
list-style: none;
border: 1px solid #dadada;
border-right: 0;
border-left: 0;
}

.dateMenu ul li{
padding-bottom: 4px; /*bottom spacing between menu items*/
/*background: url('../images/arrow_white2.gif') no-repeat;*/
padding-top: 4px;
margin: 0;
}

.dateMenu ul li a{
display: block;
padding: 0 0;
padding-left: 15px; /*link text is indented 19px*/
text-decoration: none;
}

.dateMenu ul li a:visited{
}

.dateMenu ul li a:hover{ /*hover state CSS*/
