/*
# ***** BEGIN LICENSE BLOCK *****
#
# altowithjQuery
# Theme by Pyeb
# Contributor : Pierre Van Glabeke
# License: http://creativecommons.org/licenses/by-nc/2.0/fr/
#
# ***** END LICENSE BLOCK *****
*/

/* SimpleMenu */
#top {padding-bottom:11px;}
#nav {
  clear: both;
  margin: -30px 0 40px 80px;
  padding: 0;
}

#supranav {
  margin: 0;
  padding: 0;
  background:none;
}
#supranav li {
  display: block;
  height: 26px;
  background: url(img/menu/bgtableft.png) left top no-repeat;
  text-transform: lowercase;
  font-size: 10pt;
  text-decoration: none;
	float: left;
	margin-right:10px;
}
* html #nav li { /* Filter for IE6 to prevent li stacking */
  float: left;
  text-decoration: none;
}
* html #nav li a { /* Filter for IE6 to prevent li stacking */
  float: left;
  margin-left: 4px;
  text-decoration: none;
}
#supranav li a {
  display: block;
  margin-left: 9px /*6px*/;
  /*padding-left: 5px;*/
  padding-right: 9px /*12px*/;
  line-height: 26px;
  font-weight: bold;
  color: #fff;
  background: url(img/menu/bgtabright.png) right top no-repeat;
  text-decoration: none;
}
#supranav li.active {
  background-position: left -26px;
}
#supranav li.active a {
  background-position: right -26px;
  color: #000;
}
#supranav li:hover {
  background-position: left -26px;
  text-decoration: none;
}
#supranav li a:hover {
  background-position: right -26px;
  color: #000;
}