
#header div.margin {
    overflow: visible !important;
}



.dropdown-menu {
    border-radius: 0 !important;
    z-index: 9999999 !important;
}

.dropdown-menu li a {
    font-weight: 300 !important;
}


/* @group Wabtec nav */
.wabtecHeader {
    background-color: #414042;
    border-bottom: 4px solid #E31E28;
    display: block;
    float: left;
    height: 36px;
    position: relative;
    width: 100%;
    z-index: 499 !important;
}

.wabtecNav {
    display: block;
    float: left;
    position: relative;
}

a.wabtec {
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
    clear: left;
    display: block;
    float: left;
    height: 36px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: 100px;
}

a.wabtec img {
    display: block;
    float: left;
    padding-top: 4px;
    width: 80px;
}

a.wabtec .arrow {
    background: url("../images/caret.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 4px;
    margin-left: 10px;
    margin-top: 16px;
    width: 7px;
}

a.wabtec:hover, .wabtecNav.open > a {
	background-color: #4b494c;
}

a.wabtec:hover .arrow, .wabtecNav.open > a .arrow {
	background: url(../images/caret.gif) no-repeat 0 100%;
}

.wabtecNav .dropdown-menu {
    background-color: #414042;
    border-left: medium none;
    border-right: medium none;
    border-top: medium none;
    left: 0;
    padding: 0;
    top: 38px;
    width: 200px;
}

.wabtecNav .dropdown-menu li {
    border-bottom: 1px solid #333333;
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
}

.wabtecNav .dropdown-menu li a {
    background-position: 10px 50%;
    background-repeat: no-repeat;
    background-size: 24px auto !important;
    color: #BABABA;
    font-size: 0.9em;
    line-height: 20px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-top: 10px;
}

.wabtecNav .dropdown-menu li a:hover,
.wabtecNav .dropdown-menu li.selected a {
	background-color: #4b494c !important;
	color: #fff;
}
.secondaryNav ul{margin:0;}

/* @end */

/* @group Secondary nav */

.secondaryNav {
    display: block;
    float: right;
    height: 36px;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 9999 !important;
}

.secondaryNav li.topLevel {
    border-right: 1px solid #414042;
    font-style: normal;
    font-weight: 300;
    line-height: 36px;
}

.secondaryNav li.topLevel > a {
    border-radius: 0;
    color: #999999;
    display: block;
    float: left;
    font-size: 0.8em;
    height: 35px;
    line-height: 35px;
    margin: 0;
    padding: 0 15px;
    text-transform: uppercase;
}

.secondaryNav .dropdown-menu {
    background-color: #414042;
    border-bottom: medium none !important;
    border-left: medium none;
    border-right: medium none;
    border-top: medium none;
    left: 0;
    padding: 0;
    top: 38px;
    width: 200px;
    z-index: 9999999 !important;
}

.secondaryNav .dropdown-menu li {
    border-bottom: 1px solid #333333;
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
    line-height: 20px !important;
    padding: 0;
}

.secondaryNav .dropdown-menu li a {
    background-position: 10px 50%;
    background-repeat: no-repeat;
    background-size: 24px auto !important;
    color: #BABABA;
    font-size: 0.9em;
    line-height: 20px !important;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-top: 10px;
}

.secondaryNav .dropdown-menu li a:hover,
.secondaryNav .dropdown-menu li.selected a {
	background-color: #4b494c;
	color: #fff;
}

.secondaryNav li.topLevel > a:hover, .secondaryNav li.topLevel.open > a {
	color: #fff !important;
	background-color: #4b494c;
}

.secondaryNav li.topLevel.selected, .secondaryNav li.topLevel.selected > a, .secondaryNav li.topLevel.selected > a:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    color: #FFFFFF !important;
}



.secondaryNav li.topLevel.selected, .secondaryNav li.topLevel.selected > a, .secondaryNav li.topLevel.selected > a:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    color: #FFFFFF !important;
}


/* @end */


