#basic-accordian{
	padding:5px;
	z-index:2;
	width:700px;
}

.accordion_headings{
	text-align: left;
	padding: 3px;
	background:#000;
	color:silver;
	border-top:1px solid #333333;
	border-right:0px solid #333333;
	border-bottom:1px solid #333333;
	border-left:0px solid #333333;
	cursor:pointer;
	font-weight: bold;
	background-image: url("images/bg-bar.jpg");
}

.accordion_headings:hover{
	background-image: url("images/bg-bar.jpg");
	color: red;
}

.accordion_child{
	width: 100%;
	background:#000;
	color: silver;
	font-size: small;
}

.header_highlight{
	background-image: url("images/bg-bar.jpg");
	color: red;
}

.sm{
	font-size: 0.8em; font-style: italic;
}
.menu{
	font-size: 0.7em; font-weight:bold;
}

ol#menu{

}

ol#menu li{

}
	a:link, a:visited{
		color: red; text-decoration: underline;
	}
	a:hover{
		color: silver; text-decoration: none;
	}