* {
z-index:0;
}
.news {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.2em;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #0066CC;
	text-decoration: none;
}
	font-family: Helvetica, Arial, sans-serif; 
.news:hover { 
	font-size: 12px; 
	font-style: normal; 
	line-height: 1.2em; 
	font-weight: bold; 
	font-variant: normal; 
	text-transform: none; 
	color: #FD0000; 
	text-decoration: underline; 
}
.glowingtabs-header {
	/*border:2px solid #abcdef;*/
	background:#fff;
	font-family: Helvetica, Arial, Sans-serif;
	font-size:18px;
	font-weight:bold;
	line-height:0.8em;
	color:#abcdef;
	padding:5px 10px;
	text-align:left;
	 z-index:-999;
}
.glowingtabs{
	float:left;
	width:228px;
	line-height:1.8em; /*Add border strip to bottom of menu*/
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0066cc;
	/*background:url('images/tabs-bottom.gif') repeat-x bottom left;*/
		background:white url('../images/smallshadow.png') repeat-x bottom left;

	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0066CC; */
}

.glowingtabs ul{
list-style: none;
margin:0;
padding:0;
}

.glowingtabs li{
display:inline;
margin:0;
padding:0;
}

.glowingtabs a{
	float:left;
	/*background:url('images/glowtab-left.gif') no-repeat left top;*/

	margin:0 0 0 0;
	margin-right: 0px; /*spacing between each tab*/
	padding:0 0 0 3px;
	text-decoration:none;
	line-height:1.4em;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666;
}

.glowingtabs a span{
	
	float:left;
	display:block;
	height:auto;
	background:#abcdff url('../images/smallshadow.png') repeat-x bottom left;
	padding: 5px 10px 5px 5px;
	font-weight:bold;
	color:#666;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-align:center;
	/*border-top:#789abc 5px solid;*/
	-moz-border-top-left-radius: 5px; -webkit-border-top-left-radius: 5px;
	-moz-border-top-right-radius: 5px; -webkit-border-top-right-radius: 5px;
	
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.glowingtabs a span {float:none;}
/* End IE5-Mac hack */

.glowingtabs a:hover span {
	color: #666;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.glowingtabs a.current,.glowingtabs a:hover { /*Selected Tab style*/
/*background-position:0 -40px; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabs a.current span, .glowingtabs a:hover span { /*Selected Tab style*/
/*	background-position:100% -40px; /*Shift background image up to start of 2nd tab image*/
	color:#000;
	background:#fff;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	/*border-top:5px #abcdef solid;*/
	-moz-border-top-left-radius: 5px; -webkit-border-top-left-radius: 5px;
	-moz-border-top-right-radius: 5px; -webkit-border-top-right-radius: 5px;
}


.tabcontainer{
	clear: left;
	width:208px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height:1.4em;
	font-weight: normal;
	height: 130px;
	overflow:hidden;
	margin: 0;
	padding: 10px;
	border-left:1px #ccc solid;
	border-bottom:1px #ccc solid;
	border-right:1px #ccc solid;
	/*border-top:5px #666 solid;*/
	background:#fff;
	
	/*-moz-border-radius: 5px; -webkit-border-radius: 5px;*/
	/*
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #0099FF;
	border-bottom-color: #0099FF;
	border-left-color: #0099FF;
	*/
}

.tabcontent{
display:none;
}

