.DropDownTopMenu_TopContainer
{
    padding:0px;
text-align:left;
width:100%;
}

.DropDownTopMenu
{
text-align:left;
width:100%;
float:left;

}


.DropDownMenu_MenuCell_1, .DropDownMenu_MenuCell_Hover_1, .DropDownMenu_MenuCell_Active_1
{
width:18%;
}

.DropDownMenu_MenuCell_2, .DropDownMenu_MenuCell_Hover_2, .DropDownMenu_MenuCell_Active_2
{
width:18%;
}
.DropDownMenu_MenuCell_3, .DropDownMenu_MenuCell_Hover_3, .DropDownMenu_MenuCell_Active_3
{
width:18%;
}

.DropDownMenu_MenuCell_4, .DropDownMenu_MenuCell_Hover_4, .DropDownMenu_MenuCell_Active_4
{
width:17%;
}
.DropDownMenu_MenuCell_5, .DropDownMenu_MenuCell_Hover_5, .DropDownMenu_MenuCell_Active_5
{
width:16%;
}
.DropDownMenu_MenuCell_6, .DropDownMenu_MenuCell_Hover_6, .DropDownMenu_MenuCell_Active_6
{
width:16%;
text-align:right;
}

.DropDownMenu_MenuCell
{
display:table-cell;
height:47px;
font-family: 'Roboto Condensed', sans-serif;
color:#ffffff;
font-size:20px;
line-height:47px;
text-align:center;
cursor:pointer;
text-transform:uppercase;

}



.DropDownMenu_MenuCell_Hover, .DropDownMenu_MenuCell_Active

{

display:table-cell;
height:47px;
font-family: 'Roboto Condensed', sans-serif;
color:#ffffff;
font-size:20px;
line-height:47px;
cursor:pointer;
text-align:center;
text-transform:uppercase;

}
.DropDownMenu_MenuCell_Hover .DropDownTopMenu_MenuTitle
{
background:rgba(0, 83, 159, 0.9);
padding:0px 10px 3px 10px;

}

.DropDownTopMenu_MenuTitle
{
    float:left;	
    text-decoration: none;
    display: block;
text-align:left;
	cursor:pointer;
	padding:0px 10px 3px 10px;
}

.DropDownMenu_MenuCell_6 .DropDownTopMenu_MenuTitle, .DropDownMenu_MenuCell_Hover_6 .DropDownTopMenu_MenuTitle, .DropDownMenu_MenuCell_Active_6 .DropDownTopMenu_MenuTitle
{
float:right;
}


.DropDownMenu_SubMenuContainer

{
    left:0px;
    clear:both;
    float:left;

	width:75%;
	padding-left:25%;
	 height: 211px;

}


.DropDownMenu_SubMenuContainer_1

{
 background:rgba(0, 83, 159, 0.9);

}
.DropDownMenu_SubMenuContainer_2

{
 background:rgba(0, 83, 159, 0.9);

}
.DropDownMenu_SubMenuContainer_3

{
 background:rgba(0, 83, 159, 0.9);

}
.DropDownMenu_SubMenuContainer_4

{
 background:rgba(0, 83, 159, 0.9);

}

.DropDownMenu_SubMenuContainer_5

{
 background:rgba(0, 83, 159, 0.9);

}
.DropDownMenu_SubMenuContainer_6

{
 background:rgba(0, 83, 159, 0.9);

}

.DropDownMenu_SubMenuTable
{
border:0px;
 margin:0px !important;
cursor:pointer  !important;
width:33%;
padding-top:15px;
}
.DropDownMenu_SubMenuContainer:before
{

position:absolute;
top:90px;
color:#ffffff;
font-family:'Roboto Condensed', sans-serif;
font-size:40px;
text-transform:uppercase;
}
.DropDownMenu_SubMenuContainer_1:before
{
content:"About Us";
left:45px;
}

.DropDownMenu_SubMenuContainer_2:before
{
content:"Academics";
left:35px;
}

.DropDownMenu_SubMenuContainer_3:before
{
content:"Admission";
left:35px;
}

.DropDownMenu_SubMenuContainer_4:before
{
content:"Athletics";
left:35px;
}

.DropDownMenu_SubMenuContainer_5:before
{
content:"Campus Life";
left:20px;
}

.DropDownMenu_SubMenuContainer_6:before
{
content:"Outcomes";
left:40px;
}

.DropDownMenu_SubMenuCell
{	
width:100%;
}


.DropDownMenu_SubMenuTable_Cell
{

FONT-SIZE: 16px;
 COLOR: #ffffff !important;
font-family: 'Roboto Condensed', sans-serif;
 TEXT-DECORATION: none;
text-transform:uppercase;
line-height:18px;
padding-left:10px;
padding-right:10px;
padding-top:13px;
cursor:pointer  !important;
}


.DropDownMenu_SubMenuTable_Cell_Hover
{
margin:0px;
FONT-SIZE: 16px;
 COLOR: #4fc4de !important;
font-family: 'Roboto Condensed', sans-serif;
 TEXT-DECORATION: none;
text-transform:uppercase;
line-height:18px;
padding-left:10px;
padding-right:10px;
padding-top:13px;
cursor:pointer  !important;
}




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

.DropDownMenu_SubMenuContainer:before
{
position:absolute;
top:90px;
color:#ffffff;
font-family:'Roboto Condensed', sans-serif;
font-size:30px;
text-transform:uppercase;
}

.DropDownMenu_SubMenuTable_Cell, .DropDownMenu_SubMenuTable_Cell_Hover
{
padding-top:11px;
}

}

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

.DropDownMenu_SubMenuCell
{	
display:none;
}
.DropDownTopMenu_MenuTitle
{
	padding:0px 10px 0px 10px !important;

}
.DropDownMenu_MenuCell_Hover .DropDownTopMenu_MenuTitle
{
background:rgba(0, 83, 159, 0.9);
}
}

