ol#timeline {
list-style: none;
margin: 50px 50px 0 50px;
padding: 0;
width: 650px;
}
ol#timeline ul {
list-style: none;
margin: 0 0 0 100px;
padding:5px;
display: block;
float: left;
position: relative;
top:-20px;
border: 1px solid #000;
background:#333;
filter:alpha(opacity=75); /* For IE */
-moz-opacity:.75;
opacity:.75; /* Css3 method */
width: 510px;
overflow:hidden;
}
.nested {border-bottom: 1px solid #ccc;color:#d90;font-weight:bold;width:103px;}
ol#timeline li{
clear: both;
font-weight:bold;
font-size: 100%;
}
ol#timeline ul li {
border: 0;
display: block;
padding:0.5em 1em 0 1em;
clear: both;
font-weight: normal;
font-size: 90%;
color: #fff;
}
li.indent{text-indent:30px;}

ol#timeline ul li strong {
	font-size:1.0em;padding:0;color:#fc3}	
/*	End Timeline	*/