.tabcontent{
display:none;
padding:20px;
}


.main-tab-content {
	background-color:#000000;
	width:346px;
	min-height:370px;
}
/*This is a hack that only IE will see - it is a substitute for the min-height rule that IE stupidly can't see*/
* html .main-tab-content {
	height: 370px;
}


	#countrytabs {
      float:left;
      width:100%;
      background:#251B15 url("images/tab_bg.gif") repeat-x bottom;
	  font:x-small/1.5em Arial,Helvetica,Verdana,Sans-serif;
      font-size:85%;
      line-height:normal;
      }
    #countrytabs ul {
      margin:0;
      list-style:none;
      }
    #countrytabs li {
      float:left;
      background:url("images/navl.gif") no-repeat left top;
      margin:0;
      padding:0px 0 0 9px;
      }
    #countrytabs a {
      float:left;
      display:block;
      background:url("images/navr.gif") no-repeat right top;
      padding:5px 10px 4px 2px;
      text-decoration:none;
      font-weight:normal;
	  background-color: #C2AF04;
      color:#000000;
      }
    /* Commented Backslash Hack
       hides rule from IE5-Mac \*/
    #countrytabs a {float:none;}
    /* End IE5-Mac hack */
    #countrytabs a:hover {
	  background:url("images/navr.gif") no-repeat right top;
	  background-color: #C2AF04;
      color:#ffffff;
      }
    #countrytabs #current {
      background-image:url("images/navlh.gif");
      border-width:0;
      }
    #countrytabs #current a {
      background-image:url("images/navrh.gif");
      background-color: #000000;
      color:#ffffff;
      padding-bottom:5px;
      }
