/* Definitions different to global countries */
ul.secondNav {
		position:relative;
		padding:0px;
		margin:-2px 0px 0px 0px;
		width:960px;
		height:25px;
		background-color:#1B62A4;
		list-style-type:none;
		overflow : hidden;
		clear:both;
		display:none;
	}
	
	.secondNav li.button{
	  float:left;
		padding:0px 10px 0px 17px;
		list-style-type:none;
	}
	
	.secondNav li.button img.button{
		padding:0px 0px 0px 0px;
	}
	
/* Definitions different to global countries */

/* All right columns are set to red background and white text */
.contentFullWidthColWhite {
	background: url(../_img/bg/mca_bg_red.jpg) repeat-y top left;
}
.colWhite {
	color:#fff;
}

.contentFullWidthColRedPink {
	background: url(../_img/bg/mca_bg_pink.jpg) repeat-y top left;
}

.contentFullWidthColRedVert {
	background: url(../_img/bg/mca_bg_vert.jpg) repeat-y top left;
}

.contentFullWidthColRedBlue {
	background: url(../_img/bg/mca_bg_blue.jpg) repeat-y top left;
}

.contentFullWidthColRedRed2 {
	background: url(../_img/bg/mca_bg_red2.jpg) repeat-y top left;
}
