/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */

.odmdivcontainer {
width:522px; 
height: 345px; 
background:#FFFFFF;
}
#feed{
padding:5px 12px 10px 10px;
font:normal 12px Arial;
color:#454545;
text-align:justify;
line-height:16px;
}
#feed h4{
font:bold 14px Arial;
color:#454545;
text-align:left;
line-height:16px;
text-align:left;
margin-top:3px;
}

.indentmenu{
font: normal 10px Arial;
width: 100%; /*leave this value as is in most cases*/
background:url(../imgs/insnavbg.png) repeat-x;
height:33px;
text-transform:uppercase;

}

.indentmenu ul{
margin: 0;
padding: 0;
/* width: 80%; width of menu*/
background:url(../imgs/insnavbg.png) repeat-x;
}

.indentmenu ul li{
display: inline;
}
.indentmenu ul li a{
	float: left;
	color: black;/*text color*/
	padding: 8px 10px;
	padding-bottom: 11px;
	border-right: 1px solid #ccc; /*darkred divider between menu items*/
	text-decoration: none;
}
.indentmenu ul li a:visited{
color: black;
}
.indentmenu ul li a.selected{
	color: white !important;
	padding-top: 8px; /*shift text down 1px*/
	padding-bottom: 11px;
	/*background:url(../imgs/insnavbgdw.png) repeat-x;*/
	background: #FAB30C;
}
