
.twitterPanel {
	margin-bottom: 20px;
}

.twitterPanel h2 {
	margin: 0;
    /* height + padding top+bottom = 40px */
	height: 79px;
    padding-top: 0px;
    padding-left: 50px;
    padding-right: 5px;
	background: white url(twitterTop.gif) no-repeat;
	/*text-transform: lowercase;*/
	letter-spacing: 0px;
	font-size: 22px;
	font-weight: normal;
	color: #FFFFFF;
}


.twitterPanel ul {
	margin: 0;
	padding: 0 0 25px 0;
    width:200px;
	background: white url(twitterBottom.gif) no-repeat left bottom;
	list-style: none;
}

.twitterPanel li {
	list-style: none;
    width:180px;
	padding-top: 5px;
    padding-bottom: 5px;
    padding-right:10px;
    padding-left:10px;
	background-color:#426fb0;
	font-size: small;
	color: #D3DCF0;
}

.twitterPanel a {
	text-decoration: none;
	font-weight: bold;
	color: #D3DCF0;
}

.twitterPanel a:hover {
	color: #37373C;
}

.twitterPanel .active, .twitterPanel .active a  {
	background-color: #2D476C;
	color: #FFFFFF;
}

