<!--
	#xMenu a {
			display: block;
			width:80px;
			padding: 2px 2px 2px 10px;
			border: 1px solid #939297;
			background: #43467C; /*#dcdcdc;*/
			text-decoration: none; /*lets remove the link underlines*/
			color: #dcdcdc; /*color of the text*/
		} 
		
		#xMenu a:hover {
			display: block;
			width:80px;
			padding: 2px 2px 2px 10px;
			border: 1px solid #939297; /*#000000;*/
			background: #dcdcdc; /*#FFF8DC;*/
			text-decoration: none; /*lets remove the link underlines*/
			color:  0C1046;
		} 
		
		#xMenu2 a {
			display: block;
			width:60px;
			padding: 1px 1px 1px 5px;
			border: 1px solid #939297;
			background: #484B7B; /*#dcdcdc;*/
			text-decoration: none; /*lets remove the link underlines*/
			color: #dcdcdc; /*color of the text*/
		} 
		
		#xMenu2 a:hover {
			display: block;
			width:60px;
			padding: 1px 1px 1px 5px;
			border: 1px solid #939297;
			background: #dcdcdc; /*#FFF8DC;*/
			text-decoration: none; /*lets remove the link underlines*/
			color:  0C1046; /*color of the text*/
		}
-->
