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


#tab_5 {
	width: 180px;
	height: 30px;
	z-index: 5;
	background: url(../images/tabs/blue_tab.png) no-repeat left;
	position: absolute;
	top: 70px;
	left: 5px;
	border-bottom: solid 1px #000066;
}

#tab_4 {
	width: 180px;
	height: 30px;
	z-index: 4;
	background: url(../images/tabs/orange_tab.png) no-repeat left;
	position: absolute;
	top: 70px;
	left: 155px;
	border-bottom: solid 1px #000000;
}

#tab_3 {
	width: 180px;
	height: 30px;
	z-index: 3;
	background: url(../images/tabs/orange_tab.png) no-repeat left;
	position: absolute;
	top: 70px;
	left: 305px;
	border-bottom: solid 1px #000000;
}

#tab_2 {
	width: 180px;
	height: 30px;
	z-index: 2;
	background: url(../images/tabs/orange_tab.png) no-repeat left;
	position: absolute;
	top: 70px;
	left: 455px;
	border-bottom: solid 1px #000000;
}

#tab_1 {
	width: 180px;
	height: 30px;
	z-index: 1;
	background: url(../images/tabs/orange_tab.png) no-repeat left;
	position: absolute;
	top: 70px;
	left: 605px;
	border-bottom: solid 1px #000000;
}

#tab_1 p, #tab_2 p, #tab_3 p, #tab_4 p, #tab_5 p {
	margin: 7px 0 0 35px;
	text-align: left;
	color: #FFFFFF;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#tab_1 a:link, #tab_2 a:link, #tab_3 a:link, #tab_4 a:link, #tab_5 a:link {
	text-decoration: none;
	color: #ffffff;
}

#tab_1 a:hover, #tab_2 a:hover, #tab_3 a:hover, #tab_4 a:hover, #tab_5 a:hover {
	text-decoration: none;
	color: #ffffff;
}

#tab_1 a:visited, #tab_2 a:visited, #tab_3 a:visited, #tab_4 a:visited, #tab_5 a:visited {
	text-decoration: none;
	color: #ffffff;
}










