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

#subnav1 li#twitFeed {
	padding: 0;
	border-right: none;
}

#twitFeed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #808080;
	display: block;
	width: 450px;
	height: 11px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	font-weight: normal;
	text-transform: none;
}

#twitFeed ul {
	list-style-type:none;
	padding: 0;
	margin: 0;
	border-right:none;
	font-weight: normal;
	text-transform: none;
 }

#twitFeed li {
	list-style-type:none;
	padding: 0;
	margin: 0;
	border-right:none;
	top: 0px;
	font-weight: normal;
	text-transform: none;
}

#twitFeed a,
#twitFeed ul a,
#twitFeed li a {
	color: #808080;
	font-weight: normal;
	text-transform: none;
	text-decoration:none;
}

#subnav1 li a:hover,
#subnav2 li a:hover{
	color: #EE2E24;
	text-decoration: none;
}
