#menu_top{
	vertical-align: Top;
	color: white;
	margin: 0;
	background-color: #f8f8f8;
	padding-left: 190px;
	border-bottom: 2px solid #e5e5e5;
}

#top-menu-structure{
	padding:0;
	margin:0;
}

#top-menu-structure ul{
	padding:0;
	margin: 0;
	list-style:none;
	float:left;
	transform-origin: 0 0;
	/*width: 180px;*/
}

#top-menu-structure .one > li{
	padding:0;
	display:block;
	position: relative;
	list-style: none;

}

#top-menu-structure li:hover{
cursor:pointer;
z-index:100;
}


#top-menu-structure h5{
	padding:0;
	margin: 0;
}

#top-menu-structure h5 a{
background-color: #e5e5e5;
font:10pt arial,helvetica,sans-serif;
display: block;
border-width:0px;
margin:0;
padding: 10px;
font-weight: bold;
color: #333333;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
width: 200px;
text-align: center;
 }


#top-menu-structure h5 a:hover{
background: #04354a;
color: #ffffff;
}


#top-menu-structure ul ul{
	position:absolute;
	z-index:500;
	top:24px;
	transform: scaleY(0);
	padding:0 0 0 0;
	margin: 0 0 0 0px;
	width: 220px;
	border:1px solid #fff;
	top: 35px;

}

#top-menu-structure li:hover ul ul,
#top-menu-structure li li:hover ul ul,
#top-menu-structure li li li:hover ul ul,
#top-menu-structure li li li li:hover ul ul
{display:none;}

#top-menu-structure li:hover ul,
#top-menu-structure li li:hover ul,
#top-menu-structure li li li:hover ul,
#top-menu-structure li li li li:hover ul
{display:block;
 -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
transform: scaleY(1);}


#top-menu-structure ul ul ul{
top:-2px;
left:100%;
	width: 180px;

}

#top-menu-structure a.x, #top-menu-structure a.x:visited{
font:10pt arial,helvetica,sans-serif;
display:block;
margin: 0;
padding:10px;
background-color: #e5e5e5;
color: #333333;
font-weight: bold;
text-align: left;
text-transform: uppercase;

}

#top-menu-structure a.x:hover{
background: #04354a;
color: white;
}

/* Fix IE. Hide from IE Mac \*/
* html #top-menu-structure ul li { float: left; height: 1%; }
* html #top-menu-structure ul li a { height: 1%; }
* html #top-menu-structure ul.one{width: 10px;}


/* End */
#top-menu-structure a#top-current{
background: #9CA4AE;
}
#top-menu-structure a.x#top-current{
background: #e5e5e5;
}
#top-menu-structure a.x#top-current:hover{
background: #04354a;
color:white;
}
