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

.shadetabs{
/* width:505px;*/
 padding: 3px 0;
 margin-left: 0;
 margin-top: 1px;
 margin-bottom: 0;
 font: bold 11px trebuchet ms;
/*background:#5483c6;*/
 list-style-type: none;
 text-align: left;/*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
 display: inline;
 background-color:#FFF;
 margin:1px;
}

.shadetabs li a{
 text-decoration: none;
 position: relative;
 z-index: 1;
 padding: 2px 2px 2px 2px;
 margin-right: 2px;
 /*border:1px solid #5483c6;*/
 background:#666;
 color: #FFF;
}

.shadetabs li a:visited{
 color: #2d2b2b;
}

.shadetabs li a:hover{
  text-decoration: none;
  color: #FFF;
  background:#000066;
}

.shadetabs li a.selected{ /*selected main tab style */
  position: relative;
  top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
  border-bottom-color: white;
}

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

#countrydivcontainer {
/*  width:505px;*/
  font:11px trebuchet ms;
  border-top:1px solid #666;
  background:url(../images/bkgrnd-a.png);
  color:#666;
  float:left;
  padding:8px 4px 2px 4px;
  margin-top:0px;
  text-align:justify;
  }
#menut{
margin-top:2px;
}
