/* MENU START*/
.menu_tesin{
	width: 810px;
	position:absolute; top: 269px; left: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;   
}

.menu_tesin ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	background: #FFFFFF;
	border-top-width: 2px;
	border-right-width: 0;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.menu_tesin ul li{
	display: inline;
}

.menu_tesin ul li a{
	float: left;
	color: #808080;
	padding: 5px 11px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

.menu_tesin ul li a:visited{
	color: #808080;
}

.menu_tesin ul li a:hover, .menu ul li .selected 
{
	color: #88c31b !important;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #F5F5F5;
}
/*MENU END*/