ul, li {
    margin: 0;
    padding: 0;
}

#blob {
    background: url(../images_new/blob.jpg);
	background-repeat: repeat-x;
    position: absolute;
    z-index: 1;
    top: 10px;
	

}

#nav {
    position: relative;
    float: left;
	margin: -10px 0 0 0;
	padding: 0px;
}

#nav li {
    float: left;
    list-style: none;
	height: 43px;
	border-right: 1px solid #666;
	width: 120px;

}

#nav li a {
    color: #fff;
    z-index: 2;
    position: relative;
    cursor: pointer;
    float: left;
    font-size: 12px;
	padding: 12px 0 12px 0;
    font-family: helvetica, arial, sans-serif;
    text-decoration: none;
    text-align: center;
    width: 100%;

}
