/* CSS Document */

/* Menu Left*/
.arrowlistmenuL{
	width: 198px; /*width of accordion menu*/
	left: 0px;
	text-align: left;
	background-image: url(images/2008/menu-sides/menu_LM.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin-left: 0px;
	position: static;
	margin-right: 2px;
	font-size: 12px;
}

.arrowlistmenuL .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	color: white;
	margin-bottom: 0px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 4px 0 6px 10px; /*header text is indented 10px*/
	cursor: pointer;
	cursor: pointer;
}

.arrowlistmenuL .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(titlebar-active.png);
}

.arrowlistmenuL p{ /*CSS for UL of each sub menu*/
margin: 0;
padding: 0;
}
.arrowlistmenuL h3{ /*CSS for UL of each sub menu*/
margin: 0;
padding: 0;
}

.arrowlistmenuL 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*/
}

.arrowlistmenuL ul li{
	padding-bottom: 2px;
}

.arrowlistmenuL ul li a{
	color: #ECC8C8;
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	border-bottom: 1px solid #ECC8C8;
	margin-left: 6px;
	width: 140px;
}

.arrowlistmenuL ul li a:hover{ /*hover state CSS*/
color: #5A3D2D;
background-color: #F5F3DC;
}
