.nav-container {
    position: relative;
    /*height: 30px;
    width: 421px;
    background: url("bg.gif") no-repeat top;
    background-color: #ffffff;
	margin: 10px 0;*/
    overflow: hidden;
	margin: 0;
	padding:0;
}

.nav-container li {
    float: left;
    list-style: none;
}

.nav-container li.back { /* Controls the right side hi-light/*
    /*border: 1px solid #000;*/
    /*background: url("lava.gif") no-repeat right -30px;*/
	background-color: #0a5ec9;
    width: 9px; 
	height: 30px;
    z-index: 8;
    position: absolute;
}

.nav-container li.back .left {
    /*background: url("lava.gif") no-repeat top left;*/
	background-color: #0a5ec9;
    height: 30px;
    margin-right: 9px; /* 7px is the width of the rounded shape */
}

.nav-container li a {
    font: bold 14px arial;
    text-decoration: none;
    color: #000;
    outline: none;
    text-align: center;
    top: 7px;
    text-transform: uppercase;
    letter-spacing: 0;
    z-index: 10;
    display: block;
    float: left;
    height: 30px;
    position: relative;
    overflow: hidden;
    margin: auto 20px;    
}

li.current a {
	color: #ededed;
}

.nav-container li a:hover { border: none; color: #ffffff; } 

/*
.nav-container li a:hover, .nav-container li a:active, .nav-container li a:visited { border: none; color: #ffffff; } 
*/