@charset "utf-8";
/* CSS Document */

#mta_bar { 
background:  #A51B19; 
border-bottom: 1px solid #808080; 
padding: 4px 0; 
z-index: 100;
top: 0;
left: 0;
width: 100%;
overflow: auto;
position: fixed;

}
* html #mta_bar { /*IE6 hack*/
position: absolute;
width: expression(document.compatMode=="CSS1Compat"? document.documentElement.clientWidth+"px" : body.clientWidth+"px");
}
.mta_left {
float: left;
text-align: center;
font-family: Arial;
font-size: 13px;
font-weight: bold;
font-style: normal;
color: #FFFFFF; 
width: 80%;
}
.mta_right {
font-family: Arial, Helvetica, sans-serif;
float: right;
text-align: right;
font-weight: normal;
font-size: 10px;
letter-spacing: 0;
width: 19%;
white-space: nowrap;
}
.mta_right a {
font-size: 10px;
color: #FFFFFF; 
text-decoration: underline;
}
.mta_right a:hover {
font-size: 10px;
color: #FFFFFF; 
text-decoration: none;
}
#mta_left_bar a { 
text-decoration: none; 
color: #FFFFFF; 
}
#mta_left_bar a:hover { 
text-decoration: none; 
color: #FFFFFF; 
}