.basictab{
    padding: 0px 0;
    margin-left: 0;
    font: bold 14px Verdana;
    /*border-bottom: 1px solid gray;*/
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 0;
    text-align: left; /*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 6px;
    margin-right: 2px;
    /* border: 1px solid gray; */
    border-bottom: none;
    background-color: black;
    color: White;
}

.basictab li a:hover{
    /*background-color: White; */
    color: #FF2400; /*Scarlet backgound*/
}

.basictab li a:active{
    color: black;
}

.selected {}

.submenustyle{
    text-align:left;
    padding: 2px 1px 2px 1px;
    border: 1px solid black;
    border-top-width: 0;
    width: 1000px;
    display: none;
    filter:alpha(opacity=0);
    -moz-opacity:0;
}

/* Might use later 
div#home {
    color:White;
}*/

* html .submenustyle{ /*IE only width definition*/
    width: 100%;
}

.submenustyle a{
    padding: 1px 15px 1px;
    text-decoration: none;
    color:#FF2400; /*Scarlet backgound*/}

.submenustyle a:hover{
    /*background-color: Black; */
    color:White;
}
