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



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

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/

margin-bottom: 2px; /*bottom spacing between header and rest of content*/
padding: 5px 0 0px 5px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer; font-family:Arial, Helvetica, sans-serif;
height:27px;
width:660px;
font-size:12px;
color:#39a0ed;
text-align:left;
font-weight:bold;
border-bottom:dashed 1px #CCCCCC;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
}

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

.arrowlistmenu ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
height: auto;
width:665px;
padding-left:5px;
padding-right:5px;
font-size:12px;
text-align: left;

}


.arrowlistmenu ul li td
	{border:solid 1px #e3e3e3;
	color:#646464;
	text-align:center;}

table
	{ background-color:#fff;  border:1px solid #D4D4D4;}


/*.detail_tab
	{ width:668px;
	 height:auto;
	 background-color:#dedede;
	}
*/
.blank
	{width:7px;
	 height:7px;
	 background-color:#fff;
	 }
	



.arrowlistmenu ul li a{
color: #000000;
display: block;
padding: 0px 0;
padding-left: 2px; /*link text is indented 19px*/
text-decoration: none;
font: normal 12px Arial;
text-transform:uppercase;
border-bottom: 0px solid #dadada;
}

.arrowlistmenu ul li a:visited{
color: #000000;
}
.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #000000;
background-color: #F3F3F3;
}
