@import url(../images/blueprint/screen.css);


/* @group Typography */


ul.tabs,
ul.tabs ol {
	list-style: none;
	margin: 0px;	
	margin-left:-40px;

}

ul.tabs a {
	float: left;
	outline: none;
	text-indent: -9999px;
	
}

ul.tabs ol {
	display: none;
	position: absolute;
}

ul.tabs li.hover ol {
	display: block;
}

ul.tabs li ol li{
	display: block;
	text-align: left;

}


