/*-------------MENU TOP----------------*/

.menu_top, 
.menu_top li, 
.menu_top ul 
{ 
padding: 0px;
margin: 0px;
list-style: none;
line-height: normal;
}

.menu_top li
{
float: left;
height: 51px;
}

.menu_top li:last-child a{
padding-right:0px;
}

.menu_top a
{
display: block;
height: 44px;
font-family: Roboto;
font-size: 20px;
color: #ffffff;
line-height: 44px;
font-weight: 300;
text-transform: uppercase;
text-decoration: none;
padding: 0px 13px;
border-bottom: 7px solid #171717;
transition: color 0.3s, border-color 0.3s;
}

.menu_top a:hover,
.menu_top .active a
{
color: #fb361a;
border-color: #d95228;
transition: color 0.5s, border-color 1s;
}

.menu_top a:hover
{
border-color: #b43209;
}

/*-------------MENU BOTTOM----------------*/

.menu_bottom, 
.menu_bottom li, 
.menu_bottom ul 
{ 
padding: 0px;
margin: 0px;
list-style: none;
line-height: normal;
}

.menu_bottom li
{
float: left;
padding-left: 2px;
background:	url(../images/menu_bottom_separator.png) left center no-repeat;
}

.menu_bottom li:first-child
{
padding-left: 0px;
background:	none;
}

.menu_bottom li:first-child a
{
padding-left: 0px;
}

.menu_bottom a
{
display: block;
font-family: Roboto;
font-size: 15px;
color: #bdbdbd;
line-height: normal;
font-weight: 300;
text-decoration: none;
padding: 0px 7px;
transition: color 0.3s;
}

.menu_bottom a:hover,
.menu_bottom .active a
{
color: #fb361a;
transition: color 0.5s;
}