#container2 {
    width: 958px;
	height:60px;
    margin: 100px auto;
	background:url(http://marmarablog.com/barre-nav.png) no-repeat;
}

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

#blob {
    background: #e20c00;
    border-right: 1px solid #e19f00;
    border-left: 1px solid #e19f00;
    position: absolute;
    z-index: 1;
    top: 0;
    background: -moz-linear-gradient(top, #fdcc00, #ffeb4b);
    background: -webkit-gradient(linear, left top, left bottom, from(#fdcc00), to(#ffeb4b));
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 2px 3px 10px #011331;
    -webkit-box-shadow: 2px 3px 10px #011331;
}
#navmar {
    position: relative;
    float: right;
}

#navmar li {
    float: left;
    list-style: none;
	height:60px;
}

#navmar li a {
    color: #fff;
    z-index: 2;
    position: relative;
    cursor: pointer;
    float: left;
    font-size: 16px;
	font-weight:bold;
    font-family: helvetica, arial, sans-serif;
    text-decoration: none;
    padding: 20px 10px 20px 10px;
    width: 100%;
}

#navmar li a:hover {
    color: #000;
    z-index: 2;
    position: relative;
    cursor: pointer;
    float: left;
    font-size: 16px;
	font-weight:bold;
    font-family: helvetica, arial, sans-serif;
    text-decoration: none;
    padding: 20px 10px 20px 10px;
    width: 100%;
}
li #selected 
{color:black;}
