.indentmenu{
	width: 100%; 
}
.indentmenu li{
	display: inline;
	margin: 0 5px 0 0;
	float: left;
	border-top: 1px #ccc solid;
	border-right: 1px #ccc solid;
	border-left: 1px #ccc solid;

}

.indentmenu li a{
	float: left;
	color: black;
	padding: 5px 10px;
	text-decoration: none;
	background: black url(../img/titlebg.gif) repeat-x;
}

.indentmenu li a:visited{
	color: black;
}

.indentmenu li a.selected{
	padding: 5px 10px;
	background: black url(../img/titlebg_off.gif) repeat-x;
}
.blogbox {
	border:1px #ccc solid;
	width:450px;
	height: 180px;
	padding: 5px;
	margin-bottom:1em
}

