/* CSS Document */

#nav {
  margin : 0 auto;
  padding : 0 0 0 11px;
  width : 850px;
  height : 40px;
  list-style : none;
  font-family : "Gill Sans MT", Verdana, Arial, Helvetica, sans-serif;
  font-size : 11px;
}
#nav li {
  height : 40px;
  float : left;
  position : relative;
}/*
#nav li a {
  margin : 0;
  padding : 1px 3px 0 0;
  width : 100px;
  height : 16px;
  display : block;
  float : left;
  background : url(/2008%20Site/images/layout/nav/tab_bg.jpg) bottom left no-repeat;
  color : #FFFFFF;
  text-align : center;
  text-decoration : none;
}
#nav li a :hover {
  background-position : top left;
  font-weight : bold;
  cursor : pointer;
}*/
#nav li a {
  color : #2C3DB1;
}
#nav li a.over {
  background-position : top left;
  color : #4D5ED5;
  cursor : default;
}

#tab_home a {
  margin : 0;
  padding : 0 4px 0 0;
  width : 100px;
  height : 40px;
  display : block;
  float : left;
  /*background : url(/2008%20Site/images/layout/nav/nav_home.gif) bottom left no-repeat;*/
  background : url(/2008%20Site/images/layout/nav/nav_new/nav_home.gif) top left no-repeat;
  font-size : 1px;
  color : #4D5ED5;
  text-align : left;
  text-decoration : none;
}
#tab_home a:hover {
  background-position : bottom left;
  color : #4D5ED5;
}

#tab_networking a {
  margin : 0;
  padding : 0 0 0 4px;
  width : 100px;
  height : 40px;
  display : block;
  float : left;
  /*background : url(/2008%20Site/images/layout/nav/nav_networking.gif) bottom left no-repeat;*/
  background : url(/2008%20Site/images/layout/nav/nav_new/nav_networking.gif) top left no-repeat;
  font-size : 1px;
  color : #4D5ED5;
  text-align : left;
  text-decoration : none;
}
#tab_networking a:hover {
  background-position : bottom left;
  color : #4D5ED5;
}

#tab_repair a {
  margin : 0;
  padding : 0 0 0 4px;
  width : 100px;
  height : 40px;
  display : block;
  float : left;
  background : url(/2008%20Site/images/layout/nav/nav_new/nav_services.gif) top left no-repeat;
  font-size : 1px;
  color : #4D5ED5;
  text-align : left;
  text-decoration : none;
}
#tab_repair a:hover {
  background-position : bottom left;
  color : #4D5ED5;
}

#tab_products a {
  margin : 0;
  padding : 0 0 0 4px;
  width : 100px;
  height : 40px;
  display : block;
  float : left;
  /*background : url(/2008%20Site/images/layout/nav/nav_products.gif) bottom left no-repeat;*/
  background : url(/2008%20Site/images/layout/nav/nav_new/nav_products.gif) top left no-repeat;
  font-size : 1px;
  color : #4D5ED5;
  text-align : left;
  text-decoration : none;
}
#tab_products a:hover {
  background-position : bottom left;
  color : #4D5ED5;
}

#tab_web a {
  margin : 0;
  padding : 0 0 0 4px;
  width : 100px;
  height : 40px;
  display : block;
  float : left;
  /*background : url(/2008%20Site/images/layout/nav/nav_web.gif) bottom left no-repeat;*/
  background : url(/2008%20Site/images/layout/nav/nav_new/nav_web.gif) top left no-repeat;
  font-size : 1px;
  color : #4D5ED5;
  text-align : left;
  text-decoration : none;
}
#tab_web a:hover {
  background-position : bottom left;
  color : #4D5ED5;
}

#tab_team a {
  margin : 0;
  padding : 0 0 0 4px;
  width : 100px;
  height : 40px;
  display : block;
  float : left;
  background : url(/2008%20Site/images/layout/nav/nav_new/nav_team.gif) top left no-repeat;
  font-size : 1px;
  color : #4D5ED5;
  text-align : left;
  text-decoration : none;
}
#tab_team a:hover {
  background-position : bottom left;
  color : #4D5ED5;
}

#tab_location a {
  margin : 0;
  padding : 0 0 0 4px;
  width : 100px;
  height : 40px;
  display : block;
  float : left;
  background : url(/2008%20Site/images/layout/nav/nav_new/nav_location.gif) top left no-repeat;
  font-size : 1px;
  color : #4D5ED5;
  text-align : left;
  text-decoration : none;
}
#tab_location a:hover {
  background-position : bottom left;
  color : #4D5ED5;
}

#tab_contact a {
  margin : 0;
  padding : 0 0 0 4px;
  width : 100px;
  height : 40px;
  display : block;
  float : left;
  /*background : url(/2008%20Site/images/layout/nav/nav_contact.gif) bottom left no-repeat;*/
  background : url(/2008%20Site/images/layout/nav/nav_new/nav_contact.gif) top left no-repeat;
  font-size : 1px;
  color : #4D5ED5;
  text-align : left;
  text-decoration : none;
}
#tab_contact a:hover {
  background-position : bottom left;
  color : #4D5ED5;
}