
/* TEXT MENU
*********************************************************/

.text_menu div{
	float:left;
	margin-top:10px;
	margin-right:20px;
	height:20px;
}

.text_menu h2{
	margin:0px;
	padding:0px;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	font-weight:normal;
}

.text_menu a{
	text-decoration:none;
}

.text_menu a{
	color:#8e8e8e;
}
.text_menu a:visited{
	color:#8e8e8e;
}

.text_menu .mItem a:hover{
	color:#555555;
}
.text_menu .mItemActive a{
	color:#000000;
}










