#navcontainer {
font-size:12px;
}

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family:Arial, Helvetica, sans-serif;
}

#navcontainer img.properties{
border:#cfcaba 6px solid;
float:left;
margin-right:35px;
}

#navcontainer .price{
color:#006666;
font-size:14px;
}

#navcontainer li {
margin: 0;
border-top:1px solid #FFFFFF;
border-left:1px solid #b2af98;
border-bottom:1px solid #b2af98;
border-right:1px solid #b2af98;
height:140px;
}

#navcontainer a
{
display: block;
padding:15px 15px 15px 45px;
border-bottom:1px solid #FFFFFF;
width:855px;
height:140px;
color: #666;
font-weight: normal;
text-decoration: none;
background-image:url(images/content/green_med.gif);
background-repeat: repeat;
background-position: 0 0;
}

#navcontainer a:hover
{
color: #fff;
border-bottom:1px solid #FFFFFF;
font-weight: normal;
text-decoration: none;
background-image:url(images/content/green_dark.gif);
background-repeat: repeat;
background-position: 0 0;
}