#navcontainer
{
	background: url(../images/menu_bg.gif) no-repeat;
	height:30px; 
	width:760px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
}

#navcontainer td {
	padding-right:10px;
}

#navlist li
{
	display: inline;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
}

#navlist a
{
	padding-left: 0px;
	padding-bottom: 0px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

#navlist a:link, #navlist a:visited
{
	padding-left: 20px;
	color: #fff;

}

#navlist a:hover
{
	color: black;
	padding-left: 20px;
	background: url(../images/caya_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 -5px;
} 
#rightcol ul.nav{list-style-image:none; list-style-type: none; margin:0; padding:0; margin-top:25px;}
#rightcol ul.nav li {
	list-style-image:none;
	margin:0;
	padding:0;
l; 	list-style-type: none;
border-bottom:1px  dotted #ccc;

}

#rightcol ul.nav li a {padding:5px 2px; display:block; }
#rightcol ul.nav li a:hover {background:#F2F2F2; text-decoration:none;}