.cssdiv1 {
	height: 40px;
	width: 240px;
	vertical-align: middle;
	display: table-cell;
	text-align: center;
}
.t_menu2 {
	background-image: url(img/menubat2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	vertical-align: middle;
	text-align: center;
	display: table-cell;
	height: 45px;
	width: 240px;
}
#t_menu2 td:hover{
	background-position: center bottom;
}
#t_menu2 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #522103;
	font-weight: bold;
	text-decoration: none;
}

.t_menu1 {
	background-image: url(img/menubat.gif);
	background-repeat: no-repeat;
	background-position: center top;
	vertical-align: middle;
	text-align: center;
	display: table-cell;
	height: 45px;
	width: 240px;
}
#t_menu1 td:hover{
	background-position: center bottom;
}
#t_menu1 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #522103;
	font-weight: bold;
	text-decoration: none;
}
#t_menu1 a:link {
}
#t_menu1 a:visited {
}
#t_menu1 a:hover {
}
#t_menu1 a:active {
}


.csstext {
	font-family: Arial, Helvetica, sans-serif;
	height: 40px;
	width: 240px;
	vertical-align: middle;
	display: table-cell;
	text-align: left;
	font-size: 12px;
	color: #000000;
	padding-left: 20px;
}
.edit_info{ padding:10px 0px 0px 20px; font-family:tahoma; font-size:12px; color:#fff;}
