#navcontainer 

		{
		margin-top: -2px;
		width: 925px;
		height: 170px;
        font-family: verdana;
        background-image: url(home.png);
        background-repeat: no-repeat;
        
        }
        
        
/* 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: transparent;
        
}



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;
}
-->
