/* Localized */
.subMenu {
	height: 27px;
	background-color: #1B72C4;
}
.subMenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
		.subMenu li {
			margin: 0;
			padding: 0;
			width: 128px;
			display: block;
			float: left;
		}
			.subMenu li a {
				margin: 0;
				padding: 3px 0 0 0;
				color: #ffffff;
				text-decoration: none;
				text-transform: uppercase;
				font-weight: bold;
				font-size: 9pt;
				line-height: 26px;
				display: block;
			}
			.subMenu li a:hover {
				text-decoration: underline;
			}
			
	.tab_3_1 {
		background-image: url(../images/3_1/tab_3_1.gif);
		background-repeat: no-repeat;
		background-position: center -3px;
	}
	.tab_3_2 {
		background-image: url(../images/3_1/tab_3_2.gif);
		background-repeat: no-repeat;
		background-position: center -3px;
	}
	.tab_3_3 {
		background-image: url(../images/3_1/tab_3_3.gif);
		background-repeat: no-repeat;
		background-position: center -3px;
	}
	
.subNav {
	margin: 3px 0;
	padding: 0;
	list-style-type: none;
}
	.subNav li {
		font-size: 8pt;
		line-height: 8pt;
		margin-bottom: 14px;
		text-transform: uppercase;
	}
		.subNav li a {
			font-size: 8pt;
			text-transform: uppercase;
			color: #1B72C4;
			font-family: tahoma, sans-serif;
			text-decoration: none;
		}
		.subNav li a:hover {
			text-decoration: underline;
		}	