
.SMlist, .SMlistSel, a.SMitem, .SMlistTitle, .SMsubTitle, .SMtext
	{
		color: #000088;
		font: 10px verdana, helvetica, arial, sans-serif;
		text-decoration: none;
	}
.SMlistTitle
	{
		height: 40px;
		font-weight: bold;
		border-top: 1px solid #4A61AD;
		border-bottom: 1px solid #4A61AD;
		border-right: 1px solid #4A61AD;
	}
 .SMsubTitle
	{
		font-weight: bold;
	}
a:hover.SMitem, a:hover.SMsubTitle
	{
		text-decoration: underline;
	}
.SMlist, .SMlistSel
	{
		
		border-right: 1px solid #4A61AD;
		border-bottom: 1px solid #4A61AD;
		height: 35px; 
		background-color: transparent;
		cursor: hand;
	}
.SMlistSel
	{
		border-right: 1px solid #FFFFFF;
		background-color: #FFFFFF;
	}

