/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.langtab
{
    margin-top: 0;
    margin-bottom:7px;
    margin-right: 0;
    list-style-type: none;
    text-align:right;
}

.langtab li
{
    display: inline;
    margin: 0;
}

.langtab li a
{
    background-color: #2175bc;
    color: white;
    padding: 3px 11px;
    text-align: center;
    text-decoration: none;
    margin-right: 1px;
}

.langtab li a:hover
{
    background-color: #8EBAE5;
}

.basictab{
padding: 3px 0;
margin-left: 0;
margin-right: 0;
margin-top: 7px;
margin-bottom: 0px;
font: bold 12px Verdana;
border-bottom: 1px solid gray;
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: 3px 5px;
margin-right: 2px;
border: 1px solid gray;
border-bottom: none;
background-color: #f6ffd5;
color: #2d2b2b;
}

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

.basictab li a:hover{
background-color: #00FF33;
/*background-color: #DBFF6C;*/
color: black;
}

.basictab li a:active{
color: black;
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 4px;
background-color: #DBFF6C;
color: black;
}
