.smartynav{
        background: url('../nav-bg2.jpg') repeat-x scroll left;
        height: 35px;
        list-style: none;
    }   
    .smartynav > .smartynav_menu {
        float: left;
        position: relative;
        z-index: 32768;
        top: 0;
        left: 0;
    }
    .smartynav > .smartynav_menu:hover > a {
        background: #3399cc; /* Old browsers */
        background: -moz-linear-gradient(top, #3399cc 0%, #336699 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3399cc), color-stop(100%,#336699)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #3399cc 0%,#336699 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #3399cc 0%,#336699 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #3399cc 0%,#336699 100%); /* IE10+ */
        background: linear-gradient(top, #3399cc 0%,#336699 100%); /* W3C */

        border-top-left-radius: 16px;
        border-top-right-radius: 16px;              
        -webkit-border-top-left-radius: 16px;
        -webkit-border-top-right-radius: 16px;    
        -moz-border-radius-topleft: 16px;
        -moz-border-radius-topright: 16px;        
        -khtml-border-radius-topright: 16px;
	    -khtml-border-radius-topleft: 16px;
	    border-top: 2px solid white;
	    border-left: 2px solid white;
	    border-right: 2px solid white;

        top: -5px;
        padding-top:13px;
        margin-bottom:-5px;
    }
    .smartynav > .smartynav_menu > a {
	    padding: 8px 9px 9px 9px; 
        color: white;
        text-decoration:none; 
        position: relative;
        border-top: 2px solid transparent;
        border-left: 2px solid transparent;
        border-right: 2px solid transparent;

        display: block;
    }
    .smartynav > .smartynav_menu > .smartynav_popup {
        display: none;
        list-style: none;    
        position: absolute; 
        top: 35px;
        left: 0;
        top:33px;
        z-index: 32768;   
        background: #ffffff;
        background: -webkit-gradient(linear, left top, right bottom, from(#ffffff), to(#EBEBEB));
        background: -moz-linear-gradient(-67deg,  #ffffff,  #EBEBEB);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#EBEBEB');   
        padding: 10px;     

        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;              
        -webkit-border-bottom-left-radius: 16px;
        -webkit-border-bottom-right-radius: 16px;    
        -moz-border-radius-bottomleft: 16px;
        -moz-border-radius-bottomright: 16px;        
        -khtml-border-radius-bottomright: 16px;
	    -khtml-border-radius-bottomleft: 16px;
	    
	    border-left: 1px solid #CCCCCC;
	    border-right: 1px solid #CCCCCC;
	    border-bottom: 1px solid #CCCCCC;        	    
    }
    .smartynav_popup .smartynav_heading{
        display: table-cell;
        vertical-align: top;
        color: #336699;
        width: 179px;
        border-right: 1px solid #ccc;
        padding: 0 10px;   
        margin: 0;   
        float: left;
    }
    .smartynav_popup .smartynav_heading a{
        display:block;
        text-decoration: none;
        margin: 5px 0;
        color: #333333;
    }
    .smartynav_popup .smartynav_heading a:hover{
        color: #336699;
    }
    .smartynav_popup .smartynav_heading h3 , .smartynav_popup .smartynav_heading p {
        font-size: 13px;
        padding-top: 3px;
    }

    .smartynav_popup .smartynav_heading h3 a , .smartynav_popup .smartynav_heading p a{
        font-size: 13px;
        color: #336699;
        margin-top: 0px;
    }
    .smartynav > .smartynav_menu:hover > .smartynav_popup {
        display: block;
    }




    .suggest{
        cursor: pointer;
        font-size: 0.85em;
        margin-bottom: 2px;
        padding: 1px;
    }
    .suggestBox a:link, .suggestBox a:visited {
        text-decoration: none;
        color: #444444;
    }
    .suggestBox a:hover{
        text-decoration: none;
        color: rgb(232, 232, 232);
    }
    .suggest img{
        margin-right: 5px;
    }
    .suggestBox{
        width: 300px;
        overflow: hidden;
        margin-top: 6px;
        margin-left: -88px;
        background-color: rgb(232, 232, 232); 
        color: #444444;
        position: absolute;
        left: 0px;
        top: 27px;
        display: none;
        padding: 2px 2px 0px 2px;
        z-index: 16300;
    }
    .suggest_hover {
        background-color: #444444;
        color: rgb(232, 232, 232);
    }
    .searchField{
        width: 180px;
        font-size:15px;
    }
    .searchButton{
        position: relative;
        top: 5px;
        left: -3px;
    }
    .suggest_price{
        font-weight: bold;
        padding-right: 2px;
        margin-left: 5px;
    }





    .smartynav > .nav_special{
        background:transparent;
    }
    .smartynav > .nav_special > a:hover, 
    .smartynav > .nav_special > a:link, 
    .smartynav > .nav_special > a:visited{
        background: url(../nav-red.jpg) repeat-x scroll left top #6A0002;
    }
    .smartynav > .nav_special > a:link, 
    .smartynav > .nav_special > a:visited{
        border-top: 2px solid #C00000;
    }    
    .smartynav > .nav_special > a:hover {
        border-top: 2px solid white;
    }
    
    .nav_menu_taps{
        margin-left: -146px;
    }
    .nav_menu_towelradiators{
        margin-left: -195px;
    }
    .nav_menu_showerenclosures {
        margin-left: -12px;
    }