@charset "utf-8";
/* CSS Document */

#navigation {
  	clear: both;
  	height: 31px;
  	width: 100%;
	position: absolute;
    top: 92px;
}

#navigation ul {
  	float: right;
	margin: 0;
}

#navigation ul li {
  	display: block;
  	float: left;
  	height: 31px;
  	list-style-type: none;
	margin-top:2px;
  	padding: 0 1px 0 0;
}

#navigation ul li a {
  	color: #fff;
  	display: block;
  	text-decoration: none;
  	font-size: 12px;
  	font-weight: bold;
  	height: 100%;
  	line-height: 31px;
  	padding: 0 0 0 18px;
}

#navigation li a span {
  	display: block;
  	height: 100%;
  	padding: 0 18px 0 0;
}

#navigation li a:hover, #navigation li.welcome a {
  	background: url(../images/hover2.jpg) no-repeat left;
  	color: #fff;
  	cursor: pointer;
  	text-decoration: none;
}

#navigation li.welcome a span, #navigation li a:hover span {
  	background: url(../images/hover2.jpg) no-repeat right;
}

