.menuCell {
	background-image: url(background_menu.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.menuSingleCell {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #7D9DA2;
	text-decoration: none;
	/*background-color: #E8EEEE;*/
	background-color: #000000;
	margin-top: 6px;
	margin-bottom: 6px;
	text-align: left;
	text-indent: 5px;
	border-top: 1px solid #7D9DA2;
	border-right: 1px none #7D9DA2;
	border-bottom: 1px solid #7D9DA2;
	border-left: 1px none #7D9DA2;
	cursor: hand;
}
.mainCell {
	border: none #AFC4C7;
	padding: 10px;
}
.bottomCell {
	background-image: url(background_bottom.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.righttBorderCell {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #506B70;
}
a:link {
	color: #0099CC;
	text-decoration: none;
}
a:visited {

	color: #0099CC;
	text-decoration: none;
}
a:hover {


	color: #A6B5B7;
	text-decoration: none;
}
