.tabs {
	margin-top: 0px;
	width: 500px;
	overflow: hidden;
	padding-right: 0px;

}

.tabs li {
	float: right;
	display: inline;
	margin-left: 3px;
	text-align: center;
	overflow: hidden;
	font-size: 11px;
}

.tabs li a {
	float: left;
	display: block;
	color: #FFF;
/***	font-weight: bold; **/
	padding-left: 15px;
	padding-right: 15px;
	line-height: 26px;
	height: 26px;
	background: url("menu-bg.gif") repeat-x top;
}

.tabs li a:hover {
	display: block;
	color: #c0ef05;
}

.tabs li a.selected {
	display: block;
	background: url("menu-bg3.gif") repeat-x bottom;
	color: #FFF;
}

.tabs li a.selected:hover {
	display: block;
	background: url("menu-bg6.gif") repeat-x bottom;
	color: #FFF;
}
/***************** CSS For TAB Content *******************/

.tabcontent {
	display: none;
	background:  url("tabtop.gif") repeat-x top;
/*	border: 1px solid #bfe3eb; */
	border-top: 0;
	padding-top: 8px;
	padding-left: 3px;
	padding-right: 3px;
	width: 535px;
	padding-bottom: 5px;
	overflow: hidden;
	font-size: 11px;
}

.tabcontent a, .tabcontent a strong {
	color: #2c78b9;
	line-height: 1.4em;
}

.tabcontent a:hover, .tabcontent a:hover strong {
	color: #4ba5f2;
}

.tabcontent ul li a {
	color: #2c78b9;
	line-height: 1.4em;
}

.tabcontent ul li a:hover {
	color: #4ba5f2;
}

.tabcontent ul li span {
	display: block;
	color: #999;
}