/* ######### CSS for Shade Tabs. Remove if not using ######### */

#newsBox, #newsTabs {
	position: static;
	z-index: 9999;
}

#newsBox {
 clear: both;
 padding: 15px;
}

a.itemtitle {
	display: block;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #990000;	
}


.itemdescription {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 15px;
}

.itemMore {
	display: block;
	text-align: right;
	font-weight: bold;
	color: #002658;
	font-size: 13px;
}

.newstabs{
float: right;
margin: 10px 10px 0 0;
font-weight: bold; 
font-size:13px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.newstabs li{
display: inline;
margin: 0;
}

.newstabs li a {
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
color: #ccc;
}



.newstabs li a:hover{
color: #fff;
}

.newstabs li a.selected{ /*selected main tab style */
background-color: #002658;
color: #fff;
}

.newstabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}



