#mainNav { 
    padding-left: 10px;
}
div.indivMenu {
	width: 180px;
	height: 20px;
	overflow: hidden;
    color: #fff;
    z-index: 5555;
}

.menu2 { 
    height: 20px;
    position: relative;
    z-index: 5555;
}

.menu { 
    height: 20px;
    position: relative;
    z-index: 5555;  
}

    #menuHead-who { 
        background: url(../images/menu/who_we_are_btn.gif) top left no-repeat;
        height: 12px; 
        width: 117px;
        margin-top: 3px;
    }
    #menuHead-where { 
        background: url(../images/menu/where_to_buy_btn.gif) top left no-repeat;
        height: 12px; 
        width: 117px;
        margin-top: 3px;
    }
    #menuHead-make { 
        background: url(../images/menu/what_we_make_btn.gif) top left no-repeat;
        height: 12px; 
        width: 125px;
        margin-top: 3px;
    }
    #menuHead-like { 
        background: url(../images/menu/what_we_like_btn.gif) top left no-repeat;
        height: 12px; 
        width: 125px;
        margin-top: 3px;
    }
    .menu .menu-top {
        margin-top: 13px;
        background: url(../images/menu/menu-top.png) top left no-repeat;
        padding: 10px 10px 0px 10px;
    }
        .menu .menu-top ul,.menu .menu-top li { 
            margin: 0px;
            padding: 0px;
            list-style: none;
            font-size: 95%;
        }
        .menu .menu-top li { 
            padding: 0px 0px 5px 0px;
        }
        
    .menu .menu-bottom {
        background: url(../images/menu/menu-bottom.png) top left no-repeat;
        height: 13px;
    }
    
div.indivMenu span, div.indivMenu a {
	display: block;
	color: #fff;
	font-weight: bold;
	text-transform:uppercase;
}

div.indivMenu a:hover {
    color: #d6e04c;
}
