a {  
	border-style: none; 
	text-decoration: none; 
	color: #000000
	}
a:hover {
	color:#ff0000;
	text-decoration:underline
	}
.lil_gif { 
	background-color: #74afaf; 
	background-position: 12px 14px; 
	width: 12px; 
	height: 14px; 
	}
/*start of the blue menu*/
.newmenublue td { 
	background-color: #9cffff; 
	margin: 0; 
	padding: 0; 
	border-top: 1px solid white; 
	border-bottom: 1px solid #74afaf; 
	}
.newmenublue { 
	color: black; 
	font-size: 13px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	}
.newmenublue a { 
	color: maroon; 
	font-size: 11px; 
	font-weight: bold; 
	line-height: 14px; 
	text-decoration: none; 
	padding-left: 6px; 
	display: block; 
	}
.newmenublue a:hover { 
	color: white; 
	background-color: #366; 
	text-decoration: none; 
	}
/*start of the green menu*/
.newmenugreen td { 
	background-color: #9cffce; 
	width: 190px; 
	height: auto; 
	margin: 0; 
	border-top: 1px solid white; 
	border-bottom: 1px solid #74afaf; 
	}
.newmenugreen { 
	color: black; 
	font-size: 13px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	}
.newmenugreen a { 
	color: #600; 
	font-size: 11px; 
	font-weight: bold; 
	line-height: 14px; 
	text-decoration: none; 
	padding-left: 6px; 
	display: block; 
	}
.newmenugreen a:hover { 
	color: white; 
	background-color: #363; 
	text-decoration: none; 
	}
