.DropDownTopMenu_TopContainer
{
    padding:0px;
    position:relative;
 
}
.DropDownMenu_MenuCell_1, .DropDownMenu_MenuCell_1 a, .DropDownMenu_MenuCell_Hover_1, .DropDownMenu_MenuCell_Hover_1 a
{

width:176px;

}
.DropDownMenu_MenuCell_2, .DropDownMenu_MenuCell_2 a, .DropDownMenu_MenuCell_Hover_2, .DropDownMenu_MenuCell_Hover_2 a
{
width:137px;
}
.DropDownMenu_MenuCell_3, .DropDownMenu_MenuCell_3 a, .DropDownMenu_MenuCell_Hover_3, .DropDownMenu_MenuCell_Hover_3 a
{
width:190px;
}

.DropDownMenu_MenuCell_4, .DropDownMenu_MenuCell_4 a, .DropDownMenu_MenuCell_Hover_4, .DropDownMenu_MenuCell_Hover_4 a
{
width:218px;
}

.DropDownMenu_MenuCell_5, .DropDownMenu_MenuCell_5 a, .DropDownMenu_MenuCell_Hover_5, .DropDownMenu_MenuCell_Hover_5 a
{
width:192px;
}

.DropDownMenu_MenuCell_6, .DropDownMenu_MenuCell_6 a, .DropDownMenu_MenuCell_Hover_6, .DropDownMenu_MenuCell_Hover_6 a
{
width:187px;
}
.DropDownMenu_MenuCell, .DropDownMenu_MenuCell a
{
display:table-cell;
height:55px;
margin:0px;
font-family:'Lato', sans-serif;
color:#ffffff;
text-transform:uppercase;
font-size:15px;
line-height:55px;
cursor:pointer;
text-align:center;
background:#2970ff;

}

.DropDownMenu_MenuCell_Hover, .DropDownMenu_MenuCell a:hover, .DropDownMenu_MenuCell_Active

{
 transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: ease;
  transition-delay: 0s;
display:table-cell;
height:55px;
margin:0px;
font-family:'Lato', sans-serif;
color:#ffffff;
text-transform:uppercase;
font-size:15px;
line-height:55px;
cursor:pointer;
text-align:center;
background:#32ccb5;

}



.DropDownTopMenu_MenuTitle
{
    float:left;
	width:100%;
    text-decoration: none;
    display: block;
text-align:center;
}


.DropDownMenu_SubMenuCell
{	
display:none;
}



/*Styles for screen 1100px and lower*/
@media screen and (max-width: 1100px) {

.DropDownMenu_MenuCell, .DropDownMenu_MenuCell a, .DropDownMenu_MenuCell_Hover, .DropDownMenu_MenuCell a:hover, .DropDownMenu_MenuCell_Active

{
margin-left:35px;
}
.DropDownMenu_SubMenuCell
{	
display:none;
}

}
