/*
jDIV STYLESHEET
A SKYROCKET LABS JQUERY PLUGIN
http://www.skyrocketlabs.com
fred@skyrocketlabs.com
*/

/* ARCHITECTURE */


#businessSolutions {
  width: 1018px;
  height: 30px;
  clear: both;
  margin-top:20px;
  margin-bottom:10px;
  color:#000;
  font-size:14px;
  text-align:center;
}

.line {
  width: 1018px;
  height: 1px;
  margin: 30px 0;
  background: #ddd;
  overflow: hidden;
}

/* DIV MENU DEMO LIST STYLE */

#businessSolutions ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#businessSolutions ul li {
  display: inline; 

}

#businessSolutions ul li a {
  float: left;
  display: block;
  font: bold 1.1em arial,verdana,tahoma,sans-serif;
  line-height: 30px;
  color: #000;
  text-decoration: none;
  margin-right:2px;
  margin-left:2px;
  padding-left:20px;
  padding-right:10px;
  background-image:url(../images/icons/car.png);
  background-position:left;
  background-repeat:none;
  background-repeat:no-repeat;
}

#businessSolutions ul li a:hover, #businessSolutions ul li a.active  {
  color: #fff;
  text-decoration: none;
  background: #98B021;
}

/* HIDDEN DIV PANEL STYLE */

#hidden-cms {
  position: absolute;
  width: 999px;
  height: 290px;
  margin-left:10px;
  margin-top:10px;
  background: #fff;
  display: none;
  z-index: 100;
}

#hidden-vms {
  position: absolute;
  width: 999px;
  height: 290px;
  margin-left:10px;
  margin-top:10px;
  background: #fff;
  display: none;
  z-index: 100;
}


