#menu-top-menu, #menu-top-menu ul {
clear:both;
padding: 0;
list-style: none;
margin-bottom:5px;
}
#menu-top-menu {
/*width: 100%; */
float:right;
/*margin-right:-45px;*/
margin-top:5px; padding: 0;
}

#menu-top-menu:before, #menu-top-menu:after margin-bottom:0;{
content: "";
display: table;
}

#menu-top-menu:after { clear: both; }

#menu-top-menu { zoom: 1; }

#menu-top-menu li {
float: left;
position: relative;
}

#menu-top-menu li:last-child {border-right:none;}

#menu-top-menu a {
float: left;
padding: 2px 0 1px 25px;
color: #000;
text-transform: uppercase;
font-family: 'Roboto', sans-serif; font-size:14px; font-weight:600; 
text-decoration: none;

/*-moz-transition: all 1s; /*Mozilla*/
/*-webkit-transition: all 1s; /*Safari*/
/*-o-transition: all 1s; /*Opera*/
/*-ms-transition: all 1s; /*IE10*/
/*transition: all 1s; */
}

#menu-top-menu li:hover > a {
color: #f9b300;


}
/*#menu-top-menu ul { display: none; }*/
/*#menu-top-menu li:hover ul { display: block; } */

*html #menu-top-menu li a:hover { /* IE6 only */ color: #1c3d6d; }

/**Sub-menu-top-menu**/
#menu-top-menu ul {
margin: 0;
_margin: 0; /*IE6 only*/
opacity: 0;
visibility: hidden;
position: absolute;
top: 28px;
left: 20px;
z-index: 9999;
background: #555456;
-moz-box-shadow: 0 -1px rgba(255,255,255,.3);
-webkit-box-shadow: 0 -1px 0 rgba(255,255,255,.3);
box-shadow: 0 -1px 0 rgba(255,255,255,.3);
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-ms-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
}

#menu-top-menu li:hover > ul {
opacity: 1;
visibility: visible;
margin: 0;
}

#menu-top-menu ul ul {
top: 0;
left: 150px;
margin: 0 0 0 20px;
_margin: 0; /*IE6 only*/
-moz-box-shadow: -1px 0 0 rgba(255,255,255,.3);
-webkit-box-shadow: -1px 0 0 rgba(255,255,255,.3);
box-shadow: -1px 0 0 rgba(255,255,255,.3);
}

#menu-top-menu ul li {
float: none;
display: block;
border: 0;
_line-height: 0; /*IE6 only*/
-moz-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
-webkit-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
box-shadow: 0 1px 0 #111, 0 2px 0 #666;
}
#menu-top-menu ul li a{
	color:#fff;
}
#menu-top-menu ul li a:hover{
	color:#fff;
}
#menu-top-menu ul li:last-child {
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}

#menu-top-menu ul a {
	padding: 8px 15px;
height: 10px;
_height: 10px; /*IE6 only*/
/*width: 11em; */
height: auto;
line-height: 1;
display: block;
white-space: nowrap;
float: none;
font-size:11px;
text-transform: none;
color:#1c3d6d;
}

#menu-top-menu ul a:hover {
background-color: #393939;
color:#1c3d6d;
-o-transition: background-color 1s;
-webkit-transition: background-color 1s;
-moz-transition: background-color 1s;
-ms-transition: background-color 1s;
transition: background-color 1s;
}

#menu-top-menu ul li:first-child > a {
-moz-border-radius: 3px 3px 0 0;
-webkit-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
}

#menu-top-menu ul li:first-child > a:after {
content: '';
position: absolute;
left: 20px;
top: -6px;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid #393939; /* PIL */
}

#menu-top-menu ul ul li:first-child a:after {
left: -6px;
top: 50%;
margin-top: -6px;
border-left: 0;
border-bottom: 6px solid transparent;
border-top: 6px solid transparent;
border-right: 6px solid #3b3b3b;
}

#menu-top-menu ul li:first-child a:hover:after { border-bottom-color: #555456; }

#menu-top-menu ul ul li:first-child a:hover:after {
border-right-color: #0299d3;
border-bottom-color: transparent;
}

#menu-top-menu ul li:last-child > a {
-moz-border-radius: 0 0 3px 3px;
-webkit-border-radius: 0 0 3px 3px;
border-radius: 0 0 3px 3px;
}

#menu-top-menu li.current-menu-item  a{color: #f9b300;}
#menu-top-menu li.current-menu-parent  a{color: #f9b300;}
/*#menu-top-menu li.current-menu-ancestor  .children{color: #f9b300; */


}