
/* <nav> */
.top-bar {position:absolute; top:37px; left:400px; width:460px;min-height:40px; line-height:40px;position: relative; /* Contain width to .row width */ /* First <ul> for branding, title, name, etc */ /* topbar global <ul> styles */ }
.top-bar ul {margin-left:0;display:inline;height:40px;line-height:40px;list-style: none; /* Main Navigation links style */ /* Left Side <ul> */ /* Right Side <ul> */ }
.top-bar ul > li {float: left; margin:0 10px;border-top:6px solid #f5efea;/* Dividers between navigation */ /* Put a button in an <li> but give is a class */ /* Put a search bar or text input in the bar */ /* Put login bar in the top bar */ /* Hide the triangle for breakpoint menu */ /* li.has-dropdown */ }
.top-bar ul > li a{color:#949494;display:block; font-family: 'open_sansbold';font-size:20px;height:40px;text-transform:uppercase;line-height:40px; padding: 0 15px; }

.top-bar ul > li.services{background:url(../images/arw-menu.png) no-repeat 125px 17px !important; padding-right:20px !important;}

.top-bar ul > li.active{color:#ff8c2e;}
.top-bar ul > li.active:hover{ background:none;border-top:6px solid #e8771f !important;}
.top-bar ul > li:focus{}
.top-bar ul > li:hover{border-top:6px solid #e8771f;background:#fff url(../images/arw-menu.png) no-repeat 125px 17px !important;}
.top-bar ul > li.contact{background-image:none !important;}

.top-bar ul > li:hover a, 
.top-bar ul > li.active a,
.top-bar ul > li:focus a {color:#ff8c2e;}

.top-bar ul > li.has-dropdown {padding:0; position: relative; /* Dropdown Level 2+ */ }
.top-bar ul > li.has-dropdown:hover > .dropdown,
.top-bar ul > li.has-dropdown:focus > .dropdown { display: block; visibility: visible;}
.top-bar ul > li.has-dropdown .dropdown {display:block;top:40px;left:0px;position: absolute; visibility: hidden; z-index: 99;}
.top-bar ul > li.has-dropdown .dropdown li {display:block;border-top:0; margin:0;padding-right:0px !important; }
.top-bar ul > li.has-dropdown .dropdown li a {width:300px;padding:4px 0px;padding-left:25px !important;display:block;color:#696969;font-family: 'Open Sans', sans-serif;font-size:15px;font-weight:normal;line-height:30px; height:30px; border-top:0 !important; background:#fff;border-bottom:1px solid #e8e8e8; text-align:left;text-transform:none;}
.top-bar ul > li.has-dropdown .dropdown li a:hover{border-top:0px !important;border-bottom:1px solid #e8e8e8;font-family: 'open_sansbold';color: #e8771f;border-top:0;}
.top-bar ul > li.has-dropdown .dropdown li a:focus {border-top:0px !important;color: #e8771f;}
.top-bar ul > li.has-dropdown .dropdown li.last{border-bottom:6px solid #e8771f !important;}
