.lowText, a.lowText:link, a.lowText:visited, a.lowText:active, a.lowText:focus {
 color: #ffffff;
 font: normal normal 300 1em/1.1em Helvetica, sans-serif;
 text-align: left;
 text-decoration: none;
}
.highText, a.highText:link, a.highText:visited, a.highText:active, a.highText:focus {
 color: #ffffff;
 font:normal normal 300 1em/1.1em Helvetica, sans-serif;
 text-align: left;
 text-decoration:underline;
}

/* Borders used by some items */

.itemBorder {
 border: 0px;
}
.itemBorderBlank {
 border: 1px solid #CCCCDD;
}

.lastmenu {
	width: 148px;
	position: absolute;
	height: 370px;
	top: 102px;
	left: 530px;
	z-index: 5;
  	padding:0px;
  	margin:0px;
   /* Mozilla ignores crazy MS image filters, so it will skip the following */
    	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/shadow50.png');
	}

/* IE ignores styles with [attributes], so it will skip the following. */
.lastmenu[class] {
	width: 148px;
	height: 370px;
  	background-image:url(images/shadow50.png);
	position: absolute;
	top: 102px;
	left: 530px;
	z-index: 5;
	}




