#top_menu{
	margin-top:10px;
}
#top_menu a{
	color:#1b3d6c;
	text-decoration:none;
	font-weight:bold;
	font-size:9px;
}

#top_menu td{
	font-family:Verdana;
	height:23px;
	vertical-align:middle;
}
#top_menu .tab_l, #top_menu .tab_r, #top_menu .tab_l_active, #top_menu .tab_r_active, #top_menu .under_tab_r, #top_menu .tab_spacer{
	width:5px;
}
#top_menu .tab_m, #top_menu .tab_m_active,#top_menu .under_tab{
	padding: 0px;
}
#top_menu table.top_menu{
}

#top_menu .tab_l {
	background:url('/gfx/tab_l.gif') no-repeat;
}
#top_menu .tab_m {
	background:url('/gfx/tab_m.gif') repeat-x;
}
#top_menu .tab_r {
	background:url('/gfx/tab_r.gif') no-repeat;
}
#top_menu .tab_l_active{
	background:url('/gfx/active_tab_l.gif') no-repeat;
} 
#top_menu .tab_m_active{
	background:url('/gfx/active_tab_m.gif') repeat-x;
	
} 
#top_menu .tab_r_active{
	background:url('/gfx/active_tab_r.gif') no-repeat;
} 

#top_menu .under_tab{
	background:url('/gfx/under_tab.gif') repeat-x;
	width:640px;
	padding: 0px 8px 0px 8px;
}
#top_menu .under_tab_r{
	background:url('/gfx/under_tab_r.gif') no-repeat;
}
#top_menu .tab_m_active a, #top_menu .tab_m_active a:visited, #top_menu .under_tab a {
	color:#fff;
}
#top_menu .under_tab a{
	font-size:0.9em;
	text-align:left;
	margin-right:5px;
	font-weight:normal;
}
#top_menu a.active{
	font-weight:bold;
	border-bottom:2px solid #ff6a33;
	background:url('/gfx/osteo_pil.png') no-repeat 0px 1px;
	padding:0px 3px 0px 7px;
}
table#top_menu{
	width:100%;
	border-bottom:2px solid #1b3d6c;
}