.table_topmenu {
	font-family:'Trebuchet MS',Arial;
	font-size:13px;
}
.table_topmenu a:link, .table_topmenu a:visited {
	color:#808080;
	text-decoration:none;
}
.table_topmenu a:hover {
	color:#202020;
	text-decoration:none;
}
.table_topmenu #normal {
	background:url(../images/menu_bg.png);
	font-size:13px;
	color:#ffffff;
	height:27px;
	padding:0 5 0 5;
}
.table_topmenu #normal_leftbg {
	background:url(../images/menu_left.png);
	width:6px;
	height:27px;
}
.table_topmenu #normal_rightbg {
	background:url(../images/menu_right.png);
	width:6px;
	height:27px;
}
.table_topmenu #separator {
	width:3px;
	height:27px;
}
.table_topmenu #active {
	background:url(../images/menu_active_bg.png);
	font-size:13px;
	font-weight:BOLD;
	color:#ffffff;
	height:27px;
	padding:0 5 0 5;
}
.table_topmenu #active_leftbg {
	background:url(../images/menu_active_left.png);
	width:6px;
	height:27px;
}
.table_topmenu #active_rightbg {
	background:url(../images/menu_active_right.png);
	width:6px;
	height:27px;
}
