/* NAV MENU css for Tamar HR  */
.head-r ul {
 width: 278px; 
}
.head-r ul li {
 width: 278px; 
 height: 25px;
 margin-top: 6px;
}
.head-r ul ul.nav li {
 float: left; 
 width: 134px;
 height: 25px;
 background: #c2c3c4 url('images/bg_menu.png') no-repeat 5px 0;
 position: relative;
}
.head-r ul ul.nav li.nright {
 float: right; 
}
.head-r ul ul.nav li span {
  position: absolute;
  width: 124px;
  padding-left: 10px;
  height: 25px;
}

.head-r ul ul.nav li a {
 color: #888;
 text-decoration: none;
 font-size: 11px;
 line-height: 25px;
}
.head-r ul ul.nav li a:hover {
 color: #333;
 text-decoration: none;
}
.head-r ul ul.nav li:hover {
 background-color: #818285;
}


/* ************* Tool Tip Note *********** */

.head-r ul ul.nav li span.all {
  width: 545px;
  line-height: 15px;
  text-align: right;
  font-weight: bold;
}
.head-r ul ul.nav li span.note1 {
  position: absolute;
  left: -560px;
  top: 0px;
  color: #c96;
  display: none;  
}
.head-r ul ul.nav li:hover span.note1 {
  display:block;
 z-index: 200 !important;
}
.head-r ul ul.nav li span.note2 {
  position: absolute;
  left: -704px;
  top: 0px;
 color: #69c;
  display: none;  
}
.head-r ul ul.nav li:hover span.note2 {
  display:block;
 z-index: 200 !important;
}
.head-r ul ul.nav li span.note3 {
  position: absolute;
  left: -560px;
  top: -30px;
 color: #c99;
  display: none;
}
.head-r ul ul.nav li:hover span.note3 {
  display:block;
 z-index: 200 !important;
}
.head-r ul ul.nav li span.note4 {
  position: absolute;
  left: -704px;
  top: -30px;
 color: #99c;
  display: none;
}
.head-r ul ul.nav li:hover span.note4 {
  display:block;
 z-index: 200 !important;
}
.head-r ul ul.nav li span.note5 {
  position: absolute;
  left: -560px;
  top: -60px;
 color: #699;
  display: none;  
}
.head-r ul ul.nav li:hover span.note5 {
  display:block;
 z-index: 200 !important;
}
.head-r ul ul.nav li span.note6 {
  position: absolute;
  left: -704px;
  top: -60px;
 color: #797;
  display: none;  
}
.head-r ul ul.nav li:hover span.note6 {
  display:block;
 z-index: 200 !important;
}