BODY 
{
	color: #ffffff;
	background-color: #3e3e3e;
}

.on  { 
	background-image: url(/static/jo/cs/menu/on_bkg.gif);     
	background-repeat: repeat-x; 
}
.off { 
	background-image: url(/static/jo/cs/menu/off_bkg.gif);
	background-repeat: repeat-x;
	cursor: pointer;
}
.platta {
	position: absolute;
	left: 25px;
	top: 0px; 
	width: 175px; 
	height: 100%; 
	background: url(/static/jo/cs/menu/bottom_plate.gif) top left;
}
.borderline	{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 110%;
	height: 10px;
	border-top: 1px solid #CCCCCC;
	z-index: 1;
}
.legaltext
{
	position:absolute;
	left:220px;
	width:100%;
	bottom:0px;
	font-family:Verdana;
	font-size:9px;
	color:#333333;
	text-align:left;
	vertical-align:bottom;
	padding:10px;
	font-weight:normal;
}

.legaltext P
{
	margin:0px;
	padding:0px;
}

.legaltext P A,.legaltext P A:hover,.legaltext P A:visited,.legaltext P A:active
{
	text-decoration:none;
	font-family:Verdana;
	font-size:9px;
	font-weight:bold;
	color:#333333;
}

TABLE.bottommenu TD 
{
	vertical-align: middle;
}
