
#header {
	position:relative;
	float: left;
    	/*width:607px;40em*/
	font-size: 0.8em;
	/*line-height: 10px;*/	
}

#Country_Tabs{
	margin: 0px;
	padding: 0px;
	list-style: none;
    font-family: Verdana;
    /*line-height:12px;*/
    vertical-align:bottom;
    
}
.Country_Tab{
	float: left;
	/*display:inline;*/
	margin: 0px;
	margin-top: 8px;
	padding: 0px;
	
	text-align: center;
	position:relative;
}
.Country_tab_a{
	float: left;	
	display: block;
	/*width: 61px;*/
	width: 7em;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 5px;
	text-decoration: none;
	font-weight: bold;

}
.Country_tab_right {background: url("../images/rounded_containers/Tab_right-fs8.png")  no-repeat right top;}
#header .shadow_left .Country_tab_right {background: url("../images/rounded_containers/Tab_shadow_left-fs8.png") no-repeat right top;}
.Country_tab_left{ background: url("../images/rounded_containers/Tab_left-fs8.png")  no-repeat left top;}
#header .shadow_right .Country_tab_left {background: url("../images/rounded_containers/Tab_shadow_right-fs8.png") no-repeat left top;}

.shadow_right .Country_tab_repeat{
	background: url("../images/rounded_containers/Tab_shadow_right_repeat-fs8.png")  repeat-y;	
	position:absolute;
	top:20px;
	left:0px;
	width:12px;
	height:100%;
}
.shadow_left .Country_tab_repeat{
	background: url("../images/rounded_containers/Tab_shadow_left_repeat-fs8.png")  repeat-y;	
	position:absolute;
	top:20px;
	right:0px;
	width:12px;
	height:100%;
}

.unselected {margin-top:13px;}
.selected .Country_tab_a{
	padding-left:5px;
	padding-right:5px;
	padding-bottom:10px;
}

/** SCOTLAND **/
#Scotland, #Scotland_shadow {
	background: url("../images/rounded_containers/Tab_Scotland_middle.png") repeat-x left bottom;
	background-color: #006699;
}
#Scotland_selected {background-color: #006699;}
#header #Scotland_selected a, #header #Scotland a, #header #Scotland_shadow a {color: white;}

/** ENGLAND **/
#England, #England_shadow {
	background: url("../images/rounded_containers/Tab_England_middle.png") repeat-x left bottom;
	background-color: white;
}
#England_selected { background: url("../images/rounded_containers/Tab_England_satin_middle-opt.png") repeat-x left top; }
#England_selected .Country_tab_right {background: url("../images/rounded_containers/Tab_England_satin_right-opt.png")  no-repeat right top;}
#England_selected .Country_tab_left {background: url("../images/rounded_containers/Tab_England_satin_left-opt.png")  no-repeat left top;}
#England_selected {background-color: white;}
#header #England_selected a, #header #England a, #header #England_shadow a {color: #062f99;}

/** WALES **/
#Wales, #Wales_shadow {
	background: url("../images/rounded_containers/Tab_Wales_middle.png") repeat-x left bottom;
	background-color: #cf2c44;
}
#Wales_selected {background-color: #cf2c44;}
#header #Wales_selected a, #header #Wales a, #header #Wales_shadow a {color: white;}

/** Northern Ireland **/
#NIreland, #NIreland_shadow {
	background: url("../images/rounded_containers/Tab_NIreland_middle.png") repeat-x left bottom;
	background-color: #6fbe44;
}
#NIreland_selected {background-color: #6fbe44;}
#header #NIreland_selected a, #header #NIreland a, #header #NIreland_shadow a {color: white;}

/** Worldwide **/
#Worldwide, #Worldwide_shadow {
	background: url("../images/rounded_containers/Tab_Worldwide_middle.png") repeat-x left bottom;
	background-color: #ffcc00;
}
#Worldwide_selected {background-color: #ffcc00;}
#header #Worldwide_selected a, #header #Worldwide a, #header #Worldwide_shadow a {color: #2d0001;}




/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {
	float: none;
    
}
/* End IE5-Mac hack */
#header a:hover {
	color: #333;
}
