div.menu1Item {
	float:left;
}

div.menu2Item {
	clear:both;
	padding-left:14px;
	margin-bottom:18px;
}

	div.menu2ItemHover {
		background-image:url("../files/designimages/menu2-hover.gif");
		background-repeat:no-repeat;
		background-position:top left;
		
		clear:both;
		padding-left:14px;
		margin-bottom:18px;
	}
	
	div.menu2ItemChosen {
		background-image:url("../files/designimages/menu2-hover.gif");
		background-repeat:no-repeat;
		background-position:top left;
		
		clear:both;
		padding-left:14px;
		margin-bottom:18px;
	}

	a.menu2, a.menu2:visited, a.menu2:link, a.menuchosen2, a.menuchosen2:visited, a.menuchosen2:link {
		color:#FFFFFF;
		font-family: Verdana, Arial, Helvetica;
		font-size:11px;
		font-weight:bold;
		text-decoration:none;	
	}
	
div.menu3Item {
	margin-top:4px;
	margin-bottom:4px;
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	padding-left:5px;
	background-image:url("../files/designimages/menu3.gif");
	background-repeat:no-repeat;
	background-position:top left;
}	

	a.menu3, a.menu3:visited, a.menu3:link, a.menuchosen3, a.menuchosen3:visited, a.menuchosen3:link {
		color:#FFFFFF;
		font-family: Verdana, Arial, Helvetica;
		font-size:11px;
		font-weight:normal;
		text-decoration:none;	
	}
	
	div.menu3Item a:hover, div.menu3Item a:visited:hover, div.menu3Item a.menuchosen, div.menu3Item a.menuchosen:visited {  
		color:#FFFFFF;
		-moz-opacity:0.60;
		filter: alpha(opacity=60);
		opacity: 0.60;
	}
	
	div.menu3Itemblack a:hover, div.menu3Itemblack a:visited:hover, div.menu3Itemblack a.menuchosen, div.menu3Itemblack a.menuchosen:visited {
		color:#999999;
	}
	
div.dynMenuItem {
	clear:both;
	line-height:16px;
}	

	div.dynMenuItem a, div.dynMenuItem a:visited, div.dynMenuItem a:link {
		line-height:16px;
		color:#000000;
		
	}