#flags{
        position:  absolute; left: 760px; top: 105px;
}






.itemlist a 	{ 
			text-decoration: none;
			text-align: center; 
			height: 14; 
			width:15; 
			font-weight:bold;
	 		border-top: 1px solid #039809; 
			border-bottom: 1px solid #039809; 
			color:#039809;
}


.itemlist a:hover { 
			text-decoration: none;
			text-align: center; 
			height: 14; 
			width:15; 
			font-weight:bold;
			background-color :white; 
			border-top: 1px solid #c10000;
			border-bottom: 1px solid #c10000;
}


.itemlist_visited	{
			text-decoration: none;
			text-align: center; 
			height: 14; 
			width:15; 
			font-weight:bold;
			color:#039809;
			background-color :#D1ED02; 
			border-top: 1px solid #c10000;
			border-bottom: 1px solid #c10000;
}

