                            /*Menu Links*/

/*NOTE: anything not specified for the #(menu id's) a selector and its pseudo classes
may be inherited in some browsers from other 'a' element styles (if any) on the page*/

#menu2 a {font-family:Georgia;
			font-size:11px;
			font-weight:bold;
			color: #584f46;
			background-color:#EBE4D2;
			text-indent:5px;}
#menu2 a:active	{font-family:Georgia;
			font-size:11px;
			font-weight:bold;
			color: #584f46;
			background-color:#EBE4D2;
			text-indent:5px;}
#menu2 a:visited {font-family:Georgia;
			font-size:11px;
			font-weight:bold;
			color: #584f46;
			background-color:#EBE4D2;
			text-indent:5px;}
#menu2 a:hover {font-family:Georgia;
			font-size:11px;
			font-weight:bold;
			color: #03649B;
			background-color:#EBE4D2;
			text-indent:5px;}



                           /*End Menu Links*/
