/* CSS Document */
<style type="text/css" media="screen">

  BUG CORRECTION  -  A false entry in order for 1st line 
  showing classes and styles to be displayed in web page 
. { Empty } 

.SMAT {
	LIST-STYLE-TYPE: none;
	MARGIN: 0px;
	FONT: bold 12px Arial, Helvetica, sans-serif;
	BORDER-RIGHT: 5px;
	BORDER-TOP: 5px;
	Z-INDEX: 9;
	BORDER-LEFT: 5px;
	BORDER-BOTTOM: 5px;
	padding: 5px;
	width: 140px;
	color: #663366;
	vertical-align: middle;
	text-indent: 1px;
}

.SMAT a {
	display: block;
	color: #663366;
	text-decoration: none;
	width: 140px;
	line-height: 12px;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	
	
}

.SMAT a:hover {
	BACKGROUND: #FFCC33;
	display: block;
	color: #000000;
	height: 20px;
	border-bottom-width: -1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;

}

.SMA {
	LIST-STYLE-TYPE: none;
	MARGIN: 0px 0px 0px 40px;
	FONT: bold 10px/normal Arial, Helvetica, sans-serif;
	Z-INDEX: 9;
	padding: 0px;
	width: 100px;
	text-decoration: none;
	color: #663366;
}


.SMA a {
	display: block;
	color: #663366;
	text-decoration: none;
	width: 100px;
	left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.SMA a:hover {
	BACKGROUND: #FFCC33;
	display: block;
	color: #000000;
	padding: 0px;
	border-bottom-width: -1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
}

</style>
