#navcontainer 

		{
	margin-top: 0px;
	width: 925px;
	height: 226px;
        font-family: verdana;
        background-image: url(cosmeticsandpersonalcare_72dpi.jpg);
        background-repeat: no-repeat;
        background-position: bottom center;
	background-color:transparent;
        }
        
        
/* to stretch the container div to contain floated list */


ul#navlist {
	    
		margin-left: 1px;
		clear: left;
        list-style: none;
        font-size: 0.9em;
}

ul#navlist li {
       
        float: left;
        width: 154px;        
}

ul#navlist li a {
        display: block;
        border-width: 1px;
        border-color: #ffe #aaab9c #ccc #fff;
        border-style: solid;
        color: #000;
        text-decoration: none;
        text-align: center;
        background: #ebdce0;
        
}



ul#navlist li#active a {
        background: #f0e7d7;
        color: #000;
}

ul#navlist li a:hover, ul#navlist li#active a:hover {
        color: #000;
        background: transparent;
        border-top-color: #aaab9c;
        border-right-color: #fff;
        border-left-color: #ccc;
        border-bottom-width: 0px;
        font-weight: 200;
}
-->
