	.AOption A:link { 
		text-decoration: none;
		color: black; 
	}
	.AOption A:visited { 
		text-decoration: none; 
		color: black;
	}
	.AOption A:active { 
		text-decoration: none; 		
		color: black;
	}
	.AOption A:hover { 
		/*border-top: wheat 1px solid;		
		border-bottom: wheat 1px solid;
		border-left: wheat 1px solid;
		border-right: wheat 1px solid;
		background-color: beige;*/
		color: orangeRed;
	}
	.DropDown_Location {
		width: 200;
	}
	.borderTopDown {
		border-top: 1px solid;
		border-bottom: 1px solid;
	}
	.borderLeft	{		
		border-left: gray 1px solid;
	}
	.borderAll {
		border-top: salmon 1px solid;		
		border-bottom: salmon 1px solid;
		border-left: salmon 1px solid;
		border-right: salmon 1px solid;		
	}
