.top_menu {
	position: relative;
	top: 60px;
	left: 60px; 
	width: 770px;	
	float: left;
}

.top_menu .top_menu_table{
	width: 100%;	
}

.top_menu .top_menu_table td{
	vertical-align: top;
	text-align: center;
	padding-left: 30px;
	padding-top: 10px;
	height: 40px;
}

.top_menu a {
	color: #B0B1B4;
	font-size: 14px;
	font-weight: bold;
	display: table;
	/*padding-top: 4px;
	
	
	border-top-style: double;
	border-top-color: white;
	border-bottom: none;
	border-left: none;
	border-right: none;*/
	
	padding: 0px;
	
}

.top_menu a span{

}

.top_menu a:hover span{
	border-top: 3px solid #B0B1B4;
	text-decoration: none;
	padding-top: 4px;
}

.top_menu .selected_menu_item span{
	border-top: 3px solid #B0B1B4;
	text-decoration: none;
	padding-top: 4px;
}

.menuItems {
	margin-right: 47px;
}
