div.menu1Item {
	float:left;
}

div.menu2Item {
	position:absolute; 
	background-image:url("../files/designimages/menu-tab.png");
	background-repeat:no-repeat;
	background-position: top left;
	width:210px;
	height:50px;
	line-height:45px;
	padding-left:30px;
	bottom:-10px;
}

div.menuItem2Content {
	position:absolute;
	z-index:20;
	height:50px;
	line-height:45px;
	top:10px;
	
}

	div.menuItem2Content a, div.menuItem2Content a:visited {
		color:#878787;
		font-family:Verdana;
		font-size:10px;
		line-height:45px;
	}
	
	div.menuItem2Content a.menuchosen, div.menuItem2Content a.menuchosen:visited, div.menuItem2Content a:hover, div.menu2ItemChosen a, div.menu2ItemChosen a:visited {
		color:#df007a;
	}
	
div.menu3Column {
	width:180px;
	float:left;
}

div.menu3Item {
	margin-top:8px;
}

	div.menu3Item a, div.menu3Item a:visited {
		color:#878787;
	}
	
	div.menu3Item a.menuchosen, div.menu3Item a:hover {
		color:#df007a;
	}