.ui-menu {
    position: relative;
    z-index: 100;
}
.ui-menu .topnav-item{
    position: relative;
}
.ui-menu .country-link {
    position: relative;
    }
.ui-menu-item {
    background: url(/en_US/common/img/menu-sm.png) no-repeat left bottom;
    display: none;
    left: 0;
    overflow: hidden;
    padding: 0 0 2px;
    position: absolute;
    text-align: left;
    top: 30px;
    width: 194px;
    z-index: 500;
    }/* overwritten in rtl.css */
    .ui-menu-content {
        background: url(/en_US/common/img/menu.jpg) repeat-x left top;
        border-top-color: 1px solid #cdcdcd;
        margin: 0 1px;
        overflow: hidden;
        padding: 20px !important;
        }
.ui-menu-item h2 {
    color:#b93e1d;
    font-size:14px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 6px;
    }
.ui-menu-item h3{
    color:#000;
    line-height: 1;
    margin-bottom: 0;
    }
.ui-menu-item a:link,
.ui-menu-item a:visited,
.ui-menu-item a:hover,
.ui-menu-item a:active {
    text-decoration:none;
    color:#828282;
    }
    .ui-menu-item a:hover{
        text-decoration:underline;
        }
div.content-column{
    float:left;
    color:#828282;
		margin-right: 20px;
		width: 200px;
    }/* overwritten in rtl.css */
    .content-list li{
        /* height:16px; */
        background: url(/en_US/common/img/whitebgarrowimg.png) no-repeat left 5px;
        padding-left:8px;
        }/* overwritten in rtl.css */
        .content-list li a:link,
        .content-list li a:visited,
        .content-list li a:hover,
        .content-list li a:active {
            color: #828282 !important;
            display:inline !important;
            line-height: 14px !important;
            font-weight: normal !important;
            font-size: 12px !important;
            white-space: nowrap;
            }
/*Products Layer*/
#productlayer{
    background: url(/en_US/common/img/menu-lg.png) no-repeat left bottom;
    width: 970px;
    }
    ul#products{
        overflow: hidden;
        }
        ul#products li {
            background: transparent url(/en_US/common/img/menu-product-divider.gif) no-repeat scroll right top;
            float:left;
            text-align: center;
            width: 136px;
            }
						ul#topnav ul#products li a:link,
						ul#topnav ul#products li a:visited,
						ul#topnav ul#products li a:hover,
						ul#topnav ul#products li a:active {
							display: block;
						}
        ul#products li.last {
            background: none;
            margin-right: 0;
            }
        ul#products li div{
            margin-top:-2px;
            margin-bottom:-1px;
            }
            #products li a:link,
            #products li a:visited,
            #products li a:hover,
            #products li a:active {
                display: block;
                text-align: center;
                text-decoration: none !important;
				padding-left: 8px !important;
				padding-right: 8px !important;
                }
                #products a:link span,
                #products a:visited span,
                #products a:hover span,
                #products a:active span {
                    color:#000;
                    display: block;
                    text-transform: uppercase;
					font-size: 12px;
                    }
                    #products li a:hover span {
                        text-decoration: underline;
                        }
#solutionslayer{
    background: url(/en_US/common/img/menu-lg.png) no-repeat left bottom;
    width: 970px;
    }
    #solutionslayer .column-wrapper {
        clear: both;
        overflow: hidden;
        }
        #solutionslayer .content-list {
            }
.footer-callout{
    background-color: #f1f1f1;
    clear:both;
    margin-top: 10px;
    overflow: hidden;
    padding: 10px;
    }
.footer-callout div {
    float:left;
		margin-right: 20px;
    }
.footer-callout div#shop-for {
		width: 480px;
}
.footer-callout div#find-dealer { /* Modified 4/27 */
    margin-top: 20px;
		width: 140px;
}
.footer-callout div#awards {
    margin-right: 0px;
		width: 245px;
    }
    .footer-callout ul {
        overflow: hidden;
        }
        .footer-callout ul li {
            color:#828282;
            float:left;
            padding-left: 10px;
            padding-right: 16px;
            background: url(/en_US/common/img/whitebgarrowimg.png) no-repeat left center;
            }/* overwritten in rtl.css */
            .footer-callout a:link,
            .footer-callout li a:visited,
            .footer-callout li a:hover,
            .footer-callout li a:active {
                color: #828282 !important;
                font-weight:normal !important;
                font-size: 12px !important;
                line-height: 14px !important;
                text-decoration: none;
                }
                .footer-callout a:hover{
                    text-decoration: underline;
                    }
#countrylayer {
    width: 968px;
    z-index: 1;
    background: white;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-radius: 0px 0px 3px 3px;
    border-radius: 0px 0px 3px 3px;
    border-left: 1px solid gray;
    border-bottom: 1px solid gray;
    border-right: 1px solid gray;
}/* overwritten in rtl.css */
    #countrylayer .content-column {
        width: 210px;
        }
    #countrylayer .content-list {
        margin-bottom: 20px;
        }
    #countrylayer .select-country {
        margin-bottom: 10px;
        }
    #countrylayer h3 {
        margin-bottom: 5px !important;
        color: #828282;
        }
#compare-options {
    background: url(/en_US/common/img/menu-compare.png) no-repeat left bottom;
    width: 357px;
    z-index: 1;
    }
    #compare-options label {
        display: block;
        line-height: 22px;
        }

/* Modified 4/27 */
#shipping-disclaimer {
    margin: 10px 0 20px;
    }
    #shipping-disclaimer .select-country {
        display: inline;
        padding-right: 50px;
    }/* overwritten in rtl.css */
    #shipping-disclaimer p {
        display: inline;
    }