<style>
 body,td  {
   color : #000000;
   font-family : verdana, arial, helvetica, "sans-serif";
   font-size : 10px;
   font-weight : none;
 }
 
 a  {
   color : blue;
   text-decoration : none;
   font-weight : bold;
 }
 
 a:hover  {
   color : lime;
   text-decoration : none;
   background-color : gray;
   font-weight : bold;
 }
 
 a:active  {
   color : darkgreen;
   text-decoration : none;
   font-weight : bold;
 }
 
 .menu  {
   width : 100%;
   height : 20px;
   padding : 3 3 3 3;
   border-right : white 4px groove;
   border-top : white 2px groove;
   border-left : white 2px groove;
   border-bottom : white 4px groove;
   background-color : "#B97D2D";
   cursor : hand;
   color : white;
   font-weight : bold;
 }
 
 .submenu  {
   width : 100%;
   height : 20px;
   padding : 3 3 3 3;
   border-right : white 4px groove;
   border-top : white 2px groove;
   border-left : white 2px groove;
   border-bottom : white 4px groove;
   background-color : olive;
   cursor : hand;
   color : white;
   font-weight : bold;
 }
 
 .submenualfa  {
   width : 100%;
   height : 20px;
   padding : 3 3 3 3;
   border-right : white 4px groove;
   border-top : white 2px groove;
   border-left : white 2px groove;
   border-bottom : white 4px groove;
   background-color : olive;
   cursor : hand;
   color : white;
   font-weight : bold;
 }

 .option  {
   width : 100%;
   height : 20px;
   padding : 2 5 3 16;
   border : 1 1 1 1 solid #586A18;
   background-color : "#BCBC78";
   cursor : hand;
   color : black;
 }
 
.click-menu  {
   width : 170px;
 }
 
 .click-menu .box1  {
   background-color : #B97D2D;
   color : White;
   font-weight : bold;
   font-size : 10px;
   font-family : Verdana, Arial, Helvetica, "sans-serif";
   padding : 4px 8px;
   border-width : 1px;
   border-color : #448882;
   border-style : solid solid solid solid;
   cursor : hand;
   position : relative;
 }
   
 .click-menu .box1 a  {
   background-color : #B97D2D;
   color : White;
   font-weight : bold;
   font-size : 10px;
   font-family : Verdana, Arial, Helvetica, "sans-serif";
   padding : 0px 0px;
   cursor : hand;
   border-width : 0px;
 }

 .click-menu .box1-hover  {
   background-color : #B97D2D;
   color : Yellow;
   font-weight : bold;
   font-size : 10px;
   font-family : Verdana, Arial, Helvetica, "sans-serif";
   padding : 4px 8px;
   border-width : 1px;
   border-color : #99CCAE;
   border-style : solid solid solid solid;
   cursor : hand;
   position : relative;
 }
 
.click-menu .box1-open  {
   background-color : #B97D2D;
   color : Yellow;
   font-weight : bold;
   font-size : 10px;
   font-family : Verdana, Arial, Helvetica, "sans-serif";
   padding : 4px 8px;
   border-width : 1px;
   border-color : #448882;
   border-style : solid solid none solid;
   cursor : hand;
   position : relative;
 }
 
 .click-menu .box1-open-hover  {
   background-color : #B97D2D;
   color : Yellow;
   font-weight : bold;
   font-size : 10px;
   font-family : Verdana, Arial, Helvetica, "sans-serif";
   padding : 4px 8px;
   border-width : 1px;
   border-color : #99CCAE;
   border-style : solid solid none solid;
   cursor : hand;
   position : relative;
 }
 
 /* start smiley*/
 .click-menu .lnk1  {
   background-color : #B97D2D;
   color : White;
   font-weight : bold;
   font-size : 10px;
   font-family : Verdana, Arial, Helvetica, "sans-serif";
   padding : 4px 8px;
   border-width : 1px;
   border-color : #448882;
   border-style : solid solid solid solid;
   cursor : hand;
   position : relative;
   text-decoration : none;
 }
 
 .click-menu .lnk1 a  {
   padding : 0px 0px;
   cursor : hand;
   border-width : 0px;
 }
 
 .click-menu .lnk1-hover  {
   background-color : #B97D2D;
   color : Yellow;
   font-weight : bold;
   font-size : 10px;
   font-family : Verdana, Arial, Helvetica, "sans-serif";
   padding : 4px 8px;
   border-width : 1px;
   border-color : #448882;
   border-style : solid solid solid solid;
   cursor : hand;
   position : relative;
   text-decoration : none;
 }
 
 .click-menu .lnk1-hover a  {
   padding : 0px 0px;
   cursor : hand;
   border-width : 0px;
 }
 
 .click-menu .lnk1 a  {
   color : White;
   text-decoration : none;
   white-space : nowrap;
   font-weight : bold;
   font-size : 10px;
   font-family : Verdana, Arial, Helvetica, "sans-serif";
 }
 
 .click-menu .lnk1 a:hover  {
   color : Yellow;
   text-decoration : none;
   cursor : hand;
   white-space : nowrap;
   font-weight : bold;
   font-family : Verdana, Arial, Helvetica, "sans-serif";
   cursor : hand;
   cursor : hand;
   font-size : 10px;
 }
 
 /* end smiley*/
 .click-menu .box1 img, .click-menu .box1-hover img, .click-menu .box1-open img, .click-menu .box1-open-hover img, .click-menu .lnk1 img, .click-menu .lnk1-hover img  {
   position : absolute;
   top : 6px;
   right : 6px;
   font-size : 10px;
 }
 
 .click-menu .section  {
   background-color : #BCBC78;
   font-family : Verdana, Arial, Helvetica, "sans-serif";
   font-size : 10px;
   line-height : 15px;
   padding : 5px 5px 6px 5px;
   border-width : 1px;
   border-color : #448882;
   border-style : none solid solid solid;
   display : none;
 }
 
 .click-menu .section a  {
   color : Yellow;
   text-decoration : none;
   white-space : nowrap;
   font-weight : bold;
   font-family : Verdana, Arial, Helvetica, "sans-serif";
   font-size : 10px;
 }
 
 .click-menu .section a:hover  {
   color : Green;
   text-decoration : none;
   white-space : nowrap;
   font-size : 10px;
   font-family : Verdana, Arial, Helvetica, "sans-serif";
   font-weight : bold;
 }
 
 .click-menu .box2  {
    cursor : hand;
}
 
 .click-menu .box2-hover  {
   background : #FF9900;
   cursor : hand;
 }
  
 .click-menu .box3  {
    cursor : hand;
}
 
 .click-menu .box3-hover  {
   background : #FF9900;
   cursor : hand;
 }
 
 .click-menu .section .active, .click-menu .section .active:hover  {
   color : White;
   font-weight : bold;
 }
   
 .click-menu .options  {
   padding : 1 1 1 1;
   display : none;
}
   
 .click-menu .options a {
 }
   
 .click-menu .options a:hover {
 }

.click-menu .option  {
   width : 100%;
   height : 20px;
   padding : 2 5 3 16;
   border : 1 1 1 1 solid #ffffff;
   background-color : "#BCBC78";
   cursor : hand;
   color : white;
 }
 
 .click-menu .options .active, .click-menu .options .active:hover  {
   color : White;
   font-weight : bold;
 }
</style>

