@charset "utf-8";
/* CSS Document */

/*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 {
	color:#000000;
	background-color:white;
	text-decoration:none;
	text-indent:1px;
	font-family: Tahoma;
	font-size: 12px;
}
#menu2 a:active	{
	color:#000000;
	text-decoration:none;
	font-family: Tahoma;
	font-size: 12px;
}
#menu2 a:visited {
	color:#000000;
	text-decoration:none;
	font-family: Tahoma;
	font-size: 12px;
}
#menu2 a:hover {
	color:#000000;
	background-color:#EBBCBF;
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: none;
}
