/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 2px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
list-style-type: none;
 /*set to left, center, or right to align the menu as desired*/
color: #fff;
font-size: 9px;
text-transform: uppercase;
font-weight: bold;


text-align: center;
display: inline;

}

.shadetabs li{
display: inline;
margin: 0;
color:#fff;	
float:left;


}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 4px 7px;
color:#fff;
background: white url(mnuBkg.gif) top left repeat-x;
display:block;
}

.shadetabs li a:visited{
color: #fff;
}

.shadetabs li a:hover{
text-decoration: none;
color: #fff;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
color: #3A6891 !important;
color: #3A6891;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(mnuBkgOvr.gif);
border-bottom-color: #EEF5FA;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
color: #3A6891;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

#country4 {
 width:150px;
 }