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

/*tabbed Nav */
.section-body{
	background:#e9f0f5;
	height:140px;
	padding:14px;
}
.tab ul, .tab li{border:0; margin:0; padding:0; list-style:none;}
.tab ul{
	height:27px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #e9f0f5;
}
ul.tab {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	cursor: pointer;
}

.tab li{
	float:left;
	margin-right:2px;
	cursor: default;
}
.tab a:link, .tab a:visited{
	color:#005897;
	display:block;
	font-weight:bold;
	height:27 px;
	line-height:27px;
	text-decoration:none;
	background-image: url(../images/tab-round_dd4.png);
	background-position: right 60px;
	cursor: inherit;
}
.tab a span{
	background:url(../images/tab-round_dd4.png) left 60px;
	display:block;
	height:27px;
	margin-right:14px;
	padding-left:14px;
	cursor: default;
}
.tab a:hover{
	background:url(../images/tab-round_dd4.png) right 30px;
	display:block;
	color:#005897;
	cursor: pointer;
}
.tab a:hover span{
	display:block;
	background-image: url(../images/tab-round_dd4.png);
	background-position: left 30px;
}

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


.active a span, .active a:hover span{
	background-image: url(../images/tab-round_dd4.png);
	background-repeat: no-repeat;
	background-position: left 0;
}
