#menu_top{
   margin: 0 auto 42px;
   width: 990px;
   padding: 0;
   list-style: none;
   display: block;
   text-align: center;
   z-index: 6000;
}

#menu_top li{
	margin: 0;
	padding: 4px 0 4px 0;
	color: #fff;
	display: inline;
	list-style-type: none;
}

#menu_top a,
#menu_top a:link,
#menu_top a:visited {
	color : #fff;
	padding: 4px 15px 4px 15px;
	font-weight : normal;
	text-decoration : none;
	font-weight: bold;
   font-size: 92%;
}

#menu_top a:focus,
#menu_top a:hover,
#menu_top a:active,
#menu_top a.selected,
#menu_top a.selected:link,
#menu_top a.selected:visited,
#menu_top a.selected:focus,
#menu_top a.selected:hover,
#menu_top a.selected:active{
   text-decoration: underline;
	color: #DC0000;
	font-weight: bold;
   font-size: 92%;
   background-color: transparent;
}
