#menu_base
{
	width: 1000px;
	margin: 0px auto;
	font-family:arial,Verdana,sans-serif;
	font-size:14px;
	text-align:right;
	font-weight:bold; 
	color:#a6a7a9;
}
#menu_base a:link, #menu_base a:visited
{ 
	color:#a6a7a9;
	text-decoration: none;
 }
 #menu_base a:hover 
{
	color:#d2d3d6;
}
#menu_base a:active 
{
	color:#fdfd78;
 }
#menu_base a.selected 
{ 
	color:#ffffff;
	font-weight:bold; 
 }