.navcontainer_r {
width: 90%;
margin-left: auto;
margin-right:auto;

margin-top: 15px;
background-color: #F0EFED;

border: 1px solid #36c;

  
	
}

#navlist_r li
{

display: inline;
/* for IE5 and IE6 */

}

#navlist_r
{
margin: 0;
padding: 0;
/* to display the list horizontaly */
font-family: sans-serif;


/*border-top: 1px #000 solid;*/
/*border-left: 1px #000 solid;*/
/*border-right: 1px #000 solid;*/
}

#navlist_r a
{
margin: 0;
padding: 3px;
display: block;
background-color: #F0EFED;
/*border-bottom: 1px #000 solid;*/
text-align: center;
text-decoration: none;
color: #000;
}

#navlist_r a:hover {border-bottom: 2px solid #36c;}
#navlist_r a:visited { color: #000; }







