/* sidebar menu items */


#menuBox a
{
	display: block;
	color: #0033ff;
	border: 1px solid #ffffcc;
	padding: 4px 0 4px 4px;
}


#menuBox a:hover 
{
	background-color: #eeeeee;
	color: #0033ff;
	border: 1px solid #c0c0c0;
}


TD
.curItem  {/* highlight the title of current article */
        border: 1px solid #8080ff;
	padding: 4px 0 4px 5px;
/*	margin: 2px; */
	font-weight: bold;
	color: #ffff00;
	background-color: #8080ff;
}

