/*
# -- BEGIN LICENSE BLOCK ----------------------------------
# This file is part of Balcony, a theme for Dotclear.
#
# Copyright (c) 2010 - 2016 annso (contact@as-i-am.fr) and contributors
#
# Licensed under the GPL version 2.0 license.
# A copy of this license is available in LICENSE file or at
# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
# -- END LICENSE BLOCK ------------------------------------
*/

#navigation {
	width : 100%;
	height : 30px;
	background : #eee;
	border-bottom: 1px solid #DDDDDD;
	position : fixed;
	top : 0;
	left : 0;
}

/* SimpleMenu */
#navsm {
  display:block;
  clear: both;
  margin: 0;
  padding: 0;
}

#supranav {
  margin: 0 auto;
  padding: 8px 30px 0;
}
#supranav li {
  display: block;
  height: 26px;
  text-transform: uppercase;
	letter-spacing: 3px;
  font-size: 90%;
  text-decoration: none;
	float: left;
	margin:0 20px 0 0;
}
* html #navsm li { /* Filter for IE6 to prevent li stacking */
  float: left;
  text-decoration: none;
}
* html #navsm li a { /* Filter for IE6 to prevent li stacking */
  float: left;
  margin-left: 4px;
  text-decoration: none;
}
#supranav li a {
  display: block;
	color: #999;
	text-decoration: none;
}
#supranav li.active {
}
#supranav li.active a {
	color: #666;
}
#supranav li:hover {
  text-decoration: none;
}
#supranav li a:hover {
	border-bottom: 1px solid #ccc;
}