.menu_main {
	vertical-align:middle;
	text-align:left;
	height: 30px;
	width: 180px;
	background-image: url(images/btn_base_yellow.gif);
	background-repeat:no-repeat;
}

.menu_tpark {
	vertical-align:middle;
	text-align:center;
	height: 26px;
	width: 180px;
	color:#FFFFFF;
	font-weight:bold;
	background-image: url(images/img_topic_green.gif);
	background-repeat:no-repeat;
}

.menu_park {
	vertical-align:middle;
	text-align:left;
	height: 30px;
	width: 180px;
	font-size:10px;
	background-image: url(images/btn_base_green.gif);
	background-repeat:no-repeat;
}

.menu_tlink {
	vertical-align:middle;
	text-align:center;
	height: 26px;
	width: 180px;
	color:#FFFFFF;
	font-weight:bold;
	background-image: url(images/img_topic_grey.gif);
	background-repeat:no-repeat;
}

.menu_link {
	vertical-align:middle;
	text-align:left;
	height: 30px;
	width: 180px;
	background-image: url(images/btn_base_grey.gif);
	background-repeat:no-repeat;
}

.grid table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFE4AD;
	border-left-color: #FFE4AD;
	background-color: #FFF8EA;
}

.grid td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFE4AD;
	border-bottom-color: #FFE4AD;
}

.gridrd table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #EAAC6F;
	border-left-color: #EAAC6F;
	background-color: #FBEFE3;

}

.gridrd td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #EAAC6F;
	border-bottom-color: #EAAC6F;
}

