a:link {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
td {
	font-size: 12px;
}
.navigation {
	color: #FFFFFF;
}
a.navigation:link {
	color: #FFFFFF;
	text-decoration: none;
}

a.navigation:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.navigation:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.leftNavigation {
	font-size: 12px;
}
a.leftNavigation:link {
	color: #000000;
	text-decoration: none;
}
a.leftNavigation:visited {
	color: #000000;
	text-decoration: none;
}
a.leftNavigation:hover {
	color: #FF0000;
	text-decoration: none;
}
.bg2 {
	background-repeat: repeat-x;
}
.leftItem{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 25px;
	padding-top: 10px;
	padding-left: 20px;
    background-color:expression((this.rowIndex%2==0)?"#FF80A0":"#FF80A0");
    ryo:expression(
    onmouseover=function(){this.style.backgroundColor=(this.style.backgroundColor!='#EFB156'?'#EFB156':((this.rowIndex%2==0)?"":""))},
    onmouseout=function(){this.style.backgroundColor=(this.style.backgroundColor!=''?'':((this.rowIndex%2==0)?"":""))}) 
}
.x {
	position: relative;
}
.x2 {
	position: absolute;
	left: 400px;
}

