/***********************************************/
/*                   top menu                 */
/***********************************************/

#menu_top1, #menu_top2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
}
#menu_top1 {
	margin-top: 35px;
	margin-right: 5px;
	font-size: 10px;
}
#menu_top2 {
	margin-right: 5px;
	margin-top:5px;
}
#menu_top1 a, #menu_top2 a {
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 2px;
	margin-right:2px;
}
#menu_top1 a {
	margin-left: 7px;
	margin-right:2px;
}
#menu_top1 a:hover, #menu_top2 a:hover, #menu_top1 a.selected, #menu_top2 a.selected {
	color: #FFCC00;
}
#menu_top1 a.selected, #menu_top2 a.selected {
	color: #FFCC00;
	font-weight: bold;
}.selected1 {
	font-weight: bold;
	color: #666633;
	text-decoration: none;
}
