
.arrowlistmenu
{
padding: 0 0 0 1px;
width: 170px; /*width of accordion menu*/
}
.menuheader1 a{
	font: bold 13px Arial;
	color: #ff6633;
	background: #000;

	margin-bottom: 0px; /*bottom spacing between header and rest of content*/
	width: 165px;
	margin: -4px 0 0 0;
	padding: 2px 0 2px 5px; /*header text is indented 10px*/
	border: 1px solid #666;
	text-align: center;
	display: block;
}
.arrowlistmenu .menuheader
{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 13px Arial;
	color: #7694ac;
	background: #141518 url(titlebar.png) repeat-x center left;
	margin-bottom: 4px; /*bottom spacing between header and rest of content*/
	text-transform: ;
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	border: 1px solid #666;
}

.arrowlistmenu:hover .menuheader:hover
{
  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
}
.arrowlistmenu .openheader
{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(titlebar-active.png);

}

.arrowlistmenu ul
{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li
{
padding-bottom: 0px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a
{
	color: #c5b9a9;
	display: block;
	padding: 5px 0;
	padding-left: 5px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

.arrowlistmenu ul li a:visited
{
	color: #c5b9a9;
}

.arrowlistmenu ul li a:hover
{ /*hover state CSS*/
color: #999;
background-color: #000;
}
#sidebg {
	background-color: #000000;
width: 170px;
height: 35px;
}
