.basictab ul{
margin: 0px;
background:#d0d4dd;
font: bold 15px Verdana;
border-bottom: 0px solid gray;
list-style-type: none;
background-image: url('../images/menurc.jpg');
background-position: bottom;
background-repeat: repeat-x;
text-align: right; /*set to left, center, or right to align the menu as desired*/
}

.basictab{
background:#d0d4dd;
font: bold 15px Verdana;
border-bottom: 0px solid gray;
list-style-type: none;
background-image: url('../images/menurc.jpg');
background-position: bottom;
background-repeat: repeat-x;
padding:0px;
width:100%;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
margin: 0;

.basictab li a{
color: #506070;
height: 23px;
padding-right:5px;
padding-top:4px;
padding-left:5px;
width:74px;
text-align: center;
border: 0px solid #770000;
}

.basictab li a:hover{
background-image: url(../images/menubg.jpg);
color: #506070;
border: 0px solid #770000;
background: #d0d4dd;
}


.basictab li a.current{
background-image: url(../images/menubg.jpg);
color: #506070;
height: 23px;
padding-right:5px;
padding-top:4px;
padding-left:5px;
width:74px;
text-align: center;
border-bottom: 0px solid #770000;
}


.basictab li a:active{
color: white;
background-image: url(../images/menubg.jpg);
}

.tabcontainer{
clear: left;
background: #d0d4dd;
width:100%; /*width of 2nd level sub menus*/

}

.tabcontent{
display:none;
padding:4px;
background:#ebeef4;
}


.tbl_container{
padding:4px;
width:98%;
background:#ebeef4;

}

.tblh_container{
background:#d0d4dd;
font: bold 15px Verdana;
border-bottom: 1px solid #B5B5B5;
padding:5px;
width:98%;

text-align: center; /*set to left, center, or right to align the menu as desired*/
}
