
div.menu_top
{  
	float: left;
	margin-left: 16px;
	/*height: 29px;*/
	margin-top: 4px;
	
}

a.menu_level0
{
	background-image: url(divider.png);
	background-repeat: no-repeat;
	background-position: right;	
	text-decoration: none;
	padding-left: 20px;	
	padding-right: 20px;
	color: #333;
	font-family: "Trebuchet MS", "Lucida Grande",'Lucida Sans Unicode';
	font-size: 11px;
	/*height: 29px;	*/
}

a.menu_level0_selected
{
	color: Black;
	text-decoration: none;
	font-weight: bold;
	
}

a.menu_level0:hover
{
	color: Black;
	text-decoration: underline;
	
}
