                .menuBar1 {
                        width: 250px;
                        border-style: solid;
                        border-width: 0px;
                        border-color: #FFFFFF;
                        font-size:10px;
                        font-family:verdana;
                        text-align:left;



                }
                .menuBar1 a {
                padding-left:6px;
                        display: block;
                        text-decoration: none;
                        border-style: solid;
                        border-width: 0px;
                        border-top-color: #FFFFFF;
                        border-bottom-color: #CFCFCF;
                        border-left-color: #FFFFFF;
                        border-right-color: white;

                        color: #000000;

                }
                .menuBar1 a:hover {

 color: #000;
 font-weight:normal;

                }
                .subMenu a{
                        background-color: #EFEFEF;
                        padding-left: 3px;
                        border-width: 0px;
                        color: darkslategray;
                }