/* MENU FOR MOST BROWSERS */

/*ADDED BY CEE */

/* START =============== NAVIGATION CODE ========================= START */
/* CSS from tutorials of www.alsacreations.com/articles */

#div_QMlogo {
  cursor: pointer;
}

.menuCell {
  position : relative;
  float: left;
  height: 83px; 
  /*width: 100px;*/
  width: 86px;
}
#menuCell_solutions:hover, #menuCell_team:hover, #menuCell_contact:hover, #menuCell_support:hover, #menuCell_ourWork:hover {
  /*background-image: url("../images/bg.menu.highlight.jpg");*/
  color: #A1A1A4;
}
.menuActiveCell {
  /*background-image: url("../images/bg.menu.highlight.jpg");*/
  position : relative;
  float: left;
  height: 83px; 
  /*width: 100px;*/
  width: 86px;
  font-weight: bold;
  color: #A1A1A4;
}
.mainMenuLink{
  margin-top: 60px;
  margin-left: 0px;
  padding:0px;
  width:100%;
  font-weight: bold;
  text-align: center;
}
a.mainMenuLink  {
  text-decoration: none;
  color: #3A6AA4;
  font-weight: bold;
  text-align: center;
}
a.menuActiveLink  {
  text-decoration: none;
  color: #A1A1A4;
  font-weight: bold;
  text-align: center;
}

#smenu_solutions {
  position: center;
}

#submenus {
  position: absolute;
  clear: left;
  float: left;
  margin-top: 85px;
  width: 902px;
  height: 32px;
  color: #3A6AA4;
  /*background-color: #234659;
  border: 1px solid #FFFFFF;*/
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
} 

#submenus a, #submenus a:visited, #submenus a:active {
  text-decoration: none;
  color: #3A6AA4;
} 
#submenus a:hover {
  text-decoration: underline;
  color: #A1A1A4;
} 
#submenus a.activeSubmenu {
  font-weight: bold;
  /*color: #19C0F3;*/
  color: #A1A1A4;
  text-decoration: none;
}
/*


#menu {
  position : relative;
  height: 95px; 
}

dt, dl, dd, menu li {
  list-style-type: none;
  margin: 0 10px 0 0;
  padding: 0;
}


#menu ul {
  list-style-type: none;
  margin:0px;
  padding: 0;
}
#menu dl {
  float: left;
  margin: 0px;
  padding:0px;
  text-align: left;
  height: 95px; 
  width: 100px; 
}

#menu dl:hover {
  background-image: url("../images/bg.menu.highlight.jpg");
  color: #FFFFFF;
}

#menu dt {
  margin-top: 60px;
  margin-left: 0px;
  padding:0px;
  width:100%;
  text-align: center;
}

#menu li {
display: inline;
}

#menu a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}

#smenu_solutions, #smenu_team, #smenu_contact {
  position: relative;
  left: 0;
  top: 10px;
  margin-top:0px;
  margin-left:0px;
  width: 700px;
}
#submenus {
  position: relative;
  left: 0;
  top: 10px;
  margin-top:0px;
  margin-left:0px;
  width: 700px;
}
*/
/*
#smenu1 ul, #smenu2 ul, #smenu3 ul, #smenu4 ul {
  left: 0px;
  top: 10px;
  margin-top:0px;
  margin-left:0px;
}
*/
/* END =============== NAVIGATION CODE ========================= END */
