ul { margin: 0; padding: 0; list-style: none; width: auto;}
ul li { position: relative; margin: 0; padding: 0; list-style: none;}
li ul { position: absolute; top: 15px; display: none; list-style: none; text-decoration: none;}
ul li a {
	display: block;
	text-decoration: none;
	color: #252525;
	border-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	list-style: none;
	font-size: 10pt;
	background: #fff;
}
li:hover ul {
	display: block;
	color: #252525;
	text-decoration: none;
}
li:hover {
	display: block;
	color: #252525;
	text-decoration: underline;
}
a:hover.menu {

	color: #252525;
}
a.menu {
	color: #252525;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 10pt;
	}
a:hover.menu1 {
	color: #252525;
	text-decoration: underline;
}
a.menu1 {
	color: #252525;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 10pt;
	}
td.menu {
	border-bottom-color: #000;
	border-width: 0;
	border-right-color: #000;
	border-left-color: #000;
}
