#navcontainer
{
width: 202px;
height: 193px;
background: #fff url('../../images/spring_layout/navbg.jpg') no-repeat left top;
margin: 0;
padding: 0px;
float: right
}

#navcontainer ul 
{
margin: 44px 0 0 0;
padding: 0px 0 0 0;
list-style-type: none;
font: 12pt/1.3em Centaur, sans-serif;    
text-align: right;
}

#navcontainer a 
{
display: block;
width: 195px;
text-align: right;
padding: 0px 15px 0px 0;
}

#navcontainer a:link, #navcontainer a:visited 
{
color: #000; 
text-decoration: none; 
}

#navcontainer a:hover 
{
color: #AA0921; 
text-decoration: none; 
}