div.menu1Item {
	float:left;
	margin-right:7px;

}

div.menu1ItemSplitter {
	float:left;
	line-height:32px;
	padding-top:10px;
	margin-right:7px;
}

	div.menu1Item a, div.menu1Item a:link, div.menu1Item a:visited {
		line-height:32px;
		font-family:Verdana,Arial;
		font-size:10px;
		color:#5a5a5a;
		text-transform:uppercase;
		font-weight:bold;
		padding-bottom:7px;
	}
	
	/*colors: #5e7669, #b23926, #ea9b32, #5f7481*/
	div.menu1Item a.menuchosen1, div.menu1Item a.menuchosen1:visited {
		border-bottom:2px solid #5e7669;
	}	
	
	div.menuItemGreen a.menu1:hover, div.menuItemGreen a.menu1:visited:hover, div.menuItemGreen a.menuchosen1, div.menuItemGreen a.menuchosen1:visited {
		border-bottom:2px solid #5e7669;
	}
	
	div.menuItemRed a.menu1:hover, div.menuItemRed a.menu1:visited:hover, div.menuItemRed a.menuchosen1, div.menuItemRed a.menuchosen1:visited {
		border-bottom:2px solid #b23926;
	}
	
	div.menuItemYellow a.menu1:hover, div.menuItemYellow a.menu1:visited:hover, div.menuItemYellow a.menuchosen1, div.menuItemYellow a.menuchosen1:visited {
		border-bottom:2px solid #ea9b32;
	}
	
	div.menuItemBlue a.menu1:hover, div.menuItemBlue a.menu1:visited:hover, div.menuItemBlue a.menuchosen1, div.menuItemBlue a.menuchosen1:visited {
		border-bottom:2px solid #5f7481;
	}
	
div.menu2Item {
	clear:both;
	line-height:24px;
	border-top:1px solid #e0e0e0;
}

	div.menuItem2Chosen {
		border-top:2px solid #5e7669;
		border-bottom:2px solid #5e7669;
	}
	
	div.menu2Item a, div.menu2Item a:link, div.menu2Item a:visited {
		line-height:24px;
		font-family:Verdana,Arial;
		font-size:10px;
		color:#333333;
		text-transform:none;
		padding-top:6px;
		padding-bottom:6px;
		border:0px;
	}
	
	div.menuItem2Chosen a.menuchosen {
		font-weight:bold;
	}
	
div.menu3Item {
	margin-left:0px;
	clear:both;
	line-height:24px;
	border-top:1px solid #e0e0e0;
}

	div.menu3Item a, div.menu3Item a:link, div.menu3Item a:visited {
		line-height:24px;
		font-family:Verdana,Arial;
		font-size:10px;
		color:#666666;
		text-transform:none;
		border:0px;
	}

div.menu4Item {
	margin-left:10px;
	clear:both;
	line-height:18px;
}

	div.menu4Item a, div.menu4Item a:link, div.menu4Item a:visited {
		line-height:18px;
		font-family:Verdana,Arial;
		font-size:10px;
		color:#666666;
		text-transform:none;
		
	}
	
	div.menu4Item a.menuchosen, div.menu4Item a.menuchosen:visited {
		/*border-bottom:1px solid #5e7669;	*/
	}

div.dynMenuItem2 a, div.dynMenuItem2 a:visited, div.dynMenuItem3 a, div.dynMenuItem3 a:visited, div.dynMenuItem4 a, div.dynMenuItem4 a:visited {
	line-height:24px;
	font-family:Verdana,Arial;
	font-size:10px;
	color:#000000;
	text-transform:none;
}

div.topGreenBar a, div.topGreenBar a:visited {
	color:#AEBCBA;
	font-weight:bold;
}

