
#menu {
	background-color: #fafafa;
	border-top: solid 1px #d2d2d2;
	border-bottom: solid 1px #d2d2d2;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	float: left;
	font-size:12px;
	margin: 0;
	padding: 0;
}
#menu a {
	background:url("../images/menu/seperator.gif") bottom right no-repeat;
	color:#666666;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}
#menu a:hover {
	background: #1A4581 url("../images/menu/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}
#menu .active
	{
	background: #1A4581 url("../images/menu/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
	}
	
#menu .rss
	{
	float:right;
	}
#menu .rss a{
	  margin-left: 3px;
	  padding-left:19px;
	  padding-top:8px;
	  background: url("../images/rss.png") no-repeat 0 50%;
}
#menu .rss a:hover{
	color:#333333;
	}
	
#menu .twitter
	{
	float:right;
	}
#menu .twitter a{
	  margin-left: 3px;
	  padding-left:19px;
	  padding-top:8px;
	  background: url("../images/twitter.jpg") no-repeat 0 50%;
}
#menu .twitter a:hover{
	color:#333333;
	}