/* ################################################ */
A.homelink {
font: bold 9px Verdana;
text-decoration: none;
padding: 0px 7px 0px 7px;
color: #4C867A;
}
A.homelink:hover{
color: black;
}
A.subnavlink {
font: bold 9px Verdana;
text-decoration: none;
padding: 0px 7px 0px 7px;
color: #4C867A;
}
A.subnavlink:hover{
color: black;
}
/* ################################################ */
.basictab ul{
margin: 0px;
padding: 14px 0;
margin-left: 0;
font: bold 9px Verdana;
list-style-type: none;
text-align: right; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 0px 7px 20px 12px;
margin-right: 0px;
color: #FFFFFF;
}

.basictab li a:visited{
color: #FFFFFF;
}

.basictab li a:hover, .basictab li a.current{
color: #79C616;
background-image:url(/images2/tmplt-nav-indicate.gif);
background-position: 50% 17px;
background-repeat:no-repeat;
}

.basictab li a:active{
color: #79C616;
}

.tabcontainer{
clear: left;
width:95%; /*width of 2nd level sub menus*/
height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
padding-top: 3px;
text-align:right;
}

.tabcontent{
display:none;
padding-bottom:15px;
}