

#menu{
	width: 275px;
	background:#FFEE99;
	vertical-align:top;
	font-size:.95em;
	padding-left: .4em;
	border-right: 1px solid #ff9966;
	border-bottom:1px solid #ff9966;
	border-top: #ffee99;

}


#menu .mHeader{
	background: #FFcc88;
	width: 260px;
	padding-top:5px;
	padding-bottom:5px;
	font-weight: bold;
	padding-left: 5px;
	margin-top: .5em;
	border-right: 2px solid #ff9966;
	border-bottom:2px solid #ff9966;
	border-top: 1px solid #ff9966;
	border-left: 1px solid #ff9966;

	
	
}

#innerMenu{
	background:#FFEE99;
	border:none;
}


a {
color: #0000ee;
}



table.bordered, table.ec {
	border: 1px solid #EF8C2B;
	
}	

table .oddrow {
	background:#FFEE99;

}

table .evenrow {

	background: #FFFFCC;
	
	
}

table.bordered th, table.ec th {
	background:#FFCC88;
	

}


.nameAnchor{
    color: white;
}