.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu li{
margin: 0;
padding: 0;
float: left;
list-style:none;
/* width: 80%; width of menu*/
border-top: 0px solid #3b69b6; /*darkred border*/
border-left: 0px solid #3b69b6;
border-bottom: 0px solid #3b69b6;
}

.indentmenu li a:hover{
background-color: #b60002;

}


.indentmenu li a{
float: left;
color: white; /*text color*/
padding: 3px 11px;
text-decoration: none;
background-color:grey;
border-right: 1px solid #fff; /*darkred divider between menu items*/
}

.indentmenu  li a:visited{
color: black;
}

.indentmenu  li a.selected{
color: white !important;
padding-top: 4px; /*shift text down 1px*/
padding-bottom: 2px;
background-color: #b60002;
}

/* below is from previous tab.css*/

.shadetabs1 {
	margin: 0px;
	padding: 0px;
	width: 100%;
	display:table;
	background-color: silver;
}

.shadetabs1 li {
	position: relative;
	float: left;
	margin: 0px 2px 0px 0px;
	font: bold 11px sans-serif;
	text-align:center;
	list-style: none;
	cursor: pointer;
}

.shadetabs1 li a {
	position: relative;
	float: left;
	color: white;
	text-align:center;
	background-color: grey;
	list-style: none;
	cursor: pointer;
	padding:4px 6px 3px 5px;
	text-decoration:none;
	}

.shadetabs1 li a:visited {
	color: #FFFFFF;
	background:#6cacc8;
	text-decoration:none;
}

.shadetabs1 li a:hover {
	color:#FFFFFF;
	text-decoration:none;
	background-color:#b60002;
}

.shadetabs1 li.selected {	
	background:#b60002;
	color:#FFFFFF;
}

.shadetabs1 li.selected a { 	
	background-color:#b60002;
	color:#FFFFFF;
}

.shadetabs1 li.selected a:hover {
	color:#FFFFFF;
	text-decoration:none;
	background:#b60002;
}

.contentstyle1 {
	display:block;
	text-align:left;
	padding: 6px;
	background:#FFFFFF;
/*	height:312px; */
	overflow:hidden;
	border:1px solid #DAE0D6;
	margin-bottom:3px;
	font:normal 11px Arial, Helvetica, sans-serif;
}

.contentstyle1 .newsBox {
	height:45px; 
	overflow:hidden; 
	margin:0 0 10px 5px;
	line-height:1.4;
	float:left; width:220px;
	}
	
.contentstyle1 .imgBox {
	float:left; 
	padding:0px 10px 4px 0; 
	text-align:center;
	}
	
.contentstyle1 img.wrap {
	float:left;
	margin:0 10px 0 0;
	}

