#nav{
width:450px;
bottom:0;
left:0;
margin:0;
padding:0;
height:35px;
border-bottom: 5px solid #fff;

}

#nav ul{

height:35px;
list-style:none;
line-height:35px;


}

#nav li a {
display:block;
text-decoration:none;
color:#000;
font-size: 12px;
font-weight:bold;
text-transform:uppercase;
border:none;
text-align:center;
border-right: 1px dashed #666;

}

#nav li a:hover{
display:block;
text-decoration:none;
color: #e2007a;
font-size: 12px;
font-weight:bold;
text-transform:uppercase;
border:none;
text-align:center;
border-right: 1px dashed #666;
}

#nav li .nontratt a {
display:block;
text-decoration:none;
color:#000;
font-size: 12px;
font-weight:bold;
text-transform:uppercase;
border:none;
text-align:center;


}

#nav li .nontratt a:hover{
display:block;
text-decoration:none;
color: #e2007a;
font-size: 12px;
font-weight:bold;
text-transform:uppercase;
border:none;
text-align:center;

}

#nav li{
float:left;
list-style:none;
width:90px;
}

