#tabs {
  height: 215px;
  font: 19px Trebuchet, arial !important;
  color: #000 !important;
}

.ui-tabs .ui-tabs-nav { 
	list-style: none; 
}

.ui-tabs .ui-tabs-nav li { 
	position: relative; 
}

.ui-tabs-panel {
 height:240px;
 overflow: hidden;
  *margin-bottom: 10px;	
}

.ui-tabs .ui-tabs-nav li a { 
	text-decoration: none !important; 
  color: #000 !important;
}

.ui-tabs-hide {
        display: none;
}


ul#welcome {
list-style: none;
display: block;
float: left;
height: 45px;
font: 19px Trebuchet, arial !important;
margin-left: -20px;
*margin-left: 10px;
}

#welcome li {
display: inline;
border: 2px solid #EDEDED;
background: #F7F5ED;
padding: 10px !important;
text-decoration: none !important; 
color: #000 !important;
*line-height: 35px;
}

#welcome a:hover {
text-decoration: none;
}

.atab {
*padding: 5px;
}

#tabs a:active, a:focus {
      outline: 0;	
}

#tabs a {
color: #42413F;
}

.ui-tabs-selected a {
color: #A74623 !important;
background: #F2EFE2 !important;
font: bold 19 Trebuchet, arial !important;
}


