a {
outline: none; /*firefox hack*/
}

/*ie6 hack*/
a:active, div#navbar a:active {
text-decoration:expression(hideFocus='true');
}
#medi .media {
	text-decoration: none;
	background: url(../images/speaker.png) center right;
	background-repeat: no-repeat;
	float:left;
	width:96px;
	padding-left:6px;
	text-align: left;
	color:white;
	display: block;
	font-size: 11px;
}
#medi .media:hover {
	background: url(../images/speaker.png) center right;
	background-repeat: no-repeat;
	text-decoration: none;
	background-color: gray;
	float:left;
	width:96px;
	padding-left:10px;
	text-align: left;
	color:white;
	display: block;
	font-size: 11px;
}


.clear {
	clear: both;
} 
