/* ***************************************************************************** */
/* TOP MENU STYLES */
#top_menu {
}
.top_menu_div {
	text-align:center;
	height:50px;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	background-image:url(../images/menu_split.jpg);
	background-position:right;
	background-repeat:no-repeat;
}
.top_menu_div_selected {
	text-align:center;
	height:50px;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	background-color:#ffffff;
}
.top_menu_link {
}
.top_menu_div .top_menu_link:link,
.top_menu_div .top_menu_link:visited,
.top_menu_div .top_menu_link:hover,
.top_menu_div .top_menu_link:active {
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	font-size:11px;
}
.top_menu_div_selected .top_menu_link:link,
.top_menu_div_selected .top_menu_link:visited,
.top_menu_div_selected .top_menu_link:hover,
.top_menu_div_selected .top_menu_link:active {
	color:#303362;
	font-weight:bold;
	text-decoration:none;
	font-size:11px;
}