/*ADDED BY Godwin to drive the header menu*/

#TJK_dropDownMenu {
      position:relative;
      float:right;
      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;
 /* padding:2px;*/
  border-color:#FFFFFF;
/*  width:111px;*/
}
/* sub-menu ULs */
#TJK_dropDownMenu li ul{
  position:absolute;
  width:160px; /*S&11em*/ 
 /* !important;/* leaves room for padding */
  cursor:default;
  cursor:pointer;
  height:auto;
  display:none;
  float:right;
 /* background-color:#F0F0F0;*/
  z-index:999;
}

/* sub-menu LIs */
#TJK_dropDownMenu li ul li {
    position:relative;
    left:-200px;
    top:50px;
    width:auto;
    margin-bottom:0px;
    padding-bottom:0px;
    background-color:#EFF3FE;
    z-index:9999;
}

/* 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:center;
  font-size:24px;
 /* color:#FFFFFF;*/
  color:#999999;
}

/* 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:18px;
  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:150px;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;
}