.menu_main {
	vertical-align:middle;
	text-align:left;
	height: 32px;
	width: 181px;
	background-image: url(images/btn_base_yellow.gif);
	background-repeat:no-repeat;
}
.menu_main a{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.menu_main a:hover {
	text-decoration: underline;
}
.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: #06CCD8;
	border-left-color: #06CCD8;
	background-color: #CEF4F5;
}

.grid td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #06CCD8;
	border-bottom-color: #06CCD8;
}

.gridrd table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #06CCD8;
	border-left-color: #06CCD8;
	background-color: #CEF4F5;

}

.gridrd td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #06CCD8;
	border-bottom-color: #06CCD8;
}

