@charset "utf-8";
/* CSS Document */

.section-body{
	background: white;/*#e9f0f5; */
	padding:5px;
}
ul, li{border:0; margin:0; padding:0; list-style:none;}
ul{
	border-bottom:solid 5px #209cc2;
	height:29px;
}
li{float:left; margin-right:2px;}
.tab a:link, .tab a:visited{
	background:url(../img/tab-round.png) right 60px;
	color:#56554e;
	display:inline;
	font-weight:bold;
	height:30px;
	
	line-height:30px;
	text-decoration:none;
}
.tab a span{
	background:url(../images/tab-round.png) left 60px;
	display:inline;
	height:30px;
	
	margin-right:1px;/**/
	padding-left:14px;
	padding-right:14px;
	border:0px solid red;
}
.tab a:hover{
	background:url(../images/tab-round.png) right 30px;
	display:inline;
	
	color:#e0ded0;
}
.tab a:hover span{
	background:url(../images/tab-round.png) left 30px;
	display:inline;
	
}

/* -------------------------------- */
/* 	ACTIVE ELEMENTS					*/
.active a:link, .active a:visited, .active a:visited, .active a:hover{
	color:#1c4e7e;
	background:url(../images/tab-round.png) right 0 no-repeat;
} 
.active a span, .active a:hover span{
	background:url(../images/tab-round.png) left 0 no-repeat;
}