div#menu_top
{
}

div#menu_top a
{
display: block;
width: 278px;
width: auto;
height: 32px;
color: #FFF;
font-family: 'Open Sans Condensed';
font-weight: bold;
font-size: 18px;
line-height: 28px;
text-decoration: none;
text-transform: uppercase;
text-align: center;
border: solid 1px #FFF;
margin-top: 16px;
margin-left: 16px;
padding-left: 15px;
padding-right: 15px;
float: left;
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
transition: all 0.25s;
white-space: nowrap;
overflow: hidden;
background: #004C7F;
}

div#menu_top a:hover
{
background: #009DE1;
}
