/*ADDED BY Godwin to drive the header menu*/

#TJK_dropDownMenu {
      position:relative;
      float:right;
      top:20px;
      margin: 0;
      padding: 0;
      border: 0;
      width:98%;
      z-index:999;
}

/* All LIs */
#TJK_dropDownMenu li {
  position:relative;
  text-align:right;
  cursor:pointer;
  float:right;
  list-style-type:none;
  color:#FFFFFF;
  display:inline;
  margin-left:3px;
  padding-left:3px;
  margin-right:30px;
  padding-right:30px;
  border-color:#FFFFFF;
  font: bold 12px tahoma,verdana,sans-serif;
  height:30%;
}
/* sub-menu ULs */
#TJK_dropDownMenu li ul{
  position:absolute;
  width:auto;
 /* width:160px; /*S&11em*/ 
 /* !important;/* leaves room for padding */
  cursor:default;
  cursor:pointer;
  height:auto;
  display:none;
  float:right;
  -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   border-radius: 10px;
 /* background-color:#F0F0F0;*/
  z-index:999;
}

/* sub-menu LIs */
#TJK_dropDownMenu li ul li {
    position:relative;
    left:-200px;
    top:50px;
    width:auto;
    margin:0px;
    padding:0px;
    margin-bottom:2px;
    padding-bottom:2px;
    border-bottom-color:#000000;
    background-color:#EFF3FE;
    z-index:9999;
    border-radius: 5px ;
-moz-border-radius: 5px ;
-webkit-border-radius: 5px ;
}

/* All anchors */
#TJK_dropDownMenu li a{
  cursor: pointer;
  text-decoration:none;
  display:block;
  float:left;
  height:40px;
  width: inherit;
  line-height:3.2em;
  text-align:left;
  font-size:16px;
  color:#999999;
  font-family: "Gill Sans Light","GillSans-Light", "Gill Sans", sans-serif;
}

/* sub-menu Anchors */
#TJK_dropDownMenu li ul li a {
  width:160px; /*9em;*/
  position:relative !important; /* ie Mac */
  cursor:pointer !important;
  white-space:nowrap;
  line-height:1.7em;
  color:#FF903A;
  height:1.7em;
  font-size:14px;
  font-weight:bolder;
  text-align:center;
  background-position:0 50% !important;
}
/* :hover and stuff  */
#TJK_dropDownMenu li a:hover,
#TJK_dropDownMenu li a:focus,
#TJK_dropDownMenu li a:active {color:#33CCFF;/*#000*/}
/* move the declarations from the rule below the one above if you want a background swap on *all* anchors, including the top level ones */
#TJK_dropDownMenu ul a:hover,
#TJK_dropDownMenu ul a:focus,
#TJK_dropDownMenu ul a:active {color:blue;/*#fff*/!important;background:#c30}
/* display and z-index for the sub-menus */
#TJK_dropDownMenu li:hover ul,
#TJK_dropDownMenu li.msieFix ul {display:block;z-index:999;right:0px; width:100px;top:3.6em !important;}
#TJK_dropDownMenu li:hover ul li,
#TJK_dropDownMenu li.msieFix li{left:0px; top:-10px; !important;}
#TJK_dropDownMenu li.msieFix a {}

#lowermenuvoucher{
    z-index:999;
}

marquee {
    margin-top:10px;
    padding-top:10px;
    margin-bottom:20px;
    padding-bottom:20px;
}

#arealegend {
    position: relative;
    width:100%;
    height: auto;
    z-index:1;
}
#divcon{
    position: relative;
    float:left;
    width:35%;
    height:200px;;
    z-index:2;
    margin:1%;
    padding:1%;
}

#folcon{
    height:90%;
}
#divchild {
    position: relative;
    float:right;
    width:35%;
    z-index:3;
    margin:1%;
    padding:1%;
}

#divarea img {
    cursor:pointer;
}
#divaread{
    position: relative;
    z-index:4;
    margin:1%;
    padding:1%;
}
.folderdiv{
    border: 10px solid #e3e3e3;
    min-height:100px;
    min-width:150px;
    height:150px;
    width:auto;
    background-color:#FFFFFF;
    overflow:scroll;
}

.folderdiv ul {

}
#folcon .scrolselect a {
    font-weight:bold;
    font-size:20px;
    font-style:italic;
    color:#000000;
}
#folcon ul.scrolltable li.scrolselect img {
    height:45px;
}
ul .scrolltable li img {
    height:25px;
}
ul .scrolltable li a {
    font-size: 14px;
    color:#666666;
    text-decoration:none;
}