.menuBox{
text-align:center;
}

.menuBox a.selected{
color:orange;
font-weight: bold;
}

.dropmenudiv{
visibility:hidden;
padding-top:5px;
padding-left:10px;
/*border-left: 1px solid black;*/
/*border-right: 2px solid black;*/
/*border-bottom: 2px solid black;*/
width:120px;
position:absolute;
line-height:18px;
background:#E9EDE8;
z-index:100;
}


.dropmenudiv a:hover{ 
      background:#24618E;
	color:white;
}



/* sub menu */
.submenuBox{
padding-bottom:5px;
border-bottom:solid 1px #66FF33;
}


   #tabsJ {
      float:right;
      width:100%;
      /*background:#F4F4F4;*/
      font-size:96%;
      line-height:normal;
	  border-bottom:2px solid #24618E;
      }
    #tabsJ ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
      }
    #tabsJ li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsJ a {
      float:right;
      background:url("/images/tableftJ.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabsJ a span {
      float:right;
      display:block;
      background:url("/images/tabrightJ.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#24618E;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsJ a span {float:none;}
    /* End IE5-Mac hack */
    #tabsJ a:hover span {
      color:#FFF;
      }
    #tabsJ a:hover {
      background-position:0% -42px;
      }
    #tabsJ a:hover span {
      background-position:100% -42px;
      }
    #tabsJ a.selected {
      color:#FFF;
      background-position:0% -42px;
      }
    #tabsJ a.selected span {
      color:#FFF;
      background-position:100% -42px;
      }


  #tabs {
      float:left;
      width:100%;
      background:#24618E;
      font-size:110%;
      line-height:normal;
      }
    #tabs ul {
	margin:0;
	padding:5px 5px 0 50px;
	list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
      float:left;
      background:url("/images/tableftC.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs a span {
      float:left;
      display:block;
      background:url("/images/tabrightC.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#666;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#FF9834;
	
      }
    #tabs a:hover {
      background-position:0% -42px;
      }
    #tabs a:hover span {
      background-position:100% -42px;
      }
    #tabs a.selected {
      background-position:0% -42px;
      }
    #tabs a.selected span {
      background-position:100% -42px;
      }


  #tabsInfo {
     float:left;
      width:100%;
      /*background:#F4F4F4;*/
      font-size:96%;
      line-height:normal;
	  border-bottom:2px solid #24618E;
      }
    #tabsInfo ul {
	margin:0;
	padding:10px 10px 0 0;
	list-style:none;
      }
    #tabsInfo li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsInfo a {
      float:left;
      background:url("/images/tableftI.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabsInfo a span {
      float:left;
      display:block;
      background:url("/images/tabrightI.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#24618E;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsInfo a span {float:none;}
    /* End IE5-Mac hack */
    #tabsInfo a:hover span {
      color:#FFF;
      }
    #tabsInfo a:hover {
      background-position:0% -42px;
      }
    #tabsInfo a:hover span {
      background-position:100% -42px;
      }
    #tabsInfo a.selected {
      color:#FFF;
      background-position:0% -42px;
      }
    #tabsInfo a.selected span {
      color:#FFF;
      background-position:100% -42px;
      }
