.rewardsNav, .rewardsNav ul{
margin:0;
padding:0;
list-style-type:none;
list-style-position:outside;
position:relative;
font-family: arial;
font-size: 11px;
margin-top: 0px;
}




.rewardsNav .last a{
  border-right: 1px solid #ffb20c !important;
}

.rewardsNav .personal {
  width: 143px;
}

.rewardsNav .corporate {
  width: 160px;
}



.rewardsNav {
  line-height: 30px;
}

.rewardsNav .doubleLine {
  line-height: 15px;
}




.rewardsNav .firstLevel ul {
}

.rewardsNav .firstLevel a{
  display:block;
  color:#1b458d;
  text-decoration:none;
  background-color:#ffb20c;
  padding: 0px;
  height: 16px;
  border-right: 1px solid #ffdb00;
  height: 30px;
}

.rewardsNav .firstLevel a:hover{
}




.rewardsNav .secondLevel ul {
  opacity: 0.93;
  filter:alpha(opacity=93);
  -moz-opacity:0.93;
}

.rewardsNav li.secondLevel {
  position: relative; /* to fix the spacing between first level and second level */
  top: 15px;
}


.rewardsNav .secondLevel ul li {
}

.rewardsNav .secondLevel a{
  display:block;
  color:#fffffa;
  text-decoration:none;
  background-color:#ffb20c;
  min-height:25px;
  border-bottom: 1px solid #FFDB00;
  padding: 5px !important;
  line-height: 13px !important;
  border-right: 0px;
}

.rewardsNav .secondLevel a:hover{
  background:#ffc303;
}






.rewardsNav .thirdLevel a{
   display:block;
  padding:0px 5px;
  color:#fff;
  text-decoration:none;
  background-color:#eda200;
  height:35px;
  border:0;
}

.rewardsNav .thirdLevel a:hover{
  background-color:#ffc303;
}










.rewardsNav li{
float:left;
position:relative;
}

.rewardsNav ul {
position:absolute;
display:none;
width:12em;
top:1.5em;
}

.rewardsNav li ul a{
width:12em;
height:auto;
float:left;
}

.rewardsNav ul ul{
top:auto;
}	

.rewardsNav li ul ul {
left:12em;
margin:0px 0 0 10px;
}

.rewardsNav li:hover ul ul, .rewardsNav li:hover ul ul ul, .rewardsNav li:hover ul ul ul ul{
display:none;
}
.rewardsNav li:hover ul, .rewardsNav li li:hover ul, .rewardsNav li li li:hover ul, .rewardsNav li li li li:hover ul{
display:block;
}
