ul.mediatabs {
margin: 0;
padding: 0;
float: left;
list-style: none;
height: 30px;
width: auto;
border:0;
border-top:1px solid #7A7A7A;
border-left:1px solid #7A7A7A;
}

ul.mediatabs li {
float: left;
margin: 0;
padding: 0;
height: 29px;
line-height: 29px;
border-left: 0px;
border-bottom:1px solid #7A7A7A;
border-right:1px solid #7A7A7A;
margin-bottom: -1px;
overflow: hidden;
position: relative;
background: url(/images/medianav_bg.gif);
}

ul.mediatabs li a {
display: block;
margin:0;
padding: 0 9px;
border:0;
outline: none;
}

ul.mediatabs li a:hover {
background:#aeaeae;
margin:0;
border:0;
}

html ul.mediatabs li.active, html ul.mediatabs li.active a:hover {
background: url(/images/medianav_bg_hover.gif);
}

.mediatab_container {
border: 0;
border-top: none;
clear: both;
overflow: auto;
width: 100%;
background: transparent;
}

.mediatab_content {
padding:0;
text-align:left;
}