.arrowlistmenu{
	width: 200px;
	margin: 0px;
	padding: 0px;
}
.arrowlistmenu h3 strong {

}


.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	cursor: hand;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 10px;
	background-color: #0099FF;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-size: 13px;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background-color: #003366;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	padding: 0;
	margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	background-image: url(../tokyoimage/leftbg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #0E66A6;
}

.arrowlistmenu ul li{
	display: inline;

}

.arrowlistmenu ul li a{
	color: #FFFFFF; /*custom bullet list image*/
	display: block;
	padding-left: 30px; /*link text is indented 19px*/
	text-decoration: none;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0092C4;
}

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

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #FFFFFF;
	background-color: #003366;
}
