#nav{
	height:45px;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	position:fixed;
	bottom:0px;
	left:0px;
	right:0px;
	background: #555;
	background: -moz-linear-gradient(top, #666, #333);
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#333));
	background: -o-linear-gradient(top, #666, #333);
	z-index:100;
}
#nav ul{
	height:40px;
	list-style:none;
	margin:6px auto 0px auto;
	width:800px;
	border:0px dashed #999;
}
#nav ul li{
	display:inline;
	float:left;
	margin:0px 2px;
}
#nav a{
	font-size:11px;
	font-weight:bold;
	float:left;
	padding: 2px 4px;
	color:#999;
	text-decoration: none;
	border:px solid #ccc;
	cursor: pointer;
	background:transparent url(../images/overlay.png) repeat-x center left;
	height:16px;
	line-height:16px;
}
#nav a:hover{
	background:#99999A none;
	color: #fff;
}
#nav a.top span, #nav a.bottom span{
	float:left;
	width:16px;
	height:16px;
}
#nav a.top span{
	background:transparent url(../images/top.png) no-repeat center center;
}
#nav a.bottom span{
	background:transparent url(../images/bottom.png) no-repeat center center;
}

#nav ul li.search{
	float:right;
}
#nav input[type="text"]{
	float:left;
	border:1px solid #ccc;
	margin:0px 1px 0px 50px;
	padding:2px 2px 2px 2px;
}
input.searchbutton{
	border:1px solid #ccc;
	padding:1px;
	cursor:pointer;
	width:30px;
	height:22px;
	background:#E8E9EA url(../images/search.png) no-repeat center center;
}
input.searchbutton:hover{
	background-color:#D9D9DA;
}
#nav li >a{
	width:110px;
	border:0px dashed #999;
	text-align:center;
}

.copybotm{height:69px;clear:both;}
